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
JLFTreeUI()
-
checkForClickInExpandControl(VisibleTreeNode, LargeTreeModelNode, int, int, int, int, int)
-
createUI(JComponent)
-
drawHorizontalPartOfLeg(Graphics, JComponent, int, int, int, int, int, int)
-
drawVerticalPartOfLeg(Graphics, JComponent, int, int, int, int, int, int)
-
getKnobColor()
-
installUI(JComponent)
-
paintExpandControl(Graphics, JComponent, VisibleTreeNode, VisibleTreeNode, int, int, int, int)
-
paintRow(Graphics, JComponent, VisibleTreeNode, VisibleTreeNode, int, int, int, int)
-
shouldDrawLegToParent(VisibleTreeNode, VisibleTreeNode)
-
shouldPaintExpandControl(VisibleTreeNode, VisibleTreeNode)
-
JLFTreeUI
public JLFTreeUI()
getKnobColor
protected Color getKnobColor()
createUI
public static ComponentUI createUI(JComponent x)
installUI
public void installUI(JComponent c)
- Overrides:
- installUI in class BasicTreeUI
shouldDrawLegToParent
protected boolean shouldDrawLegToParent(VisibleTreeNode parentNode,
VisibleTreeNode childNode)
- Overrides:
- shouldDrawLegToParent in class BasicTreeUI
shouldPaintExpandControl
protected boolean shouldPaintExpandControl(VisibleTreeNode parentNode,
VisibleTreeNode childNode)
- Overrides:
- shouldPaintExpandControl in class BasicTreeUI
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
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
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
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
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