Class TabIconEditor
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.designer.property.customizers.tabstrip.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 voidaddChangeListener(javax.swing.event.ChangeListener listener)com.inductiveautomation.factorypmi.designer.property.customizers.tabstrip.TabIconEditor.TabIconSelectionModelgetModel()javax.swing.JPopupMenugetPopup()voidremoveChangeListener(javax.swing.event.ChangeListener listener)voidsetTabIconConfig(TabIconConfig tabIconConfig) 
 - 
 
- 
- 
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()
 
 - 
 
 -