Class TabIconEditor
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.designer.property.customizers.tabstrip.TabIconEditor
 
- 
 public class TabIconEditor extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description TabIconEditor(TabIconConfig config, java.awt.Component parentComponent)
 - 
Method SummaryAll 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- 
TabIconEditorpublic TabIconEditor(TabIconConfig config, java.awt.Component parentComponent) 
 
- 
 - 
Method Detail- 
setTabIconConfigpublic void setTabIconConfig(TabIconConfig tabIconConfig) 
 - 
addChangeListenerpublic void addChangeListener(javax.swing.event.ChangeListener listener) 
 - 
removeChangeListenerpublic void removeChangeListener(javax.swing.event.ChangeListener listener) 
 - 
getPopuppublic javax.swing.JPopupMenu getPopup() 
 - 
getModelpublic com.inductiveautomation.factorypmi.designer.property.customizers.tabstrip.TabIconEditor.TabIconSelectionModel getModel() 
 
- 
 
-