Package editor

Class WindowsTreeUI.ExpandedIcon

java.lang.Object
editor.WindowsTreeUI.ExpandedIcon
All Implemented Interfaces:
Serializable, Icon
Direct Known Subclasses:
WindowsTreeUI.CollapsedIcon
Enclosing class:
WindowsTreeUI

public static class WindowsTreeUI.ExpandedIcon extends Object implements Icon, Serializable
The minus sign button icon

Warning: 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:
  • Constructor Details

    • ExpandedIcon

      public ExpandedIcon()
  • Method Details

    • createExpandedIcon

      public static Icon createExpandedIcon()
    • paintIcon

      public void paintIcon(Component c, Graphics g, int x, int y)
      Specified by:
      paintIcon in interface Icon
    • getIconWidth

      public int getIconWidth()
      Specified by:
      getIconWidth in interface Icon
    • getIconHeight

      public int getIconHeight()
      Specified by:
      getIconHeight in interface Icon