org.herac.tuxguitar.gui.util
Class DialogUtils
java.lang.Object
org.herac.tuxguitar.gui.util.DialogUtils
public class DialogUtils
- extends java.lang.Object
Method Summary |
static Shell |
newDialog(Display display,
int style)
|
static Shell |
newDialog(Shell parent,
int style)
|
static void |
openDialog(Shell dialog,
int style)
|
static void |
openDialog(Shell dialog,
Shell parent,
int style)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPEN_STYLE_WAIT
public static final int OPEN_STYLE_WAIT
- See Also:
- Constant Field Values
OPEN_STYLE_PACK
public static final int OPEN_STYLE_PACK
- See Also:
- Constant Field Values
OPEN_STYLE_LAYOUT
public static final int OPEN_STYLE_LAYOUT
- See Also:
- Constant Field Values
OPEN_STYLE_CENTER
public static final int OPEN_STYLE_CENTER
- See Also:
- Constant Field Values
OPEN_STYLE_MAXIMIZED
public static final int OPEN_STYLE_MAXIMIZED
- See Also:
- Constant Field Values
DialogUtils
public DialogUtils()
newDialog
public static final Shell newDialog(Display display,
int style)
newDialog
public static final Shell newDialog(Shell parent,
int style)
openDialog
public static final void openDialog(Shell dialog,
int style)
openDialog
public static final void openDialog(Shell dialog,
Shell parent,
int style)