All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.motif.MotifTreeUI.MotifExpandedIcon

java.lang.Object
    |
    +----java.awt.swing.basic.BasicTreeUI.ExpandedIcon
            |
            +----java.awt.swing.motif.MotifTreeUI.MotifExpandedIcon

public static class MotifTreeUI.MotifExpandedIcon
extends BasicTreeUI.ExpandedIcon

Variable Index

 o INSTANCE

Constructor Index

 o MotifTreeUI.MotifExpandedIcon()

Method Index

 o getIconHeight()
 o getIconWidth()
 o paintIcon(Component, Graphics, int, int)

Variables

 o INSTANCE
public static final BasicTreeUI.ExpandedIcon INSTANCE

Constructors

 o MotifTreeUI.MotifExpandedIcon
public MotifTreeUI.MotifExpandedIcon()

Methods

 o paintIcon
public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Overrides:
paintIcon in class BasicTreeUI.ExpandedIcon
 o getIconWidth
public int getIconWidth()
Overrides:
getIconWidth in class BasicTreeUI.ExpandedIcon
 o getIconHeight
public int getIconHeight()
Overrides:
getIconHeight in class BasicTreeUI.ExpandedIcon

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature