Uses of Class
pipe.dataLayer.AnnotationNote

Packages that use AnnotationNote
pipe.dataLayer   
pipe.gui   
 

Uses of AnnotationNote in pipe.dataLayer
 

Fields in pipe.dataLayer declared as AnnotationNote
(package private)  AnnotationNote AnnotationNote.ResizePoint.myNote
           
private  AnnotationNote AnnotationNote.AnnotationKeyUpdateHandler.myAnnotation
           
 

Methods in pipe.dataLayer that return AnnotationNote
private  AnnotationNote DataLayer.createAnnotation(org.w3c.dom.Element inputLabelElement)
          Creates a Label object from a Label DOM Element
 AnnotationNote[] DataLayer.getLabels()
          Get a List of all the net-level NameLabel objects in the Petri-Net
 

Methods in pipe.dataLayer with parameters of type AnnotationNote
 void DataLayer.addAnnotation(AnnotationNote labelInput)
          Add placeInput to the back of the Place ArrayList All observers are notified of this change (Model-View Architecture)
private  org.w3c.dom.Element DataLayer.createAnnotationNoteElement(AnnotationNote inputLabel, org.w3c.dom.Document document)
          Creates a Place Element for a PNML Petri-Net DOM
 

Constructors in pipe.dataLayer with parameters of type AnnotationNote
AnnotationNote.ResizePoint(AnnotationNote obj, int type)
           
AnnotationNote.AnnotationKeyUpdateHandler(AnnotationNote annotation)
           
 

Uses of AnnotationNote in pipe.gui
 

Fields in pipe.gui declared as AnnotationNote
private  AnnotationNote EditAnnotationBorderAction.selected
           
private  AnnotationNote EditAnnotationAction.selected
           
 

Constructors in pipe.gui with parameters of type AnnotationNote
EditAnnotationBorderAction(AnnotationNote component)
           
EditAnnotationAction(AnnotationNote component)
           
AnnotationNoteHandler(java.awt.Container contentpane, AnnotationNote note)