Uses of Class
jpicedt.graphic.event.DrawingEvent.EventType
-
Packages that use DrawingEvent.EventType Package Description jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type.jpicedt.format.output.latex Classes (formatter, view factory,...) related to the LaTeX (standard) content-type.jpicedt.graphic.event Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,...jpicedt.graphic.model Document structure and graphic primitives.jpicedt.graphic.toolkit Controller (document editing through UI actions)jpicedt.graphic.view Document appearance. -
-
Uses of DrawingEvent.EventType in jpicedt.format.output.eepic
Methods in jpicedt.format.output.eepic with parameters of type DrawingEvent.EventType Modifier and Type Method Description voidEepicViewFactory.EllipseView. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured for an element this view is responsible for rendering. -
Uses of DrawingEvent.EventType in jpicedt.format.output.latex
Methods in jpicedt.format.output.latex with parameters of type DrawingEvent.EventType Modifier and Type Method Description voidLatexViewFactory.EllipseView. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured for an element this view is responsible for rendering. -
Uses of DrawingEvent.EventType in jpicedt.graphic.event
Fields in jpicedt.graphic.event declared as DrawingEvent.EventType Modifier and Type Field Description static DrawingEvent.EventTypeDrawingEvent.EventType. ATTRIBUTE_CHANGEan element attribute or attribute set changedstatic DrawingEvent.EventTypeDrawingEvent.EventType. GEOMETRY_CHANGEan element geometry changedstatic DrawingEvent.EventTypeDrawingEvent.EventType. INSERTa child was inserted to the changed-elementstatic DrawingEvent.EventTypeDrawingEvent.EventType. REMOVEa child was removed from the changed-elementstatic DrawingEvent.EventTypeDrawingEvent.EventType. REPLACEa child was replaced by another element in the changed-elementstatic DrawingEvent.EventTypeDrawingEvent.EventType. TEXT_CHANGEthe text content of a text element changedMethods in jpicedt.graphic.event that return DrawingEvent.EventType Modifier and Type Method Description DrawingEvent.EventTypeDrawingEvent. getType()Return the event type -
Uses of DrawingEvent.EventType in jpicedt.graphic.model
Methods in jpicedt.graphic.model that return DrawingEvent.EventType Modifier and Type Method Description DrawingEvent.EventTypeDrawing.DefaultDrawingEvent. getType()Methods in jpicedt.graphic.model with parameters of type DrawingEvent.EventType Modifier and Type Method Description protected voidAbstractElement. fireChangedUpdate(DrawingEvent.EventType eventType)Must be called each time this AbstractElement changes.protected voidDefaultLeafElement. fireChangedUpdate(DrawingEvent.EventType eventType)Overriden in order to support forwarding to node connections.protected voidDrawing. fireChangedUpdate(Element changed, DrawingEvent.EventType type)Notify all listeners that have registered interest for notification on this event type.protected voidDrawing.RootElement. fireChangedUpdate(DrawingEvent.EventType eventType)Called each time the content of this RootElement has changed.voidBranchElement. forwardChangedUpdate(Element child, DrawingEvent.EventType eventType)Called by a child of this BranchElement to inform its parent of some change that occured to it or one of its children.voidDefaultLeafElement. forwardChangedUpdate(Element child, DrawingEvent.EventType eventType)Called by a child of this element to inform its parent of some change that occured to it or one of its children.voidDrawing.RootElement. forwardChangedUpdate(Element child, DrawingEvent.EventType eventType)Called by a child to inform of some change that occured to it or one of its children.voidElement. forwardChangedUpdate(Element child, DrawingEvent.EventType eventType)Called by a child of this element to inform its parent of some change that occured to it or one of its children.voidPicNodeConnection. forwardChangedUpdate(Element node, DrawingEvent.EventType eventType)Called by a child-node (=a DefaultLeafElement) to inform this connection of some change that occured to one of its nodes.Constructors in jpicedt.graphic.model with parameters of type DrawingEvent.EventType Constructor Description DefaultDrawingEvent(Element element, DrawingEvent.EventType type) -
Uses of DrawingEvent.EventType in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit with parameters of type DrawingEvent.EventType Modifier and Type Method Description protected voidDefaultSelectionHandler. fireChangedUpdate(DrawingEvent.EventType eventType)Called each time this DefaultSelectionHandler changes. -
Uses of DrawingEvent.EventType in jpicedt.graphic.view
Methods in jpicedt.graphic.view with parameters of type DrawingEvent.EventType Modifier and Type Method Description voidCompositeView. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured for an element this view is responsible for rendering.voidDefaultHighlighterFactory.DefaultHighlighter. changedUpdate(DrawingEvent.EventType eventType, double scale)Give notification from the model that a change occured for an element's highlighting this highlighter is responsible for rendering.voidDefaultViewFactory.LeafElementView. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured for an element this view is responsible for rendering.voidDefaultViewFactory.TextView. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured to the text this view is responsible for rendering.voidDefaultViewFactory.TextViewHybrid. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured to the text this view is responsible for rendering.voidHighlighter. changedUpdate(DrawingEvent.EventType eventType, double scale)Give notification from the model that a change occured for an element's highlighting this highlighter is responsible for rendering.voidView. changedUpdate(DrawingEvent.EventType eventType)Give notification from the model that a change occured for an element this view is responsible for rendering.
-