Class GvSIGAnnotationWindowManager

java.lang.Object
org.gvsig.annotation.app.extension.GvSIGAnnotationWindowManager
All Implemented Interfaces:
ComponentListener, EventListener, org.gvsig.annotation.swing.AnnotationWindowManager

public class GvSIGAnnotationWindowManager extends Object implements org.gvsig.annotation.swing.AnnotationWindowManager, ComponentListener
AnnotationWindowManager implementation to show Annotation windows as gvSIG windows
Version:
$Id$
Author:
gvSIG Team
  • Constructor Details

    • GvSIGAnnotationWindowManager

      public GvSIGAnnotationWindowManager()
  • Method Details

    • showWindow

      public void showWindow(org.gvsig.annotation.swing.JAnnotationCreationServicePanel panel, String title, int mode)
      Specified by:
      showWindow in interface org.gvsig.annotation.swing.AnnotationWindowManager
    • componentHidden

      public void componentHidden(ComponentEvent componentEvent)
      Specified by:
      componentHidden in interface ComponentListener
    • componentMoved

      public void componentMoved(ComponentEvent e)
      Specified by:
      componentMoved in interface ComponentListener
    • componentResized

      public void componentResized(ComponentEvent e)
      Specified by:
      componentResized in interface ComponentListener
    • componentShown

      public void componentShown(ComponentEvent e)
      Specified by:
      componentShown in interface ComponentListener
    • showFileExistsPopup

      public boolean showFileExistsPopup(String title, String text)
      Specified by:
      showFileExistsPopup in interface org.gvsig.annotation.swing.AnnotationWindowManager
    • showPreferencesWindow

      public void showPreferencesWindow(org.gvsig.annotation.swing.JAnnotationPreferencesPanel panel, String title, int mode)
      Specified by:
      showPreferencesWindow in interface org.gvsig.annotation.swing.AnnotationWindowManager