Lines Matching defs:isLightweight
99 * 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() {
6897 if (parent != null && parent.isLightweight()) {
6994 boolean isLightweight = isLightweight();
7016 mixOnHiding(isLightweight);
8932 cont != null && cont.isLightweight();
9698 if (!isLightweight()) {
9746 return (this.compoundShape == null || isLightweight()) ? getNormalShape() : this.compoundShape;
9822 if (comp != null && comp.isDisplayable() && !comp.isLightweight()) {
9830 if (!cont.isLightweight()) {
9880 if (c.isLightweight() && c.isShowing()) {
9885 if (cont.isLightweight()) {
9973 if (isLightweight()) {
9981 void mixOnHiding(boolean isLightweight) {
9986 mixingLog.fine("this = " + this + "; isLightweight = " + isLightweight);
9991 if (isLightweight) {
10005 if (isLightweight()) {
10025 if (isLightweight()) {
10044 if (c.isLightweight() && c.isShowing()) {