public interface ThreadSafeDialogs extends ThreadSafeDialogsManager
Modifier and Type | Method and Description |
---|---|
int |
confirmDialog(String message,
String title,
int optionType,
int messageType,
String msgid) |
void |
messageDialog(String message,
String[] messageArgs,
String title,
int messageType,
String msgid) |
void |
showDialog(Component contents,
String title)
Create a window with the contents and title specified as parameters
and show as a dialog windows of gvSIG.
|
confirmDialog, createComponent, createComponentWithParams, inputDialog, inputDialog, messageDialog, messageDialog, showChooserDialog, showOpenDirectoryDialog, showOpenFileDialog, showSaveFileDialog
void messageDialog(String message, String[] messageArgs, String title, int messageType, String msgid)
messageDialog
in interface ThreadSafeDialogsManager
int confirmDialog(String message, String title, int optionType, int messageType, String msgid)
confirmDialog
in interface ThreadSafeDialogsManager
void showDialog(Component contents, String title)
contents
- title
-