org.herac.tuxguitar.gui.util
Class DialogUtils

java.lang.Object
  extended by org.herac.tuxguitar.gui.util.DialogUtils

public class DialogUtils
extends java.lang.Object


Field Summary
static int OPEN_STYLE_CENTER
           
static int OPEN_STYLE_LAYOUT
           
static int OPEN_STYLE_MAXIMIZED
           
static int OPEN_STYLE_PACK
           
static int OPEN_STYLE_WAIT
           
 
Constructor Summary
DialogUtils()
           
 
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
 

Field Detail

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
Constructor Detail

DialogUtils

public DialogUtils()
Method Detail

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)