Searched defs:expanded (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeCellEditor.java57 * @param expanded true if the node is expanded
63 boolean isSelected, boolean expanded,
62 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
H A DTreeCellRenderer.java47 * selected. If <code>expanded</code> is true the node is currently
48 * expanded and if <code>leaf</code> is true the node represents a
73 boolean selected, boolean expanded,
72 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
H A DAbstractLayoutCache.java265 * Returns true if the value identified by row is currently expanded.
335 * Marks the path <code>path</code> expanded state to
338 * @param path the path being expanded or collapsed
339 * @param isExpanded true if the path should be expanded, false otherwise
344 * Returns true if the path is expanded, and visible.
347 * @return true if the path is expanded and visible, false otherwise
480 * @param expanded true if row is expanded, false otherwise
487 boolean expanded,
492 return nd.getNodeDimensions(value, row, depth, expanded, placeI
486 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle placeIn) argument
526 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds) argument
[all...]
H A DDefaultTreeCellEditor.java206 boolean expanded,
210 determineOffset(tree, value, isSelected, expanded, leaf, row);
216 isSelected, expanded,leaf, row);
269 boolean expanded = tree.isExpanded(path);
273 expanded, leaf, lastRow);
480 boolean isSelected, boolean expanded,
485 else if(expanded)
204 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
479 determineOffset(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
H A DDefaultTreeCellRenderer.java133 /** Icon used to show non-leaf nodes that aren't expanded. */
139 /** Icon used to show non-leaf nodes that are expanded. */
236 * represent non-leaf nodes that are expanded.
244 * represent non-leaf nodes that are not expanded.
259 * Sets the icon used to represent non-leaf nodes that are expanded.
266 * Returns the icon used to represent non-leaf nodes that are expanded.
273 * Sets the icon used to represent non-leaf nodes that are not expanded.
281 * expanded.
421 * is set based on the <code>leaf</code> and <code>expanded</code>
426 boolean expanded,
424 getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
[all...]
H A DVariableHeightLayoutCache.java173 * Marks the path <code>path</code> expanded state to
176 * @param isExpanded true if the path should be expanded, otherwise false
194 * Returns true if the path is expanded, and visible.
195 * @return true if the path is expanded and visible, otherwise false
377 * currently expanded.
379 * currently expanded
471 expanded once. */
726 * Completely rebuild the tree, all expanded state, and node caches are
765 * already exist and <I>parent</I> has been expanded at least once.
767 * currently expanded
1040 protected boolean expanded; field in class:VariableHeightLayoutCache.TreeStateNode
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTreeRenderer.java38 JTree tree, Object value, boolean selected, boolean expanded,
41 tree, value, selected, expanded, leaf, row, hasFocus);
37 getTreeCellRendererComponent( JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTreeCellRenderer.java62 /** Icon to use when the item is expanded. */
82 getResource("/resources/images/expanded.gif"));
97 boolean selected, boolean expanded,
101 expanded, leaf, row, hasFocus);
109 if (expanded) {
96 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk7/jdk/test/javax/swing/JTree/4330357/
H A Dbug4330357.java180 boolean expanded,
178 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultCellEditor.java252 boolean expanded,
255 expanded, leaf, row, false);
250 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
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/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java206 * is set based on on leaf and expanded.
210 boolean expanded,
214 expanded, leaf, row,
208 getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DElementPattern.java58 private boolean expanded = false; field in class:ElementPattern
102 if (!expanded) {
103 expanded = true;
H A DRefPattern.java62 private boolean expanded = false; field in class:RefPattern
107 if (!expanded) {
109 expanded = true;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicySourceModel.java85 private boolean expanded = false; field in class:PolicySourceModel
299 * Every source model that references other policies must be expanded before it can be translated into a Policy objects. See
309 * Returns a boolean value indicating whether this policy source model contains is already expanded (i.e. contains no unexpanded
310 * policy references) or not. This means that if model does not originally contain any policy references, it is considered as expanded,
311 * thus this method returns {@code true} in such case. Also this method does not check whether the references policy source models are expanded
312 * as well, so after expanding this model a value of {@code true} is returned even if referenced models are not expanded yet. Thus each model
313 * can be considered to be fully expanded only if all policy source models stored in PolicySourceModelContext instance are expanded, provided the
316 * Every source model that references other policies must be expanded before it can be translated into a Policy object. See
319 * @return {@code true} or {@code false} depending on whether this policy source model contains is expanded o
[all...]
/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c54 * e.g., then the class path foo/"*" is expanded into
59 * the expanded class path is not specified and may vary from platform
81 * Classpath wildcards are only expanded in the Java launcher code,
396 FileList expanded = wildcardFileList(fl->files[i]); local
397 if (expanded != NULL && expanded->size > 0) {
399 FileList_ensureCapacity(fl, fl->size + expanded->size);
401 fl->files[j+expanded->size-1] = fl->files[j];
402 for (j = 0; j < expanded->size; j++)
403 fl->files[i+j] = expanded
417 char *expanded; local
[all...]
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c55 * e.g., then the class path foo/"*" is expanded into
60 * the expanded class path is not specified and may vary from platform
82 * Classpath wildcards are only expanded in the Java launcher code,
384 FileList expanded = wildcardFileList(fl->files[i]); local
385 if (expanded != NULL && expanded->size > 0) {
387 FileList_ensureCapacity(fl, fl->size + expanded->size);
389 fl->files[j+expanded->size-1] = fl->files[j];
390 for (j = 0; j < expanded->size; j++)
391 fl->files[i+j] = expanded
405 char *expanded; local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp236 bool expanded() { return _expanded; } function in class:VALUE_OBJ_CLASS_SPEC
283 // Clean up all tables on the expanded list. Called single threaded.
293 // during the cleanup pause to recreate the expanded list, purging
298 // We chose to recreate the expanded list, instead of purging
303 // * reset_for_cleanup_tasks() : Nulls the expanded list head at the
307 // pause. It creates a list of expanded tables whose head / tail
311 // the global expanded list. It assumes that the
333 // thread-local list of sparse tables that have been expanded and need
335 // are concatenated into the single expanded list at the end of the
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java701 boolean expanded,
713 expanded, leaf, row, hasFocus);
699 getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/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/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 382 milliseconds