Class NavTreeIcon
java.lang.Object
javax.swing.ImageIcon
com.inductiveautomation.ignition.designer.navtree.icon.NavTreeIcon
- All Implemented Interfaces:
- InteractiveIcon,- Serializable,- Accessible,- Icon
An icon used in the Designer 
NavTreePanel that can show a normal and selected state.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class javax.swing.ImageIconImageIcon.AccessibleImageIcon
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionNavTreeIcon(ImageIcon icon) NavTreeIcon(ImageIcon normal, ImageIcon selected) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic NavTreeIconcreateIcon(Class relativeClass, String path) static NavTreeIconcreateIcon(String path) UsesIconUtilto load the image at the path with a size of 16x16.Methods inherited from class javax.swing.ImageIcongetAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, paintIcon, setDescription, setImage, setImageObserver, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.client.icons.InteractiveIcongetIcon
- 
Constructor Details- 
NavTreeIcon
- 
NavTreeIcon
 
- 
- 
Method Details- 
getSelected- Specified by:
- getSelectedin interface- InteractiveIcon
 
- 
getFocused- Specified by:
- getFocusedin interface- InteractiveIcon
 
- 
getDisabled- Specified by:
- getDisabledin interface- InteractiveIcon
 
- 
getInherited- Specified by:
- getInheritedin interface- InteractiveIcon
 
- 
createIconUsesIconUtilto load the image at the path with a size of 16x16. Tries to load the same image with "-selected" appended before the extension for the selected state.
- 
createIcon
 
-