Package | Description |
---|---|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
ilog.views.diagrammer |
The main package of the diagram component.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.interactor |
Provides the predefined interactors for a view.
|
ilog.views.sdm.interactor |
Contains specialized interactors for the SDM component.
|
Modifier and Type | Class and Description |
---|---|
class |
IltEditGroupInteractor
This class defines a view interactor which allows the user to edit
or move the IltGroup objects.
|
class |
IltSelectInteractor
This class defines a view interactor which allows the user to select
or move one or more objects.
|
Constructor and Description |
---|
IltSelectInteractorMultipleSelection(IlvSelectInteractor inter)
Creates a new interactor for multiple selection.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvBPMNSelectInteractor
A specialized version of select interactor for BPMN diagrams.
|
Modifier and Type | Method and Description |
---|---|
IlvSelectInteractor |
IlvDiagrammer.getSelectInteractor()
Returns the interactor used when the diagram component is in select mode.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammer.setSelectInteractor(IlvSelectInteractor selectInteractor)
Changes the interactor used when the diagram component is in select mode.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttSelectInteractor
A selection interactor that allows you to select, move and edit the
activities, reservations and constraints in a Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
IlvSelectInteractor |
IlvActivityGraphicDuplicateInteractor.getSelectInteractor()
Returns the selection interactor from which this interactor
was launched.
|
Constructor and Description |
---|
IlvActivityGraphicDuplicateInteractor(IlvSelectInteractor inter)
Creates a new
IlvActivityGraphicDuplicateInteractor . |
Modifier and Type | Method and Description |
---|---|
IlvSelectInteractor |
IlvSelectInteractorMultipleSelection.getSelectInteractor()
Returns the associated
IlvSelectInteractor . |
IlvSelectInteractor |
IlvSelectInteractorMoveSelection.getSelectInteractor()
Returns the associated
IlvSelectInteractor . |
Constructor and Description |
---|
IlvSelectInteractorMoveSelection(IlvSelectInteractor inter)
Creates a new
IlvSelectInteractorMoveSelection referring to
an IlvSelectInteractor . |
IlvSelectInteractorMultipleSelection(IlvSelectInteractor inter)
Creates a new
IlvSelectInteractorMultipleSelection referring
to the specified IlvSelectInteractor . |
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMCompositeSelectInteractor
This subclass of the standard JViews
IlvSelectInteractor
handles the selection of objects that are contained in
IlvCompositeGraphic objects (instead of being contained
in an IlvGrapher , which is the normal case). |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.