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

12

/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 DFixedHeightLayoutCache.java161 * Returns true if the value identified by row is currently expanded.
294 * Marks the path <code>path</code> expanded state to
303 // YECK! Make the parent expanded.
320 * Returns true if the path is expanded, and visible.
354 expanded once. */
398 expanded once. */
533 boolean expanded;
542 expanded = parent.isExpanded();
548 expanded = false;
553 expanded, boundsBuffe
[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/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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DRefPattern.java62 private boolean expanded = false; field in class:RefPattern
107 if (!expanded) {
109 expanded = true;
H A DElementPattern.java58 private boolean expanded = false; field in class:ElementPattern
102 if (!expanded) {
103 expanded = true;
/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/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DUtfHelpper.java98 boolean expanded=false;
115 if (!expanded) {
119 expanded=true;
145 if (expanded) {
/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
/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/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
H A DsparsePRT.cpp387 if (sprt->expanded()) return;
448 return expanded();
452 // First clean up all expanded tables so they agree on next and cur.
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m136 // put the (macro expanded) args to main() in an NSArray
225 NSString *expanded = [self expandMacros:[obj description]]; // turn everything into a string, and expand macros
226 vm_args.options[idx].optionString = strdup([expanded UTF8String]);
/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/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java769 String expanded = XMLEntityManager.expandSystemId(uri, null, true);
770 URL url = new URL(expanded != null ? expanded : uri);
951 String expanded = XMLEntityManager.expandSystemId(URI, null, true);
952 URL url = new URL(expanded != null ? expanded : URI);
/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/jdk/src/share/demo/jfc/Notepad/
H A DElementTreePanel.java105 boolean expanded, boolean leaf,
/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/jdk/make/javax/swing/plaf/
H A DFILES.gmk63 $(CLASSBINDIR)/javax/swing/plaf/metal/icons/ocean/expanded.gif \

Completed in 87 milliseconds

12