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 Type
    Method
    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.

    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:
      messageDialog in interface org.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
    • confirmDialog

      int confirmDialog(String message, String title, int optionType, int messageType, String msgid)
      Specified by:
      confirmDialog in interface org.gvsig.tools.swing.api.threadsafedialogs.ThreadSafeDialogsManager
    • showDialog

      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. 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 -