Package com.biglybt.ui.swt.views.skin
Class SkinnedDialog
java.lang.Object
com.biglybt.ui.swt.views.skin.SkinnedDialog
- All Implemented Interfaces:
ObfuscateShell
Creates a dialog (shell) and fills it with a skinned layout
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSkinnedDialog
(ClassLoader loader, String skinFile, String shellSkinObjectID, int style) SkinnedDialog
(ClassLoader cla, String skinPath, String skinFile, String shellSkinObjectID, int style) SkinnedDialog
(ClassLoader cla, String skinPath, String skinFile, String shellSkinObjectID, org.eclipse.swt.widgets.Shell parent, int style) SkinnedDialog
(ClassLoader loader, String skinFile, String shellSkinObjectID, org.eclipse.swt.widgets.Shell parent, int style) SkinnedDialog
(String skinFile, String shellSkinObjectID) SkinnedDialog
(String skinFile, String shellSkinObjectID, int style) SkinnedDialog
(String skinFile, String shellSkinObjectID, org.eclipse.swt.widgets.Shell parent, int style) -
Method Summary
-
Field Details
-
shellSkinObjectID
-
shell
private org.eclipse.swt.widgets.Shell shell -
skin
-
closeListeners
-
mainShell
private org.eclipse.swt.widgets.Shell mainShell -
disposed
protected boolean disposed
-
-
Constructor Details
-
SkinnedDialog
-
SkinnedDialog
-
SkinnedDialog
-
SkinnedDialog
-
SkinnedDialog
public SkinnedDialog(ClassLoader loader, String skinFile, String shellSkinObjectID, org.eclipse.swt.widgets.Shell parent, int style) -
SkinnedDialog
public SkinnedDialog(ClassLoader cla, String skinPath, String skinFile, String shellSkinObjectID, int style) -
SkinnedDialog
public SkinnedDialog(ClassLoader cla, String skinPath, String skinFile, String shellSkinObjectID, org.eclipse.swt.widgets.Shell parent, int style)
-
-
Method Details
-
generateObfuscatedImage
public org.eclipse.swt.graphics.Image generateObfuscatedImage()- Specified by:
generateObfuscatedImage
in interfaceObfuscateShell
- Returns:
-
setSkin
-
open
public void open() -
openUnadjusted
public void openUnadjusted() -
open
-
open
public void open(String idShellMetrics, boolean bringToFront, org.eclipse.swt.widgets.Shell moveBelow) -
getSkin
-
close
public void close()- Since:
- 4.0.0.5
-
addCloseListener
-
setTitle
- Parameters:
string
-- Since:
- 4.0.0.5
-
getShell
public org.eclipse.swt.widgets.Shell getShell()- Returns:
- the shell
-
isDisposed
public boolean isDisposed()
-