Package org.gvsig.annotation.swing.impl
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
-
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) voidcomponentMoved(ComponentEvent arg0) voidvoidcomponentShown(ComponentEvent arg0) booleanshowFileExistsPopup(String title, String text) voidshowPreferencesWindow(org.gvsig.annotation.swing.JAnnotationPreferencesPanel panel, String title, int modeDialog) voidshowWindow(org.gvsig.annotation.swing.JAnnotationCreationServicePanel panel, String title, int mode)
-
Constructor Details
-
DefaultAnnotationWindowManager
public DefaultAnnotationWindowManager()
-
-
Method Details
-
showWindow
public void showWindow(org.gvsig.annotation.swing.JAnnotationCreationServicePanel panel, String title, int mode) - Specified by:
showWindowin interfaceorg.gvsig.annotation.swing.AnnotationWindowManager
-
showPreferencesWindow
public void showPreferencesWindow(org.gvsig.annotation.swing.JAnnotationPreferencesPanel panel, String title, int modeDialog) - Specified by:
showPreferencesWindowin 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
-