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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.gvsig.annotation.swing.AnnotationWindowManager
MODE_DIALOG, MODE_TOOL, MODE_WINDOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomponentHidden(ComponentEvent componentEvent) voidvoidvoidbooleanshowFileExistsPopup(String title, String text) voidshowPreferencesWindow(org.gvsig.annotation.swing.JAnnotationPreferencesPanel panel, String title, int mode) voidshowWindow(org.gvsig.annotation.swing.JAnnotationCreationServicePanel panel, String title, int mode)
-
Constructor Details
-
GvSIGAnnotationWindowManager
public GvSIGAnnotationWindowManager()
-
-
Method Details
-
showWindow
public void showWindow(org.gvsig.annotation.swing.JAnnotationCreationServicePanel panel, String title, int mode) - Specified by:
showWindowin interfaceorg.gvsig.annotation.swing.AnnotationWindowManager
-
componentHidden
- Specified by:
componentHiddenin interfaceComponentListener
-
componentMoved
- Specified by:
componentMovedin interfaceComponentListener
-
componentResized
- Specified by:
componentResizedin interfaceComponentListener
-
componentShown
- Specified by:
componentShownin interfaceComponentListener
-
showFileExistsPopup
- Specified by:
showFileExistsPopupin interfaceorg.gvsig.annotation.swing.AnnotationWindowManager
-
showPreferencesWindow
public void showPreferencesWindow(org.gvsig.annotation.swing.JAnnotationPreferencesPanel panel, String title, int mode) - Specified by:
showPreferencesWindowin interfaceorg.gvsig.annotation.swing.AnnotationWindowManager
-