Searched refs:hasBeenExpanded (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java334 boolean hasBeenExpanded;
350 isExpanded = hasBeenExpanded = false;
354 hasBeenExpanded = tree.hasBeenExpanded(path);
361 row, isExpanded, hasBeenExpanded, isLeaf);
389 isExpanded = hasBeenExpanded = false;
393 hasBeenExpanded = tree.hasBeenExpanded(path);
407 hasBeenExpanded, isLeaf);
413 hasBeenExpanded, isLea
478 paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
523 paintRow(TreeCellRenderer renderer, DefaultTreeCellRenderer dtcr, SynthContext treeContext, SynthContext cellContext, Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, Rectangle rowBounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
592 paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java219 boolean hasBeenExpanded, boolean
224 hasBeenExpanded, isLeaf);
215 paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java423 if(changedNode.hasBeenExpanded() && changedIndexs != null) {
475 if(changedParentNode.hasBeenExpanded()) {
548 if(changedParentNode.hasBeenExpanded()) {
1043 protected boolean hasBeenExpanded; field in class:VariableHeightLayoutCache.TreeStateNode
1197 public boolean hasBeenExpanded() { method in class:VariableHeightLayoutCache.TreeStateNode
1198 return hasBeenExpanded;
1238 if(hasBeenExpanded)
1408 if(!createIfNeeded || hasBeenExpanded)
1416 hasBeenExpanded = true;
1474 if (!hasBeenExpanded) {
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java165 protected void paintHorizontalPartOfLeg(final Graphics g, final Rectangle clipBounds, final Insets insets, final Rectangle bounds, final TreePath path, final int row, final boolean isExpanded, final boolean hasBeenExpanded, final boolean isLeaf) { argument
167 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, path, row, isExpanded, hasBeenExpanded, isLeaf);
185 protected void paintExpandControl(final Graphics g, final Rectangle clipBounds, final Insets insets, final Rectangle bounds, final TreePath path, final int row, final boolean isExpanded, final boolean hasBeenExpanded, final boolean isLeaf) { argument
190 if (isLeaf || (hasBeenExpanded && treeModel.getChildCount(value) <= 0)) return;
199 super.paintExpandControl(g, clipBounds, insets, bounds, path, row, isExpanded, hasBeenExpanded, isLeaf);
206 super.paintExpandControl(g, clipBounds, insets, bounds, path, row, isExpanded, hasBeenExpanded, isLeaf);
354 fHasBeenExpanded = tree.hasBeenExpanded(path);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMBeansTab.java268 if (!tree.hasBeenExpanded(path)) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1174 boolean hasBeenExpanded;
1186 isExpanded = hasBeenExpanded = false;
1189 hasBeenExpanded = tree.hasBeenExpanded(path);
1209 hasBeenExpanded, isLeaf);
1215 hasBeenExpanded, isLeaf);
1218 hasBeenExpanded, isLeaf)) {
1221 hasBeenExpanded, isLeaf);
1224 row, isExpanded, hasBeenExpanded, isLeaf);
1350 boolean hasBeenExpanded, boolea
1346 paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1477 paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1516 paintRow(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1547 shouldPaintExpandControl(TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java1979 public boolean hasBeenExpanded(TreePath path) { method in class:JTree

Completed in 50 milliseconds