|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.SoftWoehr.JTOpenContrib.MEU.MEUStockDialog
MEU stock dialogs, all static methods
Constructor Summary | |
protected |
MEUStockDialog()
Creates new MEUStockDialog |
Method Summary | |
static void |
showAboutSoftWoehrDialog(javax.swing.ImageIcon icon)
Show the about dialog |
static int |
showCloseCancelFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifspath,
javax.swing.JFrame frame)
Ask if user wants to save discard or cancel close. |
static int |
showCloseFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifspath,
javax.swing.JFrame frame)
Ask if user wants to save discard -- can't cancel close. |
static int |
showCloseFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifspath,
javax.swing.JFrame frame,
int option)
Ask if user wants to save discard or also cancel close if option type passed in. |
static void |
showCommandErrorDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.String command)
Inform user of problem executing a command |
static void |
showCommandInfoMessageDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.String command)
Inform the user in response to a command |
static int |
showCreateFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifspath,
javax.swing.JFrame frame)
Ask if user wants to create new file member. |
static void |
showErrorMessageDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.String title)
Show some error in a dialog |
static void |
showExceptionMessageDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.Exception exception)
Inform the user of a problem |
static java.lang.String |
showFileDescriptionDialog(javax.swing.JFrame frame)
Offer a File Description user entry dialog --- returns null if they cancel |
static void |
showHelpDialog(javax.swing.ImageIcon icon)
Show the help dialog |
static void |
showInfoMessageDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.String title)
Inform the user in a dialog |
static java.lang.String |
showOpenFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifsdirectory,
javax.swing.JFrame frame)
Offer a file open dialog. |
static int |
showOverwriteExtantLocalFileDialog(java.lang.String path,
javax.swing.JFrame frame)
Ask if user wants to overwrite local file. |
static int |
showOverwriteFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifspath,
javax.swing.JFrame frame)
Ask if user wants to overwrite existing file. |
static void |
showPropertyErrorMessageDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.String property,
java.lang.String value)
Inform the user of a problem |
static java.lang.String |
showSaveAsFileMemberDialog(com.ibm.as400.access.AS400 sys,
java.lang.String ifsdirectory,
javax.swing.JFrame frame)
Offer a file save as dialog. |
static java.io.File |
showSaveLocalFileMemberDialog(java.lang.String localDirectory,
javax.swing.JFrame frame)
Offer a file save dialog for local disk. |
static java.lang.String |
showSearchDialog(javax.swing.JFrame frame)
Offer a search string dialog --- returns null if they cancel |
static java.lang.String |
showSetServerDialog(javax.swing.JFrame frame)
Offer a server name dialog --- returns null if they cancel |
static void |
showWarningMessageDialog(javax.swing.JFrame frame,
java.lang.String message,
java.lang.String title)
Show warning in a dialog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected MEUStockDialog()
Method Detail |
public static void showInfoMessageDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.String title)
frame
- Parent framemessage
- Text messagetitle
- Text titlepublic static void showErrorMessageDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.String title)
frame
- Parent framemessage
- Text messagetitle
- Text titlepublic static void showWarningMessageDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.String title)
frame
- Parent framemessage
- The warning messagetitle
- The titlepublic static void showCommandErrorDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.String command)
frame
- Parent framemessage
- Text messagecommand
- Text command as issued by userpublic static void showCommandInfoMessageDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.String command)
frame
- Parent framemessage
- Text messagecommand
- Text command as issued by userpublic static void showExceptionMessageDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.Exception exception)
frame
- Parent framemessage
- Text messageexception
- Exception referenced by this dialogpublic static void showPropertyErrorMessageDialog(javax.swing.JFrame frame, java.lang.String message, java.lang.String property, java.lang.String value)
frame
- Parent framemessage
- Text messageproperty
- Property namevalue
- The value for the property.public static java.lang.String showOpenFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifsdirectory, javax.swing.JFrame frame)
sys
- AS/400 system to useifsdirectory
- Directory to searchframe
- Parent framepublic static java.lang.String showSaveAsFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifsdirectory, javax.swing.JFrame frame)
sys
- AS/400 system to useifsdirectory
- Directory to searchframe
- Parent framepublic static java.io.File showSaveLocalFileMemberDialog(java.lang.String localDirectory, javax.swing.JFrame frame)
localDirectory
- Dir to searchframe
- Parent framepublic static int showOverwriteFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifspath, javax.swing.JFrame frame)
sys
- System to useifspath
- Pathnameframe
- Parent framepublic static int showCreateFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifspath, javax.swing.JFrame frame)
sys
- System to useifspath
- Full pathnameframe
- Parent framepublic static java.lang.String showSetServerDialog(javax.swing.JFrame frame)
frame
- Parent framepublic static java.lang.String showFileDescriptionDialog(javax.swing.JFrame frame)
frame
- Parent framepublic static java.lang.String showSearchDialog(javax.swing.JFrame frame)
frame
- Parent framepublic static int showCloseCancelFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifspath, javax.swing.JFrame frame)
sys
- System to useifspath
- Path of file memberframe
- Parent framepublic static int showCloseFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifspath, javax.swing.JFrame frame)
sys
- System to useifspath
- Path of file memberframe
- Parent framepublic static int showCloseFileMemberDialog(com.ibm.as400.access.AS400 sys, java.lang.String ifspath, javax.swing.JFrame frame, int option)
sys
- System to useifspath
- Path of file memberframe
- Parent frameoption
- avax.swing.JOptionPane mask representing number of buttons to presentpublic static int showOverwriteExtantLocalFileDialog(java.lang.String path, javax.swing.JFrame frame)
frame
- Parent frameoption
- javax.swing.JOptionPane mask representing number of buttons to presentpublic static void showAboutSoftWoehrDialog(javax.swing.ImageIcon icon)
icon
- Icon to usepublic static void showHelpDialog(javax.swing.ImageIcon icon)
icon
- Icon to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |