Package org.gvsig.annotation.swing
Interface AnnotationSwingManager
public interface AnnotationSwingManager
This class is responsible of the management of the library's swing user
interface. It is the swing library's main entry point, and provides all the
services to manage library swing components.
- Version:
- $Id$
- Author:
- gvSIG team
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateAnnotation(org.gvsig.annotation.AnnotationCreationService annotationCreationService) Returns the panel associated to aAnnotationCreationService.org.gvsig.annotation.AnnotationManagerReturns theAnnotationManager.getTranslation(String key) Returns the.invalid reference
LandRegistryViewerWindowManagervoidRegisters a new instance of a WindowManager which provides services to the management of the application windows.
-
Method Details
-
createAnnotation
JAnnotationCreationServicePanel createAnnotation(org.gvsig.annotation.AnnotationCreationService annotationCreationService) throws org.gvsig.tools.service.ServiceException Returns the panel associated to aAnnotationCreationService.- Parameters:
annotationCreationService-AnnotationCreationServicecontained on the panel- Returns:
- a
JAnnotationCreationServicePanelwith the panel of theAnnotationCreationService - Throws:
org.gvsig.fmap.dal.exception.DataExceptionorg.gvsig.tools.service.ServiceException- See Also:
-
createAnnotationPreferences
JAnnotationPreferencesPanel createAnnotationPreferences() -
getManager
org.gvsig.annotation.AnnotationManager getManager()Returns theAnnotationManager.- Returns:
AnnotationManager
-
getTranslation
-
registerWindowManager
Registers a new instance of a WindowManager which provides services to the management of the application windows.- Parameters:
manager-to register in the ScriptingUIManager.invalid reference
LandRegistryViewerWindowManager- See Also:
-
getWindowManager
AnnotationWindowManager getWindowManager()Returns the.invalid reference
LandRegistryViewerWindowManager- Returns:
-
invalid reference
LandRegistryViewerWindowManager
-