Package editor
Class LabTreeUi.ExpandedIcon
- java.lang.Object
-
- editor.LabTreeUi.ExpandedIcon
-
- All Implemented Interfaces:
Serializable,Icon
- Direct Known Subclasses:
LabTreeUi.CollapsedIcon
- Enclosing class:
- LabTreeUi
public static class LabTreeUi.ExpandedIcon extends Object implements Icon, Serializable
The minus sign button icon- 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 IconcreateExpandedIcon()intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
createExpandedIcon
public static Icon createExpandedIcon()
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-