public static class AnnotationControls.ContentAnnotation extends Object implements 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(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(ActionEvent e)
actionPerformed
in interface ActionListener
public void attach()
public void detach()
public DialogAnnotation getAnnotation()
public AnnotationControls.AppFrame getAppFrame()
public DialogAnnotationController getController()