|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvAccelerator | |
|---|---|
| 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. |
| Uses of IlvAccelerator in ilog.views |
|---|
| Methods in ilog.views that return IlvAccelerator | |
|---|---|
IlvAccelerator[] |
IlvManager.getAccelerators()
Returns an array of all the accelerators. |
| Methods in ilog.views with parameters of type IlvAccelerator | |
|---|---|
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. |
| Uses of IlvAccelerator in ilog.views.accelerator |
|---|
| Subclasses of IlvAccelerator in ilog.views.accelerator | |
|---|---|
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 |
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 |
IlvRotateAccelerator
IlvRotateAccelerator is used to rotate 90 degree anticlockwise
around the center of a view each time the accelerator is called. |
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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||