public class

MotifTreeCellRenderer

extends DefaultTreeCellRenderer
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JLabel
           ↳ javax.swing.tree.DefaultTreeCellRenderer
             ↳ com.sun.java.swing.plaf.motif.MotifTreeCellRenderer

Class Overview

Motif rendered to display a tree cell.

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

Nested Classes
class MotifTreeCellRenderer.TreeLeafIcon Icon for a node with no children. 
[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.SwingConstants
[Expand]
Inherited Fields
From class javax.swing.tree.DefaultTreeCellRenderer
From class javax.swing.JLabel
From class javax.swing.JComponent
Public Constructors
MotifTreeCellRenderer()
Public Methods
static Icon loadLeafIcon()
[Expand]
Inherited Methods
From class javax.swing.tree.DefaultTreeCellRenderer
From class javax.swing.JLabel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.tree.TreeCellRenderer

Public Constructors

public MotifTreeCellRenderer ()

Public Methods

public static Icon loadLeafIcon ()