Home
last modified time | relevance | path

Searched refs:showWithParent (Results 1 – 23 of 23) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java288 transient boolean showWithParent; field in Window
1063 if ((child != null) && child.showWithParent) { in show()
1065 child.showWithParent = false; in show()
1125 child.showWithParent = true; in hide()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java288 transient boolean showWithParent; field in Window
1053 if ((child != null) && child.showWithParent) { in show()
1055 child.showWithParent = false; in show()
1115 child.showWithParent = true; in hide()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java288 transient boolean showWithParent; field in Window
1063 if ((child != null) && child.showWithParent) { in show()
1065 child.showWithParent = false; in show()
1125 child.showWithParent = true; in hide()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java288 transient boolean showWithParent; field in Window
1053 if ((child != null) && child.showWithParent) { in show()
1055 child.showWithParent = false; in show()
1115 child.showWithParent = true; in hide()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java955 if ((child != null) && child.showWithParent) { in conditionalShow()
957 child.showWithParent = false; in conditionalShow()
H A DWindow.java298 transient boolean showWithParent; field in Window
1064 if ((child != null) && child.showWithParent) { in show()
1066 child.showWithParent = false; in show()
1126 child.showWithParent = true; in hide()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java957 if ((child != null) && child.showWithParent) { in conditionalShow()
959 child.showWithParent = false; in conditionalShow()
H A DWindow.java299 transient boolean showWithParent; field in Window
1068 if ((child != null) && child.showWithParent) { in show()
1070 child.showWithParent = false; in show()
1130 child.showWithParent = true; in hide()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java294 transient boolean showWithParent; field in Window
1060 if ((child != null) && child.showWithParent) { in show()
1062 child.showWithParent = false; in show()
1122 child.showWithParent = true; in hide()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java289 transient boolean showWithParent; field in Window
1055 if ((child != null) && child.showWithParent) { in show()
1057 child.showWithParent = false; in show()
1117 child.showWithParent = true; in hide()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java276 transient boolean showWithParent; field in Window
1046 if ((child != null) && child.showWithParent) { in show()
1048 child.showWithParent = false; in show()
1108 child.showWithParent = true; in hide()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DDialog.java946 if ((child != null) && child.showWithParent) { in conditionalShow()
948 child.showWithParent = false; in conditionalShow()
H A DWindow.java276 transient boolean showWithParent; field in Window
1046 if ((child != null) && child.showWithParent) { in show()
1048 child.showWithParent = false; in show()
1108 child.showWithParent = true; in hide()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DShell.java129 boolean showWithParent, fullScreen, wasMaximized, modified, center; field in Shell
1912 if (showWithParent && !visible) { in setVisible()
1922 if (showWithParent != visible) { in setVisible()
1923 showWithParent = visible; in setVisible()
2457 if (!shell.showWithParent) return LRESULT.ZERO; in WM_SHOWWINDOW()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DShell.java126 boolean mapped, moved, resized, opened, fullScreen, showWithParent, modified, center; field in Shell
2694 showWithParent = visible; in setVisible()
3038 shells[i].showWithParent = true; in updateMinimized()
3042 if (shells[i].showWithParent) { in updateMinimized()
3043 shells[i].showWithParent = false; in updateMinimized()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DShell.java128 boolean mapped, moved, resized, opened, fullScreen, showWithParent, modified, center; field in Shell
2843 showWithParent = visible; in setVisible()
3197 shells[i].showWithParent = true; in updateMinimized()
3201 if (shells[i].showWithParent) { in updateMinimized()
3202 shells[i].showWithParent = false; in updateMinimized()