com.meapsoft.gui
Class GUIUtils

java.lang.Object
  extended bycom.meapsoft.gui.GUIUtils

public class GUIUtils
extends java.lang.Object


Field Summary
static int DIR
           
static int FATAL_ERROR
           
static int MESSAGE
           
static int OPEN
           
static int OPENEDL
           
static int OPENFEAT
           
static int OPENWAV
           
static int SAVE
           
static int SAVEEDL
           
static int SAVEFEAT
           
static int TARGET
           
 
Constructor Summary
GUIUtils()
           
 
Method Summary
static java.lang.String[] FileSelector(int mode, java.lang.String defaultDirectory, javax.swing.JFrame jframe)
           
static void ShowDialog(java.lang.Exception e, java.lang.String message, int status, javax.swing.JFrame jframe)
           
static void ShowDialog(java.lang.String message, int status, javax.swing.JFrame jframe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN

public static final int OPEN
See Also:
Constant Field Values

SAVE

public static final int SAVE
See Also:
Constant Field Values

TARGET

public static final int TARGET
See Also:
Constant Field Values

DIR

public static final int DIR
See Also:
Constant Field Values

OPENWAV

public static final int OPENWAV
See Also:
Constant Field Values

OPENFEAT

public static final int OPENFEAT
See Also:
Constant Field Values

OPENEDL

public static final int OPENEDL
See Also:
Constant Field Values

SAVEEDL

public static final int SAVEEDL
See Also:
Constant Field Values

SAVEFEAT

public static final int SAVEFEAT
See Also:
Constant Field Values

FATAL_ERROR

public static final int FATAL_ERROR
See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values
Constructor Detail

GUIUtils

public GUIUtils()
Method Detail

FileSelector

public static java.lang.String[] FileSelector(int mode,
                                              java.lang.String defaultDirectory,
                                              javax.swing.JFrame jframe)

ShowDialog

public static void ShowDialog(java.lang.String message,
                              int status,
                              javax.swing.JFrame jframe)

ShowDialog

public static void ShowDialog(java.lang.Exception e,
                              java.lang.String message,
                              int status,
                              javax.swing.JFrame jframe)