Lines Matching defs:isShowing
1321 if (!isShowing()) {
1358 * @see #isShowing
1410 public boolean isShowing() {
1413 return (parent == null) || parent.isShowing();
2028 if (peer != null && isShowing()) {
2310 if (parent != null && peer instanceof LightweightPeer && isShowing()) {
3095 * @see #isShowing
3242 if (isShowing()) {
3423 if (isShowing()) {
6451 * @see #isShowing
7849 !(rootAncestor.isShowing() && rootAncestor.canBeFocusOwner()))
7898 !(rootAncestor.isShowing() && rootAncestor.canBeFocusOwner()))
7942 rootAncestor != null && !(rootAncestor.isShowing() &&
9369 * showing on the screen, use <code>isShowing</code>.
9409 public boolean isShowing() {
9410 return Component.this.isShowing();
9434 if (Component.this.isShowing()) {
9611 if (this.isShowing()) {
9880 if (c.isLightweight() && c.isShowing()) {
9930 if (parent != null && parent.isShowing()) {
9948 if (parent != null && isShowing()) {
10027 if (parent != null && isShowing()) {
10044 if (c.isLightweight() && c.isShowing()) {