Package editor
Class WindowsTreeUI.ExpandedIcon
- java.lang.Object
-
- editor.WindowsTreeUI.ExpandedIcon
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.Icon
- Direct Known Subclasses:
WindowsTreeUI.CollapsedIcon
- Enclosing class:
- WindowsTreeUI
public static class WindowsTreeUI.ExpandedIcon extends java.lang.Object implements javax.swing.Icon, java.io.SerializableThe minus 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 ExpandedIcon()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.IconcreateExpandedIcon()intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
-
-
Method Detail
-
createExpandedIcon
public static javax.swing.Icon createExpandedIcon()
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfacejavax.swing.Icon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfacejavax.swing.Icon
-
-