All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFTreeUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.TreeUI
                    |
                    +----java.awt.swing.basic.AbstractTreeUI
                            |
                            +----java.awt.swing.basic.BasicTreeUI
                                    |
                                    +----java.awt.swing.jlf.JLFTreeUI

public class JLFTreeUI
extends BasicTreeUI

Constructor Index

 o JLFTreeUI()

Method Index

 o checkForClickInExpandControl(VisibleTreeNode, LargeTreeModelNode, int, int, int, int, int)
 o createUI(JComponent)
 o drawHorizontalPartOfLeg(Graphics, JComponent, int, int, int, int, int, int)
 o drawVerticalPartOfLeg(Graphics, JComponent, int, int, int, int, int, int)
 o getKnobColor()
 o installUI(JComponent)
 o paintExpandControl(Graphics, JComponent, VisibleTreeNode, VisibleTreeNode, int, int, int, int)
 o paintRow(Graphics, JComponent, VisibleTreeNode, VisibleTreeNode, int, int, int, int)
 o shouldDrawLegToParent(VisibleTreeNode, VisibleTreeNode)
 o shouldPaintExpandControl(VisibleTreeNode, VisibleTreeNode)

Constructors

 o JLFTreeUI
public JLFTreeUI()

Methods

 o getKnobColor
protected Color getKnobColor()
 o createUI
public static ComponentUI createUI(JComponent x)
 o installUI
public void installUI(JComponent c)
Overrides:
installUI in class BasicTreeUI
 o shouldDrawLegToParent
protected boolean shouldDrawLegToParent(VisibleTreeNode parentNode,
                                        VisibleTreeNode childNode)
Overrides:
shouldDrawLegToParent in class BasicTreeUI
 o shouldPaintExpandControl
protected boolean shouldPaintExpandControl(VisibleTreeNode parentNode,
                                           VisibleTreeNode childNode)
Overrides:
shouldPaintExpandControl in class BasicTreeUI
 o drawVerticalPartOfLeg
protected void drawVerticalPartOfLeg(Graphics g,
                                     JComponent c,
                                     int parentX,
                                     int parentY,
                                     int childX,
                                     int childY,
                                     int parentRowHeight,
                                     int childRowHeight)
Overrides:
drawVerticalPartOfLeg in class BasicTreeUI
 o drawHorizontalPartOfLeg
protected void drawHorizontalPartOfLeg(Graphics g,
                                       JComponent c,
                                       int parentX,
                                       int parentY,
                                       int childX,
                                       int childY,
                                       int parentRowHeight,
                                       int childRowHeight)
Overrides:
drawHorizontalPartOfLeg in class BasicTreeUI
 o paintExpandControl
protected void paintExpandControl(Graphics g,
                                  JComponent c,
                                  VisibleTreeNode parentNode,
                                  VisibleTreeNode childNode,
                                  int childX,
                                  int childY,
                                  int childRowHeight,
                                  int row)
Overrides:
paintExpandControl in class BasicTreeUI
 o paintRow
protected void paintRow(Graphics g,
                        JComponent c,
                        VisibleTreeNode parentNode,
                        VisibleTreeNode childNode,
                        int childX,
                        int childY,
                        int childRowHeight,
                        int row)
Overrides:
paintRow in class BasicTreeUI
 o checkForClickInExpandControl
protected void checkForClickInExpandControl(VisibleTreeNode node,
                                            LargeTreeModelNode eNode,
                                            int childIndex,
                                            int row,
                                            int rowLevel,
                                            int mouseX,
                                            int mouseY)
Overrides:
checkForClickInExpandControl in class BasicTreeUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature