Searched refs:expanded (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java54 * An <i>expanded</i> node is a non-leaf node (as identified by
56 * its children when all its ancestors are <i>expanded</i>.
60 * are expanded, but may or may not be displayed. A <i>displayed</i> node
74 * "viewable" (under an expanded parent):
185 * particular path is expanded. This ONLY indicates whether a
186 * given path is expanded, and NOT if it is visible or not. That
199 * expanded and a minus sign (-) for a node which can be collapsed.
264 * If true, when a node is expanded, as many of the descendants are
271 * Number of mouse clicks before a node is expanded.
297 * True if paths in the selection should be expanded
1589 convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java344 boolean selected, boolean expanded, boolean leaf, int row,
343 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java405 // the observations that expanded PEs only start and stop
511 // they're reported "fully expanded" via SAX
518 // expanded entities can't terminate the literal!
2077 // if it's expanded in a literal, else "ab cd". PEs also do
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java121 /** Object responsible for handling sizing and expanded issues. */
920 * when nodes expanded state changes.
927 * Creates the object responsible for managing what is expanded, as
1668 * Makes all the nodes that are expanded in JTree expanded in LayoutCache.
1688 * Updates the expanded state of all the descendants of <code>path</code>
1689 * by getting the expanded descendants from the tree and forwarding
1909 * Messaged from the VisibleTreeNode after it has been expanded.
2280 * Expands path if it is not expanded, or collapses row if it is expanded
2782 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle size) argument
[all...]

Completed in 51 milliseconds

12