Searched refs:disabled (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLOptGroupElement.java51 * The control is unavailable in this context. See the disabled
55 public void setDisabled(boolean disabled); argument
H A DHTMLStyleElement.java54 public void setDisabled(boolean disabled); argument
H A DHTMLButtonElement.java63 * The control is unavailable in this context. See the disabled
67 public void setDisabled(boolean disabled); argument
H A DHTMLOptionElement.java77 * The control is unavailable in this context. See the disabled
81 public void setDisabled(boolean disabled); argument
H A DHTMLLinkElement.java57 public void setDisabled(boolean disabled); argument
H A DHTMLSelectElement.java92 * The control is unavailable in this context. See the disabled
96 public void setDisabled(boolean disabled); argument
H A DHTMLTextAreaElement.java79 * The control is unavailable in this context. See the disabled
83 public void setDisabled(boolean disabled); argument
H A DHTMLInputElement.java122 * The control is unavailable in this context. See the disabled
126 public void setDisabled(boolean disabled); argument
/openjdk7/jaxp/src/org/w3c/dom/stylesheets/
H A DStyleSheet.java71 * if both an appropriate medium definition is present and the disabled
73 * user agent, the <code>disabled</code> attribute is ignored.
80 * if both an appropriate medium definition is present and the disabled
82 * user agent, the <code>disabled</code> attribute is ignored.
84 public void setDisabled(boolean disabled); argument
128 * attribute <code>disabled</code>.
/openjdk7/jdk/test/java/net/MulticastSocket/
H A DSetLoopbackMode.java39 boolean disabled = mc.getLoopbackMode();
41 if (disabled) {
42 System.out.println("Loopback mode is disabled.");
69 if (gotPacket && disabled) {
70 System.out.println("Packet received (unexpected as loopback is disabled)");
73 if (!gotPacket && !disabled) {
79 if (gotPacket && !disabled) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DModalEventFilter.java34 protected boolean disabled; field in class:ModalEventFilter
38 disabled = false;
46 if (disabled || !modalDialog.isVisible()) {
77 // as disabled to prevent it from working. Simple checking for visibility of
81 disabled = true;
H A DComponent.java455 * Components for which focus traversal keys are disabled receive key
842 public void setBackgroundEraseDisabled(Component comp, boolean disabled) {
843 comp.backgroundEraseDisabled = disabled;
1421 * enabled initially by default. A component may be enabled or disabled by
1452 * enabled; otherwise this component is disabled
1509 // A disabled lw container is allowed to contain a focus owner.
1514 // fails, we want the focus to stay on the disabled
4804 // input method. The native input method is actually not disabled when
7333 * Components for which focus traversal keys are disabled receive key
7361 * Components for which focus traversal keys are disabled receiv
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDisabledAlgorithmConstraints.java47 * Algorithm constraints for disabled algorithms property
50 * for the syntax of the disabled algorithm string.
73 * @param propertyName the security property name that define the disabled
101 for (String disabled : disabledAlgorithms) {
102 if (disabled == null || disabled.isEmpty()) {
107 if (disabled.equalsIgnoreCase(algorithm)) {
118 if (disabled.equalsIgnoreCase(element)) {
264 // Get disabled algorithm constraints from the specified security property.
291 // map the disabled algorithm
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaLookAndFeel.java296 final ColorUIResource disabled = new ColorUIResource(0.5f, 0.5f, 0.5f);
344 final Color textInactiveText = disabled;
375 final Color menuDisabledForegroundColor = disabled;
401 "Button.disabledText", disabled,
413 "CheckBox.disabledText", disabled,
578 "Label.disabledForeground", disabled,
729 "RadioButton.disabledText", disabled,
908 "ToggleButton.disabledText", disabled,
951 "Tree.hash", white, //disabled, // Line color
952 "Tree.line", white, //disabled, // Lin
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java118 return disabled("This endpoint", rootName);
123 return disabled("Global endpoint", rootName);
174 return disabled("This client", rootName);
184 return disabled("Global client", rootName);
189 @NotNull private ManagedObjectManager disabled(final String x, final String rootName) { method in class:MonitorBase
190 final String msg = x + " monitoring disabled. " + rootName + " will not be monitored";
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTemplate.java95 public boolean disabled() { method in class:Template
H A DMode.java281 * (the one with highest priority) will be disabled.
283 if (template.isNamed() && !template.disabled()) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java69 * has been disabled via SunToolkit.disableBackgroundErase().
71 void setBackgroundEraseDisabled(Component comp, boolean disabled); argument
74 * component has been disabled via
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m212 CONSISTENCY_CHECK(State, disabled);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1423 // Enable ParallelOld unless it was explicitly disabled (cmd line or rc file).
1597 // if the server compiler is used, or if UseSharedSpaces is disabled.
1926 warning("Heap verification at start-up disabled "
1931 warning("Heap verification at shutdown disabled "
1991 warning("PrintNMTStatistics is disabled, because native memory tracking is not enabled");
2792 // Note that large pages are enabled/disabled for both the
2971 warning(description " is disabled in this release."); \
3099 warning("UseCounterDecay disabled because CountCalls is set");
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java1793 // if track is not disabled, chase the events for it
1974 boolean disabled = trackDisabled[t];
1995 if (!disabled ||

Completed in 184 milliseconds