Class ConfigShell
java.lang.Object
com.biglybt.ui.swt.views.ConfigShell
A shell containing the
ConfigView
This is used to pop-up the configs in a Shell as opposed to hosting it in the application
This class is used to ensure that only one shell is opened at any time.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static ConfigShellprivate org.eclipse.swt.widgets.Shellprivate UISWTViewImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidclose()static ConfigShellvoidOpens theConfigViewinside a pop-upShell.void
-
Field Details
-
instance
-
shell
private org.eclipse.swt.widgets.Shell shell -
swtView
-
-
Constructor Details
-
ConfigShell
private ConfigShell()
-
-
Method Details
-
getInstance
-
open
Opens theConfigViewinside a pop-upShell. If the Shell is opened already then just force it active- Parameters:
width-height-
-
swt_open
-
close
private void close()
-