public interface AnnotationSwingManager
Modifier and Type | Method and Description |
---|---|
JAnnotationCreationServicePanel |
createAnnotation(AnnotationCreationService annotationCreationService)
Returns the panel associated to a
AnnotationCreationService . |
JAnnotationPreferencesPanel |
createAnnotationPreferences() |
AnnotationManager |
getManager()
Returns the
AnnotationManager . |
String |
getTranslation(String key) |
AnnotationWindowManager |
getWindowManager()
Returns the
LandRegistryViewerWindowManager . |
void |
registerWindowManager(AnnotationWindowManager manager)
Registers a new instance of a WindowManager which provides services to
the management of the application windows.
|
JAnnotationCreationServicePanel createAnnotation(AnnotationCreationService annotationCreationService) throws ServiceException
AnnotationCreationService
.annotationCreationService
- AnnotationCreationService
contained on the panelJAnnotationCreationServicePanel
with the panel of the
AnnotationCreationService
DataException
ServiceException
JAnnotationCreationServicePanel
,
AnnotationCreationService
JAnnotationPreferencesPanel createAnnotationPreferences()
AnnotationManager getManager()
AnnotationManager
.AnnotationManager
AnnotationManager}
void registerWindowManager(AnnotationWindowManager manager)
manager
- LandRegistryViewerWindowManager
to register in the
ScriptingUIManager.LandRegistryViewerWindowManager
AnnotationWindowManager getWindowManager()
LandRegistryViewerWindowManager
.LandRegistryViewerWindowManager
LandRegistryViewerWindowManager}