Package | Description |
---|---|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.swing |
Provides Swing classes necessary to create an application mixing JTGO and Swing.
|
ilog.tgo.util |
Provides general purpose classes and interfaces used in JTGO.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.graphic.composite.objectinteractor |
Provides a predefined interactor for the composite graphics.
|
ilog.views.hypergraph |
This package contains the graphic framework for hypergraphs.
|
ilog.views.hypergraph.edgeconnector |
This package contains the predefined hyperedge connectors of JViews.
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.objectinteractor |
Provides the predefined interactors for a graphic object.
|
ilog.views.prototypes |
Provides legacy facilities that allow you to define custom graphic objects
easily.
|
ilog.views.sdm |
The main Rogue Wave JViews Stylable Data Mapper (SDM) package.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.svg |
Contains classes adding SVG (Scalable Vector Graphic) support to Rogue Wave JViews.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpManagerView
This is a subclass of Rogue Wave JViews
IlvManagerView
that adds support for IlpViewsViewInteractor . |
Modifier and Type | Interface and Description |
---|---|
interface |
IltObjectInteractorContext
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
Modifier and Type | Method and Description |
---|---|
static IltObjectInteractorContext |
IltCompositeInteractions.GetObjectContext(IltGraphic composite,
ilog.tgo.graphic.internal.IltGraphicElement element,
IlvObjectInteractorContext origcontext)
Deprecated.
Returns an interactor context, containing information about the
composite graphic object visible, the graphic element and
the interactor context.
|
boolean |
IltObjectInteractor.processEvent(IlvGraphic graphic,
AWTEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the events.
|
boolean |
IltExpandCollapseInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Toggles the expanded state of the expandable node
on mouse clicks.
|
protected boolean |
IltObjectInteractor.processFocusEvent(IlvGraphic graphic,
FocusEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the focus events.
|
boolean |
IltFocusInteractor.processFocusEvent(IlvGraphic graphic,
FocusEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the focus events.
|
protected boolean |
IltObjectInteractor.processKeyEvent(IlvGraphic graphic,
KeyEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the key events.
|
boolean |
IltKeyInteractor.processKeyEvent(IlvGraphic graphic,
KeyEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the key events.
|
protected boolean |
IltObjectInteractor.processMouseEvent(IlvGraphic graphic,
MouseEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the mouse events (except mouse moved and mouse dragged).
|
boolean |
IltMouseInteractor.processMouseEvent(IlvGraphic graphic,
MouseEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the mouse events (except mouse moved and mouse dragged).
|
protected boolean |
IltObjectInteractor.processMouseMotionEvent(IlvGraphic graphic,
MouseEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the mouse moved and mouse dragged events.
|
boolean |
IltMouseMotionInteractor.processMouseMotionEvent(IlvGraphic graphic,
MouseEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the mouse moved and mouse dragged events.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltMoveObjectInteractor.drawGhost(IlvGraphic obj,
IlvObjectInteractorContext context) |
protected void |
IltMoveObjectInteractor.performMove(IlvGraphic obj,
IlvPoint position,
IlvObjectInteractorContext context) |
Modifier and Type | Class and Description |
---|---|
class |
IltComponentManager
This class is the counterpart of Container for IltComponentGraphic objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IltPanZoomedView
This class implements a zoomed view that can be panned and that has special support for
the IltPanZoomedViewInteractor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvManagerView
A manager view is a Java AWT component used to display the graphic objects
contained in a manager.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvReshapeSelection.drawGhost(IlvDrawSelection obj,
Graphics g,
IlvObjectInteractorContext context)
Draws a rectangle while reshaping.
|
protected void |
IlvReshapeSelection.drawGhost(IlvObjectInteractorContext context)
Deprecated.
Beginning with Rogue Wave JViews 5.0, use the method
IlvReshapeSelection.drawGhost(IlvDrawSelection, Graphics, IlvObjectInteractorContext)
instead. |
protected void |
IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection obj,
Graphics g,
IlvObjectInteractorContext context)
Draws a polyline when a point of the polypoint is
moved.
|
protected void |
IlvLinkImageEditInteractor.drawGhost(IlvPolyPointsSelection sel,
Graphics g,
IlvObjectInteractorContext context)
This method calls the
drawGhost method of the superclass
and draws the ghost of the link connector, if any,
when moving the origin or destination point of the link. |
protected void |
IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection obj,
IlvObjectInteractorContext context)
Deprecated.
Beginning with Rogue Wave JViews 5.0, use the method
IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection, Graphics, IlvObjectInteractorContext) instead. |
protected boolean |
IlvReshapeSelection.handleButtonDown(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button down events.
|
protected boolean |
IlvPolyPointsEdition.handleButtonDown(IlvPolyPointsSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_PRESSED events. |
protected boolean |
IlvReshapeSelection.handleButtonDragged(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button dragged events.
|
protected boolean |
IlvPolyPointsEdition.handleButtonDragged(IlvPolyPointsSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_DRAGGED events. |
protected boolean |
IlvReshapeSelection.handleButtonUp(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button up events.
|
protected boolean |
IlvPolyPointsEdition.handleButtonUp(IlvPolyPointsSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_RELEASED events. |
void |
IlvReshapeSelection.handleExpose(IlvGraphic obj,
Graphics g,
IlvObjectInteractorContext context)
Called when the view that draws the polypoints object
is drawn.
|
void |
IlvPolyPointsEdition.handleExpose(IlvGraphic obj,
Graphics g,
IlvObjectInteractorContext context)
Called when the view that draws the polypoints object
is drawn.
|
void |
IlvObjectInteractor.handleExpose(IlvGraphic obj,
Graphics g,
IlvObjectInteractorContext context)
Called by the view when the view is drawn.
|
protected boolean |
IlvPolyPointsEdition.handleMouseMoved(IlvPolyPointsSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_MOVED events. |
protected void |
IlvPolyPointsEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvPolyPointsEdition.movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved.
|
void |
IlvReshapeSelection.onEnter(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvPolyPointsEdition.onEnter(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvObjectInteractor.onEnter(IlvGraphic obj,
IlvObjectInteractorContext context)
Called when the object that has this interactor is entered.
|
void |
IlvSelection.onEnter(IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvHandlesSelection.onEnter(IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvReshapeSelection.onExit(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is exited.
|
void |
IlvPolyPointsEdition.onExit(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is exited.
|
void |
IlvObjectInteractor.onExit(IlvGraphic obj,
IlvObjectInteractorContext context)
Called when the object that has this interactor is exited.
|
void |
IlvHoverHighlightingImageOperation.onExit(IlvGraphic sel,
IlvObjectInteractorContext context)
Tracks the exiting events to refresh the highlighted area.
|
void |
IlvSelection.onExit(IlvObjectInteractorContext context)
Called when the selection is exited.
|
void |
IlvHandlesSelection.onExit(IlvObjectInteractorContext context)
Called when the selection is exited.
|
boolean |
IlvReshapeSelection.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvPolyPointsEdition.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
abstract boolean |
IlvObjectInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvHoverHighlightingImageOperation.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the
MOUSE_MOVED events to highlight the area where
the object is located. |
protected void |
IlvPolyPointsEdition.removePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context)
Called when a point is removed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvBPMNCompositeInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the MouseEvent.MOUSE_PRESSED event.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttSheet
The
IlvGanttSheet class is a lightweight graphical component
that displays activities, constraints, and reservations. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvGanttObjectInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes user input events.
|
protected abstract boolean |
IlvGanttObjectInteractor.processEventImpl(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes user input events.
|
protected boolean |
IlvActivityGraphicReshapeInteractor.processEventImpl(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes user input events.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphicSet.DelegateObjectInteractor.handleExpose(IlvGraphic object,
Graphics g,
IlvObjectInteractorContext context)
Called by the view when the view is drawn.
|
void |
IlvGraphicHandleInteractor.handleExpose(IlvGraphic obj,
Graphics g,
IlvObjectInteractorContext context)
Called by the view when the view
is drawn.
|
protected void |
IlvSplineLinkEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvSplineEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvSplineLinkEdition.movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved.
|
protected void |
IlvSplineEdition.movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved.
|
void |
IlvGraphicHandleSelection.onEnter(IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvGraphicHandleSelection.onExit(IlvObjectInteractorContext context)
Called when the selection is exited.
|
boolean |
IlvGraphicSet.DelegateObjectInteractor.processEvent(IlvGraphic object,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvGraphicHandleInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
Modifier and Type | Method and Description |
---|---|
IlvObjectInteractorContext |
IlvCompositeActionEvent.getObjectInteractorContext()
Returns the object interactor which triggered the event
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvCompositeInteractor.acceptEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Tests whether there is an action to perform for the event passes as a parameter.
|
boolean |
IlvCompositeInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
Constructor and Description |
---|
IlvCompositeActionEvent(MouseEvent mouseEvent,
String command,
IlvComposite compositeNode,
int childIndex,
IlvCompositeContext compositeContext,
IlvObjectInteractorContext objectIteractorContext)
Constructs an
IlvCompositeActionEvent object with modifier keys. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvSegmentedHyperEdgeEdition.doChangeEndOrientation(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Changes the orientation of an end segment when clicked on or near the
end of the hyperedge.
|
protected void |
IlvSegmentedHyperEdgeEdition.doCornerJoin(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Removes a corner when clicking at or near the corner, by joining two
segments incident to the corner.
|
protected void |
IlvSegmentedHyperEdgeEdition.doDeSelection(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Deselects all selected segments.
|
protected void |
IlvSegmentedHyperEdgeEdition.doInnerHandleSplitSegment(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Splits a segment at a join point when clicked on or near the join point
of two segments of a hyperedge.
|
protected void |
IlvSegmentedHyperEdgeEdition.doMiddleSplitSegment(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Splits the segment under the mouse in the middle like a perpendicular
split.
|
protected void |
IlvSegmentedHyperEdgeEdition.doMultiSelection(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Selects the segment under the mouse additionally, or deselects it when it
was selected.
|
protected void |
IlvSegmentedHyperEdgeEdition.doParallelSplitSegment(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Splits the segment under the mouse in the middle like a parallel
split.
|
protected void |
IlvHyperEdgeEdition.doRemoveEnd(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Removes an end of the hyperedge.
|
protected void |
IlvSegmentedHyperEdgeEdition.doSelectedJoin(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Joins the two selected segments.
|
protected void |
IlvSegmentedHyperEdgeEdition.doSingleSelection(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Selects the segment under the mouse exclusively, or deselects it when it
was selected.
|
protected boolean |
IlvSegmentedHyperEdgeEdition.handleButtonDown(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_PRESSED events. |
protected boolean |
IlvHyperEdgeEdition.handleButtonDown(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_PRESSED events. |
protected boolean |
IlvSegmentedHyperEdgeEdition.handleButtonDragged(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_DRAGGED events. |
protected boolean |
IlvHyperEdgeEdition.handleButtonDragged(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_DRAGGED events. |
protected boolean |
IlvSegmentedHyperEdgeEdition.handleButtonUp(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_RELEASED events. |
protected boolean |
IlvHyperEdgeEdition.handleButtonUp(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_RELEASED events. |
protected boolean |
IlvHyperEdgeEdition.handleMouseMoved(IlvHyperEdgeSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_MOVED events. |
void |
IlvSegmentedHyperEdgeEdition.onEnter(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvHyperEdgeEdition.onEnter(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvSegmentedHyperEdgeEdition.onExit(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is exited.
|
void |
IlvHyperEdgeEdition.onExit(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is exited.
|
boolean |
IlvSegmentedHyperEdgeEdition.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvHyperEdgeEdition.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
protected boolean |
IlvHyperEdgeEdition.triggerChangeConnectionPoint(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if the end point of the hyperedge is allowed
to move while staying connected at the same node. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerChangeEndOrientation(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if the orientation of an end point
should change when clicking on the end point of the hyperedge. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerChangeNode(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if the end point of the hyperedge should be
connected to a different node than the current node. |
protected boolean |
IlvHyperEdgeEdition.triggerChangeNode(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if the end point of the hyperedge should be
connected to a different node than the current node. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerCornerJoin(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if a corner should be removed by joining two
segments incident to the corner when clicking on the corner of the
hyperedge. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerDeSelection(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if clicking somewhere deselects all selected
segments. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerInnerHandleSplitSegment(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if a segment should be split when clicking
on a inner handle of the hyperedge. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerMiddleSplitSegment(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if clicking on a segment should split the
segment in the middle, like in a perpendicular split. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerMultiSelection(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if clicking on a segment selects this segment
additionally, or deselects it when it was selected. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerParallelSplitSegment(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if clicking on a segment should split the
segment like a parallel split. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerRemoveEnd(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if the end point of the hyperedge should be
removed when clicking on the end point of the hyperedge. |
protected boolean |
IlvHyperEdgeEdition.triggerRemoveEnd(IlvHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if the end point of the hyperedge should be
removed when clicking on the end point of the hyperedge. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerSelectedJoin(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if clicking on something should join the two
selected segments. |
protected boolean |
IlvSegmentedHyperEdgeEdition.triggerSingleSelection(IlvSegmentedHyperEdgeSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Returns
true if clicking on a segment selects this segment
exclusively, or deselects it when it was selected. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvHyperEdgePinConnectorEdition.handleButtonDown(IlvHyperEdgePinConnectorSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_PRESSED events. |
protected boolean |
IlvHyperEdgePinConnectorEdition.handleButtonDragged(IlvHyperEdgePinConnectorSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_DRAGGED events. |
protected boolean |
IlvHyperEdgePinConnectorEdition.handleButtonUp(IlvHyperEdgePinConnectorSelection s,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_RELEASED events. |
void |
IlvHyperEdgePinConnectorEdition.onEnter(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is entered.
|
void |
IlvHyperEdgePinConnectorEdition.onExit(IlvGraphic sel,
IlvObjectInteractorContext context)
Called when the selection is exited.
|
boolean |
IlvHyperEdgePinConnectorEdition.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvMapPolyPointEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
boolean |
IlvMapPolyPointEdition.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
protected void |
IlvMapPolyPointEdition.removePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context)
Called when a point is removed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvMoveObjectInteractor.drawGhost(IlvGraphic obj,
IlvObjectInteractorContext context)
Draws a preview image of the user action (ghost image).
|
protected void |
IlvMoveObjectInteractor.performMove(IlvGraphic object,
IlvPoint position,
IlvObjectInteractorContext context)
This method is called to move the graphic object to it's new
position.
|
protected boolean |
IlvMoveObjectInteractor.processButtonDown(IlvGraphic obj,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button down events.
|
protected boolean |
IlvMoveObjectInteractor.processButtonDragged(IlvGraphic obj,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button dragged events.
|
protected boolean |
IlvMoveObjectInteractor.processButtonUp(IlvGraphic obj,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button up events.
|
boolean |
IlvTextEditor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Handles mouse or key events to edit a selected graphic object implementing
IlvTextInterface . |
boolean |
IlvMoveObjectInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvButtonInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
protected void |
IlvMoveObjectInteractor.validate(IlvGraphic object,
IlvPoint position,
IlvObjectInteractorContext context)
This method is called on each mouse movement.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvPrototypeBeanSupport
Support for beans generated from prototypes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvGroupInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvGraphicGroupInteractor.processEvent(IlvGraphic g,
AWTEvent event,
IlvObjectInteractorContext context)
Dispatches the events to the interactors attached to
the elements of the group.
|
boolean |
IlvTranslateBehavior.processEvent(IlvGroup group,
IlvGraphicElement element,
AWTEvent event,
IlvObjectInteractorContext context)
Implementation of the
IlvInteractiveBehavior interface:
translates the element on mouse events. |
boolean |
IlvRotationBehavior.processEvent(IlvGroup group,
IlvGraphicElement element,
AWTEvent event,
IlvObjectInteractorContext context)
Implementation of the
IlvInteractiveBehavior interface:
rotates the element on mouse events. |
boolean |
IlvInteractiveBehavior.processEvent(IlvGroup group,
IlvGraphicElement element,
AWTEvent event,
IlvObjectInteractorContext context)
This method is called by the
IlvGroupInteractor when a mouse
or keyboard event occurs in an element of a group that has
IlvBehavior objects implementing this interface. |
boolean |
IlvInheritBehavior.processEvent(IlvGroup group,
IlvGraphicElement element,
AWTEvent event,
IlvObjectInteractorContext context)
Implementation of the
IlvInteractiveBehavior interface. |
boolean |
IlvFillBehavior.processEvent(IlvGroup group,
IlvGraphicElement element,
AWTEvent event,
IlvObjectInteractorContext context)
Implementation of the
IlvInteractiveBehavior interface:
changes the fill level on mouse events. |
boolean |
IlvEventBehavior.processEvent(IlvGroup group,
IlvGraphicElement element,
AWTEvent event,
IlvObjectInteractorContext context)
Implementation of the
IlvInteractiveBehavior interface:
handles events that match the type and filter expression passed to the
constructor. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMView
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvLaneRenderer.ResizeLaneSelection.handleButtonDown(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button down events.
|
protected boolean |
IlvLaneRenderer.ResizeLaneSelection.handleButtonDragged(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button dragged events.
|
boolean |
IlvSubGraphRenderer.ExpandCollapseInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Toggles the expanded state of the expandable node
on mouse clicks.
|
boolean |
IlvLaneRenderer.ResizeLaneInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events.
|
boolean |
IlvExpandCollapseRenderer.ExpandCollapseInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Toggles the expanded state of the expandable node
on mouse clicks.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SVGHREFObjectInteractor.processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Deals with
MOUSE_RELEASED events to show the contents of the hyperlink. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.