Searched defs:allows (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCursorManager.java39 public static native void nativeSetAllowsCursorSetInBackground(final boolean allows); argument
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java114 * allows children.
121 * Creates a tree node with no parent, no children, but which allows
133 * the specified user object, and that allows children only if
300 * If <code>allows</code> is false, all of this node's children are
303 * Note: By default, a node allows children.
305 * @param allows true if this node is allowed to have children
307 public void setAllowsChildren(boolean allows) { argument
308 if (allows != allowsChildren) {
309 allowsChildren = allows;
319 * @return true if this node allows childre
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java650 boolean allows(SecondaryAnnotation a) { method in class:ClassInfoImpl.PropertyGroup
813 if(group.allows(sa))
1273 * XmlType allows specification of factoryClass and

Completed in 44 milliseconds