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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
DrawingEvent.EventType |
DrawingEvent.getType()
Return the event type
|
Modifier and Type | Method and Description |
---|---|
DrawingEvent.EventType |
Drawing.DefaultDrawingEvent.getType() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Drawing.DefaultDrawingEvent(Element element,
DrawingEvent.EventType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultSelectionHandler.fireChangedUpdate(DrawingEvent.EventType eventType)
Called each time this DefaultSelectionHandler changes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Submit a bug : syd@jpicedt.org