gov.nasa.worldwind.examples
Class AnnotationControls.ContentAnnotation
java.lang.Object
gov.nasa.worldwind.examples.AnnotationControls.ContentAnnotation
- All Implemented Interfaces:
- ActionListener, EventListener
- Direct Known Subclasses:
- AnnotationControls.AudioContentAnnotation, AnnotationControls.ImageContentAnnotation
- Enclosing class:
- AnnotationControls
public static class AnnotationControls.ContentAnnotation
- extends Object
- implements ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annnotation
protected DialogAnnotation annnotation
appFrame
protected AnnotationControls.AppFrame appFrame
controller
protected DialogAnnotationController controller
AnnotationControls.ContentAnnotation
public AnnotationControls.ContentAnnotation(AnnotationControls.AppFrame appFrame,
DialogAnnotation annnotation,
DialogAnnotationController controller)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
attach
public void attach()
detach
public void detach()
getAnnotation
public DialogAnnotation getAnnotation()
getAppFrame
public AnnotationControls.AppFrame getAppFrame()
getController
public DialogAnnotationController getController()