public static class

MotifTreeUI.MotifCollapsedIcon

extends MotifTreeUI.MotifExpandedIcon
java.lang.Object
   ↳ com.sun.java.swing.plaf.motif.MotifTreeUI.MotifExpandedIcon
     ↳ com.sun.java.swing.plaf.motif.MotifTreeUI.MotifCollapsedIcon

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
MotifTreeUI.MotifCollapsedIcon()
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.motif.MotifTreeUI.MotifExpandedIcon
From class java.lang.Object
From interface javax.swing.Icon

Public Constructors

public MotifTreeUI.MotifCollapsedIcon ()

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.