Class TabIconEditor


  • public class TabIconEditor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TabIconEditor​(TabIconConfig config, java.awt.Component parentComponent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChangeListener​(javax.swing.event.ChangeListener listener)  
      com.inductiveautomation.factorypmi.designer.property.customizers.tabstrip.TabIconEditor.TabIconSelectionModel getModel()  
      javax.swing.JPopupMenu getPopup()  
      void removeChangeListener​(javax.swing.event.ChangeListener listener)  
      void setTabIconConfig​(TabIconConfig tabIconConfig)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TabIconEditor

        public TabIconEditor​(TabIconConfig config,
                             java.awt.Component parentComponent)
    • Method Detail

      • setTabIconConfig

        public void setTabIconConfig​(TabIconConfig tabIconConfig)
      • addChangeListener

        public void addChangeListener​(javax.swing.event.ChangeListener listener)
      • removeChangeListener

        public void removeChangeListener​(javax.swing.event.ChangeListener listener)
      • getPopup

        public javax.swing.JPopupMenu getPopup()
      • getModel

        public com.inductiveautomation.factorypmi.designer.property.customizers.tabstrip.TabIconEditor.TabIconSelectionModel getModel()