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, showSaveFileDialogvoid messageDialog(String message, String[] messageArgs, String title, int messageType, String msgid)
messageDialog in interface ThreadSafeDialogsManagerint confirmDialog(String message, String title, int optionType, int messageType, String msgid)
confirmDialog in interface ThreadSafeDialogsManagervoid showDialog(Component contents, String title)
contents - title -