Package com.biglybt.ui.swt.views
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 ConfigShell
private org.eclipse.swt.widgets.Shell
private UISWTViewImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
close()
static ConfigShell
void
Opens theConfigView
inside 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 theConfigView
inside a pop-upShell
. If the Shell is opened already then just force it active- Parameters:
width
-height
-
-
swt_open
-
close
private void close()
-