Class JAnnotationCreationServicePanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.annotation.swing.JAnnotationCreationServicePanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public abstract class JAnnotationCreationServicePanel extends JPanel
A panel to show a AnnotationCreationService.
Version:
$Id$
Author:
gvSIG Team
See Also:
  • Field Details

  • Constructor Details

    • JAnnotationCreationServicePanel

      public JAnnotationCreationServicePanel()
  • Method Details

    • getAnnotationCreationService

      public abstract org.gvsig.annotation.AnnotationCreationService getAnnotationCreationService()
      Returns the AnnotationCreationService associated with the panel.
      Returns:
      the AnnotationCreationService
    • setAnnotationServicePanelActionListener

      public void setAnnotationServicePanelActionListener(AnnotationWizardPanelActionListener annotationWizardPanelActionListener)
    • getAnnotationServicePanelActionListener

      public AnnotationWizardPanelActionListener getAnnotationServicePanelActionListener()