Package | Description |
---|---|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
Modifier and Type | Field and Description |
---|---|
static IlvChartAreaNavigationMode |
IlvChartCycleSelectInteractor.BY_LEVEL
In this mode, the user navigates through all elements with four keys.
|
static IlvChartAreaNavigationMode |
IlvChartCycleSelectInteractor.TRAVERSE_ALL
In this mode, the user navigates through all elements with two keys:
forward move and backward move.
|
Modifier and Type | Method and Description |
---|---|
IlvChartAreaNavigationMode |
IlvChartCycleSelectInteractor.getMode()
Returns the mode of this interactor.
|
Constructor and Description |
---|
IlvChartCycleSelectInteractor(IlvChartAreaNavigationMode mode)
Creates an interactor with default keys: Tab and Shift-Tab for the
IlvChartCycleSelectInteractor.TRAVERSE_ALL mode, or right arrow, left arrow, down arrow,
up arrow for the IlvChartCycleSelectInteractor.BY_LEVEL mode. |
IlvChartCycleSelectInteractor(IlvChartAreaNavigationMode mode,
KeyStroke[] forwardKeys,
KeyStroke[] backwardKeys,
KeyStroke[] downKeys,
KeyStroke[] upKeys)
Creates an interactor with four keys.
|
IlvChartCycleSelectInteractor(IlvChartAreaNavigationMode mode,
KeyStroke forwardKey,
KeyStroke backwardKey)
Creates an interactor with two keys, in
IlvChartCycleSelectInteractor.TRAVERSE_ALL mode. |
IlvChartCycleSelectInteractor(IlvChartAreaNavigationMode mode,
KeyStroke forwardKey,
KeyStroke backwardKey,
KeyStroke downKey,
KeyStroke upKey)
Creates an interactor with four keys.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.