|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.azureus2.ui.swt.components.shell.ShellFactory
public final class ShellFactory
Facilitates the creation of SWT Shells with platform-specific additions. All shells normal to the user should be created from ShellFactory
Nested Class Summary | |
---|---|
static class |
ShellFactory.AEShell
A shell that provides platform-specific behaviour in some methods in order to better suit the user experience |
Constructor Summary | |
---|---|
ShellFactory()
|
Method Summary | |
---|---|
static org.eclipse.swt.widgets.Shell |
createMainShell(int styles)
|
static org.eclipse.swt.widgets.Shell |
createShell(org.eclipse.swt.widgets.Display disp)
Creates a shell |
static org.eclipse.swt.widgets.Shell |
createShell(org.eclipse.swt.widgets.Display disp,
int styles)
Creates a shell |
static org.eclipse.swt.widgets.Shell |
createShell(int styles)
Creates a shell |
static org.eclipse.swt.widgets.Shell |
createShell(org.eclipse.swt.widgets.Shell parent)
Creates a shell |
static org.eclipse.swt.widgets.Shell |
createShell(org.eclipse.swt.widgets.Shell parent,
int styles)
Creates a shell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShellFactory()
Method Detail |
---|
public static org.eclipse.swt.widgets.Shell createMainShell(int styles)
public static org.eclipse.swt.widgets.Shell createShell(org.eclipse.swt.widgets.Display disp, int styles)
Creates a shell
For platforms that use a unified menu bar, the shell's menu bar is set to the main window's menu bar
Shell
public static org.eclipse.swt.widgets.Shell createShell(org.eclipse.swt.widgets.Display disp)
Creates a shell
For platforms that use a unified menu bar, the shell's menu bar is set to the main window's menu bar
Shell
public static org.eclipse.swt.widgets.Shell createShell(org.eclipse.swt.widgets.Shell parent, int styles)
Creates a shell
For platforms that use a unified menu bar, the shell's menu bar is set to the main window's menu bar
Shell
public static org.eclipse.swt.widgets.Shell createShell(org.eclipse.swt.widgets.Shell parent)
Creates a shell
For platforms that use a unified menu bar, the shell's menu bar is set to the main window's menu bar
Shell
public static org.eclipse.swt.widgets.Shell createShell(int styles)
Creates a shell
For platforms that use a unified menu bar, the shell's menu bar is set to the main window's menu bar
Shell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |