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

/openjdk10/jdk/test/java/awt/Component/isLightweightCrash/
H A DIsLightweightCrash.java59 public boolean isLightweight() { return false; } method in class:AHeavyweightComponent
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java169 public boolean isLightweight() { method in class:LWComponentPeer.DelegateContainer
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Frame.cpp202 BOOL isLightweight = FALSE; local
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DComponentOperator.java1975 public boolean isLightweight() { method in class:ComponentOperator
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DContainer.java4298 mixOnHiding(boolean isLightweight) argument
[all...]
H A DComponent.java2598 public boolean isLightweight() { method in class:Component
10277 mixOnHiding(boolean isLightweight) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DAWTAccessor.java184 boolean isLightweight(Component comp); method in interface:AWTAccessor.ComponentAccessor

Completed in 209 milliseconds