Searched defs:isLightweight (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DIsLightweightCrash.java27 @summary REGRESSION: Override isLightweight() causes access violation in awt.dll
58 public boolean isLightweight() { return false; } method in class:AHeavyweightComponent
H A DStubPeerCrash.java27 @summary REGRESSION: Override isLightweight() causes access violation in awt.dll
72 public boolean isLightweight() { method in class:AHeavyweightComponent
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java146 public boolean isLightweight() { method in class:LWComponentPeer.DelegateContainer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java180 boolean isLightweight(Component comp); method in interface:AWTAccessor.ComponentAccessor
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java673 if (comp.isLightweight()) {
789 if (comp.isLightweight()) {
812 if (comp.isLightweight()) {
867 if (!comp.isLightweight() && isLightweight()) {
3990 if (c.isLightweight()) {
4018 if (c.isLightweight()) {
4054 if (isLightweight() && isNonOpaqueForMixing()
4060 if (c.isLightweight() && c.isShowing()) {
4097 if (!comp.isLightweight()) {
4256 mixOnHiding(boolean isLightweight) argument
[all...]
H A DComponent.java99 * component is associated with a native window. The {@link #isLightweight()}
871 comp.mixOnHiding(comp.isLightweight());
938 public boolean isLightweight(Component comp) {
1454 * @see #isLightweight
1510 if ((isFocusOwner() || (containsFocus() && !isLightweight())) &&
1682 mixOnHiding(isLightweight());
2526 * @see #isLightweight
2534 return !isLightweight();
2555 public boolean isLightweight() { method in class:Component
6897 if (parent != null && parent.isLightweight()) {
9981 mixOnHiding(boolean isLightweight) argument
[all...]

Completed in 1630 milliseconds