Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.accelerator |
Provides the default key accelerators for
a manager.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvAccelerator[] |
IlvManager.getAccelerators()
Returns an array of all the accelerators.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvManager.addAccelerator(IlvAccelerator a)
Adds an accelerator in the manager.
|
void |
IlvManager.removeAccelerator(IlvAccelerator a)
Removes an accelerator from the manager.
|
void |
IlvManager.setAccelerators(IlvAccelerator[] acc)
Changes all the accelerators.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCycleSelectAccelerator
IlvCycleSelectAccelerator allows the user to
select the objects in a manager using the keyboard. |
class |
IlvDeleteSelectionAccelerator
IlvDeleteSelectionAccelerator is an accelerator that allows
the user to remove the currently selected objects from a manager. |
class |
IlvDuplicateSelectionAccelerator
IlvDuplicateSelectionAccelerator is used to duplicate the
currently selected objects in a manager. |
class |
IlvExpandSelectionAccelerator
IlvExpandSelectionAccelerator is an accelerator that allows
the user to expand or collapse the currently selected subgraph or
link bundle. |
class |
IlvFitToSizeAccelerator
IlvFitToSizeAccelerator is used to modify the
transformer of a manager view so that all objects are visible. |
class |
IlvIdentityAccelerator
IlvIdentityAccelerator is used to set the
identity transformer for a manager view. |
class |
IlvMoveSelectionAccelerator
IlvMoveSelectionAccelerator is an accelerator that allows
the user to move the currently selected objects. |
class |
IlvPopupMenuAccelerator
IlvPopupMenuAccelerator is an accelerator that allows the
user to trigger a pop-up menu for the currently selected object using the
keyboard. |
class |
IlvRotateAccelerator
IlvRotateAccelerator is used to rotate 90 degree anticlockwise
around the center of a view each time the accelerator is called. |
class |
IlvRotateSelectionAccelerator
IlvRotateSelectionAccelerator is an accelerator that allows
the user to rotate the currently selected objects. |
class |
IlvScrollDownAccelerator
IlvScrollDownAccelerator is used to allow the user to scroll
down the manager view. |
class |
IlvScrollLeftAccelerator
IlvScrollLeftAccelerator is used to allow the user to scroll
to the left of a manager view. |
class |
IlvScrollRightAccelerator
IlvScrollRightAccelerator is used to allow the user to scroll
to the right of a manager view. |
class |
IlvScrollUpAccelerator
IlvScrollUpAccelerator is used to allow the user to scroll
up the manager view. |
class |
IlvSelectAllAccelerator
IlvSelectAllAccelerator is used to allow the user to select
all the selectable objects in the manager. |
class |
IlvStartEditTextSelectionAccelerator
IlvStartEditTextSelectionAccelerator is an accelerator that
allows the user to start editing the first currently selected text object. |
class |
IlvZoomInAccelerator
IlvZoomInAccelerator is used to allow the user to zoom into
the manager. |
class |
IlvZoomOutAccelerator
IlvZoomOutAccelerator is used to allow the user to zoom out
of the manager. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.addAccelerator(IlvAccelerator a)
Adds an accelerator to the Gantt sheet.
|
void |
IlvGanttSheet.removeAccelerator(IlvAccelerator a)
Removes an accelerator from the Gantt sheet.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttCycleSelectAccelerator
IlvGanttCycleSelectAccelerator allows the user to
traverse and select the objects in an IlvGanttSheet using the keyboard. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.