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

/frameworks/base/awt/java/awt/
H A DComponentBehavior.java41 boolean isLightweight(); method in interface:ComponentBehavior
H A DComponent.java160 * componentHidden(ComponentEvent e) { if (behaviour.isLightweight()) {
165 * componentShown(ComponentEvent e) { if (behaviour.isLightweight()) {
169 * focusGained(FocusEvent e) { if (behaviour.isLightweight()) { return; }
172 * (behaviour.isLightweight()) { return; }
1338 * != null) && (parent.isLightweight()); parent = parent .getParent()) { ; }
2987 if (!comp.isLightweight() && !comp.isEnabled()) {
3091 public boolean isLightweight() { method in class:Component
3094 return behaviour.isLightweight();
3987 * value) { if (behaviour.isLightweight()) { return; } AccessibleContext ac
4588 * this instanceof ScrollPane || this instanceof Window || isLightweight())
[all...]

Completed in 88 milliseconds