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 Details

    • createAnnotation

      JAnnotationCreationServicePanel createAnnotation(org.gvsig.annotation.AnnotationCreationService annotationCreationService) throws org.gvsig.tools.service.ServiceException
      Returns the panel associated to a AnnotationCreationService.
      Parameters:
      annotationCreationService - AnnotationCreationService contained on the panel
      Returns:
      a JAnnotationCreationServicePanel with the panel of the AnnotationCreationService
      Throws:
      org.gvsig.fmap.dal.exception.DataException
      org.gvsig.tools.service.ServiceException
      See Also:
    • createAnnotationPreferences

      JAnnotationPreferencesPanel createAnnotationPreferences()
    • getManager

      org.gvsig.annotation.AnnotationManager getManager()
      Returns the AnnotationManager.
      Returns:
      AnnotationManager
    • getTranslation

      String getTranslation(String key)
    • registerWindowManager

      void registerWindowManager(AnnotationWindowManager manager)
      Registers a new instance of a WindowManager which provides services to the management of the application windows.
      Parameters:
      manager -
      invalid reference
      LandRegistryViewerWindowManager
      to register in the ScriptingUIManager.
      See Also:
      • invalid reference
        LandRegistryViewerWindowManager
    • getWindowManager

      AnnotationWindowManager getWindowManager()
      Returns the
      invalid reference
      LandRegistryViewerWindowManager
      .
      Returns:
      invalid reference
      LandRegistryViewerWindowManager