Interface AnnotationWindowManager


public interface AnnotationWindowManager
Responsible of the window management to show the panels of the Annotation swing library.
Version:
$Id$
Author:
gvSIG Team
See Also:
  • Field Details

  • Method Details

    • showWindow

      void showWindow(JAnnotationCreationServicePanel panel, String title, int mode)
      Inserts a Panel in a window with a characteristic properties.
      Parameters:
      panel - JPanel with the content of the window
      title - String with the title of the window
      mode - int that defines the type of window
    • showFileExistsPopup

      boolean showFileExistsPopup(String title, String text)
    • showPreferencesWindow

      void showPreferencesWindow(JAnnotationPreferencesPanel panel, String title, int mode)