Package editor
Class WindowsTreeUI.CollapsedIcon
- java.lang.Object
-
- editor.WindowsTreeUI.ExpandedIcon
-
- editor.WindowsTreeUI.CollapsedIcon
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.Icon
- Enclosing class:
- WindowsTreeUI
public static class WindowsTreeUI.CollapsedIcon extends WindowsTreeUI.ExpandedIcon
The plus sign button iconWarning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollapsedIcon()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.IconcreateCollapsedIcon()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)-
Methods inherited from class editor.WindowsTreeUI.ExpandedIcon
createExpandedIcon, getIconHeight, getIconWidth
-
-
-
-
Method Detail
-
createCollapsedIcon
public static javax.swing.Icon createCollapsedIcon()
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon- Overrides:
paintIconin classWindowsTreeUI.ExpandedIcon
-
-