public static class AnnotationControls.ContentAnnotation
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
protected DialogAnnotation |
annnotation |
protected AnnotationControls.AppFrame |
appFrame |
protected DialogAnnotationController |
controller |
Constructor and Description |
---|
ContentAnnotation(AnnotationControls.AppFrame appFrame,
DialogAnnotation annnotation,
DialogAnnotationController controller) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
attach() |
void |
detach() |
DialogAnnotation |
getAnnotation() |
AnnotationControls.AppFrame |
getAppFrame() |
DialogAnnotationController |
getController() |
protected DialogAnnotation annnotation
protected AnnotationControls.AppFrame appFrame
protected DialogAnnotationController controller
public ContentAnnotation(AnnotationControls.AppFrame appFrame, DialogAnnotation annnotation, DialogAnnotationController controller)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void attach()
public void detach()
public DialogAnnotation getAnnotation()
public AnnotationControls.AppFrame getAppFrame()
public DialogAnnotationController getController()