Package org.gvsig.annotation.swing.impl
Class DefaultAnnotationSwingManager
java.lang.Object
org.gvsig.annotation.swing.impl.DefaultAnnotationSwingManager
- All Implemented Interfaces:
org.gvsig.annotation.swing.AnnotationSwingManager
public class DefaultAnnotationSwingManager
extends Object
implements org.gvsig.annotation.swing.AnnotationSwingManager
Default implementation of the
AnnotationSwingManager.- Version:
- $Id$
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.annotation.swing.JAnnotationCreationServicePanelcreateAnnotation(org.gvsig.annotation.AnnotationCreationService annotationCreationService) org.gvsig.annotation.swing.JAnnotationPreferencesPanelorg.gvsig.annotation.AnnotationManagergetTranslation(String key) org.gvsig.annotation.swing.AnnotationWindowManagervoidregisterWindowManager(org.gvsig.annotation.swing.AnnotationWindowManager windowManager)
-
Constructor Details
-
DefaultAnnotationSwingManager
public DefaultAnnotationSwingManager()
-
-
Method Details
-
createAnnotation
public org.gvsig.annotation.swing.JAnnotationCreationServicePanel createAnnotation(org.gvsig.annotation.AnnotationCreationService annotationCreationService) throws org.gvsig.tools.service.ServiceException - Specified by:
createAnnotationin interfaceorg.gvsig.annotation.swing.AnnotationSwingManager- Throws:
org.gvsig.tools.service.ServiceException
-
createAnnotationPreferences
public org.gvsig.annotation.swing.JAnnotationPreferencesPanel createAnnotationPreferences()- Specified by:
createAnnotationPreferencesin interfaceorg.gvsig.annotation.swing.AnnotationSwingManager
-
getManager
public org.gvsig.annotation.AnnotationManager getManager()- Specified by:
getManagerin interfaceorg.gvsig.annotation.swing.AnnotationSwingManager
-
getTranslation
- Specified by:
getTranslationin interfaceorg.gvsig.annotation.swing.AnnotationSwingManager
-
getWindowManager
public org.gvsig.annotation.swing.AnnotationWindowManager getWindowManager()- Specified by:
getWindowManagerin interfaceorg.gvsig.annotation.swing.AnnotationSwingManager
-
registerWindowManager
public void registerWindowManager(org.gvsig.annotation.swing.AnnotationWindowManager windowManager) - Specified by:
registerWindowManagerin interfaceorg.gvsig.annotation.swing.AnnotationSwingManager
-