|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawingEvent.EventType | |
---|---|
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 | |
---|---|
void |
EepicViewFactory.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 | |
---|---|
void |
LatexViewFactory.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 | |
---|---|
static DrawingEvent.EventType |
DrawingEvent.EventType.ATTRIBUTE_CHANGE
an element attribute or attribute set changed |
static DrawingEvent.EventType |
DrawingEvent.EventType.GEOMETRY_CHANGE
an element geometry changed |
static DrawingEvent.EventType |
DrawingEvent.EventType.INSERT
a child was inserted to the changed-element |
static DrawingEvent.EventType |
DrawingEvent.EventType.REMOVE
a child was removed from the changed-element |
static DrawingEvent.EventType |
DrawingEvent.EventType.REPLACE
a child was replaced by another element in the changed-element |
static DrawingEvent.EventType |
DrawingEvent.EventType.TEXT_CHANGE
the text content of a text element changed |
Methods in jpicedt.graphic.event that return DrawingEvent.EventType | |
---|---|
DrawingEvent.EventType |
DrawingEvent.getType()
Return the event type |
Uses of DrawingEvent.EventType in jpicedt.graphic.model |
---|
Methods in jpicedt.graphic.model that return DrawingEvent.EventType | |
---|---|
DrawingEvent.EventType |
Drawing.DefaultDrawingEvent.getType()
|
Methods in jpicedt.graphic.model with parameters of type DrawingEvent.EventType | |
---|---|
protected void |
AbstractElement.fireChangedUpdate(DrawingEvent.EventType eventType)
Must be called each time this AbstractElement changes. |
protected void |
DefaultLeafElement.fireChangedUpdate(DrawingEvent.EventType eventType)
Overriden in order to support forwarding to node connections. |
protected void |
Drawing.RootElement.fireChangedUpdate(DrawingEvent.EventType eventType)
Called each time the content of this RootElement has changed. |
protected void |
Drawing.fireChangedUpdate(Element changed,
DrawingEvent.EventType type)
Notify all listeners that have registered interest for notification on this event type. |
void |
BranchElement.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. |
void |
DefaultLeafElement.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. |
void |
Drawing.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. |
void |
Element.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. |
void |
PicNodeConnection.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 | |
---|---|
Drawing.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 | |
---|---|
protected void |
DefaultSelectionHandler.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 | |
---|---|
void |
CompositeView.changedUpdate(DrawingEvent.EventType eventType)
Give notification from the model that a change occured for an element this view is responsible for rendering. |
void |
DefaultViewFactory.LeafElementView.changedUpdate(DrawingEvent.EventType eventType)
Give notification from the model that a change occured for an element this view is responsible for rendering. |
void |
DefaultViewFactory.TextView.changedUpdate(DrawingEvent.EventType eventType)
Give notification from the model that a change occured to the text this view is responsible for rendering. |
void |
DefaultViewFactory.TextViewHybrid.changedUpdate(DrawingEvent.EventType eventType)
Give notification from the model that a change occured to the text this view is responsible for rendering. |
void |
View.changedUpdate(DrawingEvent.EventType eventType)
Give notification from the model that a change occured for an element this view is responsible for rendering. |
void |
DefaultHighlighterFactory.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. |
void |
Highlighter.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. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |