NASA World Wind

gov.nasa.worldwind.examples
Class AnnotationControls.ContentAnnotation

java.lang.Object
  extended by 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


Field Summary
protected  DialogAnnotation annnotation
           
protected  AnnotationControls.AppFrame appFrame
           
protected  DialogAnnotationController controller
           
 
Constructor Summary
AnnotationControls.ContentAnnotation(AnnotationControls.AppFrame appFrame, DialogAnnotation annnotation, DialogAnnotationController controller)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void attach()
           
 void detach()
           
 DialogAnnotation getAnnotation()
           
 AnnotationControls.AppFrame getAppFrame()
           
 DialogAnnotationController getController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annnotation

protected DialogAnnotation annnotation

appFrame

protected AnnotationControls.AppFrame appFrame

controller

protected DialogAnnotationController controller
Constructor Detail

AnnotationControls.ContentAnnotation

public AnnotationControls.ContentAnnotation(AnnotationControls.AppFrame appFrame,
                                            DialogAnnotation annnotation,
                                            DialogAnnotationController controller)
Method Detail

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()

NASA World Wind