Package | Description |
---|---|
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.views.action |
Provides action event classes that are delivered to predefined actions
of the network and equipment components.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.table.action |
Contains all the action classes used as default interactions or by pop-up menus in the JTGO Table graphical
component.
|
ilog.cpl.table.interactor |
Contains all the table-specific interactors giving the JTGO Table component its default behavior.
|
Modifier and Type | Method and Description |
---|---|
protected IlpViewInteractionContext |
IlpAbstractGraphicController.createViewInteractionContext(IlpGraphicView view)
Returns a new view interaction context for the given view.
|
IlpViewInteractionContext |
IlpAbstractGraphicController.getViewInteractionContext()
Returns the view interaction context.
|
Constructor and Description |
---|
IlpCreateLinkActionEvent(IlpViewInteractionContext context,
int modifiers)
Constructor
|
IlpCreateNodeActionEvent(IlpViewInteractionContext context,
int modifiers)
Constructor
|
IlpMoveObjectsActionEvent(IlpViewInteractionContext context,
int modifiers)
Constructor
|
IlpRemoveObjectsActionEvent(IlpViewInteractionContext context,
int modifiers)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultViewInteractionContext
Provides a default implementation of
IlpViewInteractionContext
A view interaction context is used to store contextual information
about the events that occur over a graphic view. |
Modifier and Type | Method and Description |
---|---|
protected IlpViewInteractionContext |
IlpViewActionEvent.getInteractionContext()
Returns the view interaction context.
|
Constructor and Description |
---|
IlpViewActionEvent(IlpViewInteractionContext context,
IlpInteractionState state,
int modifiers)
Creates a view action event.
|
IlpViewActionEvent(IlpViewInteractionContext context,
int modifiers)
Creates a view action event.
|
Modifier and Type | Method and Description |
---|---|
protected IlpViewInteractionContext |
IlpTableController.createViewInteractionContext(IlpGraphicView view) |
Constructor and Description |
---|
IlpDefaultTableHeaderActionEvent(IlpViewInteractionContext context,
IlpInteractionState state,
int modifiers)
Creates a new action event.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpTableHeaderInteractionContext
This class handles the context of an interaction occurring in a table header.
|
class |
IlpTableViewInteractionContext
Provides a default implementation of
IlpViewInteractionContext
for the Table component. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.