Package org.gvsig.andami.ui.mdiFrame
Interface ThreadSafeDialogs
- All Superinterfaces:
org.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
- All Known Subinterfaces:
MainFrame
- All Known Implementing Classes:
DefaultThreadSafeDialogs,MDIFrame
public interface ThreadSafeDialogs
extends org.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
-
Method Summary
Modifier and TypeMethodDescriptionintconfirmDialog(String message, String title, int optionType, int messageType, String msgid) voidmessageDialog(String message, String[] messageArgs, String title, int messageType, String msgid) voidshowDialog(Component contents, String title) Create a window with the contents and title specified as parameters and show as a dialog windows of gvSIG.Methods inherited from interface org.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
confirmDialog, createComponent, createComponentWithParams, inputDialog, inputDialog, message, messageDialog, messageDialog, showChooserDialog, showChooserDialog, showChooserDialog, showOpenDirectoryDialog, showOpenFileDialog, showSaveFileDialog
-
Method Details
-
messageDialog
void messageDialog(String message, String[] messageArgs, String title, int messageType, String msgid) - Specified by:
messageDialogin interfaceorg.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
-
confirmDialog
- Specified by:
confirmDialogin interfaceorg.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
-
showDialog
Create a window with the contents and title specified as parameters and show as a dialog windows of gvSIG. if this method is invoked out of the event dispatch thread of swing, the dialog is presented in the thread of swing and the calling thread wait to close to continue. in this case the dialog is not presented as modal to other components of the gui.- Parameters:
contents-title-
-