public static class

WindowsTreeUI.CollapsedIcon

extends WindowsTreeUI.ExpandedIcon
java.lang.Object
   ↳ com.sun.java.swing.plaf.windows.WindowsTreeUI.ExpandedIcon
     ↳ com.sun.java.swing.plaf.windows.WindowsTreeUI.CollapsedIcon

Class Overview

The plus 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.

Summary

Public Constructors
WindowsTreeUI.CollapsedIcon()
Public Methods
static Icon createCollapsedIcon()
void paintIcon(Component c, Graphics g, int x, int y)
Draw the icon at the specified location.
[Expand]
Inherited Methods
From class com.sun.java.swing.plaf.windows.WindowsTreeUI.ExpandedIcon
From class java.lang.Object
From interface javax.swing.Icon

Public Constructors

public WindowsTreeUI.CollapsedIcon ()

Public Methods

public static Icon createCollapsedIcon ()

public void paintIcon (Component c, Graphics g, int x, int y)

Draw the icon at the specified location. Icon implementations may use the Component argument to get properties useful for painting, e.g. the foreground or background color.