Class DefaultAnnotationWindowManager

java.lang.Object
org.gvsig.annotation.swing.impl.DefaultAnnotationWindowManager
All Implemented Interfaces:
ComponentListener, EventListener, org.gvsig.annotation.swing.AnnotationWindowManager

public class DefaultAnnotationWindowManager extends Object implements org.gvsig.annotation.swing.AnnotationWindowManager, ComponentListener
Default implementation for the AnnotationWindowManager.
Version:
$Id$
Author:
gvSIG Team
  • Constructor Details

    • DefaultAnnotationWindowManager

      public DefaultAnnotationWindowManager()
  • 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
    • showPreferencesWindow

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

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

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

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

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

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