Package gov.nasa.worldwindx.examples
Class AnnotationControls.ContentAnnotation
- java.lang.Object
-
- gov.nasa.worldwindx.examples.AnnotationControls.ContentAnnotation
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
- Direct Known Subclasses:
AnnotationControls.AudioContentAnnotation,AnnotationControls.ImageContentAnnotation
- Enclosing class:
- AnnotationControls
public static class AnnotationControls.ContentAnnotation extends java.lang.Object implements java.awt.event.ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description protected DialogAnnotationannnotationprotected AnnotationControls.AppFrameappFrameprotected DialogAnnotationControllercontroller
-
Constructor Summary
Constructors Constructor Description ContentAnnotation(AnnotationControls.AppFrame appFrame, DialogAnnotation annnotation, DialogAnnotationController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidattach()voiddetach()DialogAnnotationgetAnnotation()AnnotationControls.AppFramegetAppFrame()DialogAnnotationControllergetController()
-
-
-
Field Detail
-
appFrame
protected AnnotationControls.AppFrame appFrame
-
annnotation
protected DialogAnnotation annnotation
-
controller
protected DialogAnnotationController controller
-
-
Constructor Detail
-
ContentAnnotation
public ContentAnnotation(AnnotationControls.AppFrame appFrame, DialogAnnotation annnotation, DialogAnnotationController controller)
-
-
Method Detail
-
getAppFrame
public AnnotationControls.AppFrame getAppFrame()
-
getAnnotation
public DialogAnnotation getAnnotation()
-
getController
public DialogAnnotationController getController()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
detach
public void detach()
-
attach
public void attach()
-
-