public static enum ISelectorFactory.SelectorID extends Enum<ISelectorFactory.SelectorID>
| Enum Constant and Description |
|---|
ACTIONS
The selector with this ID should provide a list of available actions
that can be triggered by the user via key strokes.
|
BOOKMARKS
The selector with this ID should provide a list of user- or
application- defined boookmarks.
|
COLUMNS
The selector with this ID should provide a list of columns currently
shown by the tree table and / or available for showing.
|
GOTO
The selector with this ID should allow the user to specify a time
point which the timeline has to display.
|
GRANULARITY
The selector with this ID should provide a list time granularities,
which can be shown by the timeline.
|
GRID
The selector with this ID should allow the user to change the grid
used for positioning timeline objects during drag and drop
operations.
|
HORIZON
The selector with this ID should allow the user to specify the time
horizon covered by the timeline.
|
LAYERS
The selector with this ID should provide a list of application-
defined layers.
|
OVERVIEW
The selector with this ID should provide a radar-like control, which
gives an overview over the entire horizon and all timeline objects.
|
PAGES
The selector with this ID should provide a list of
application-defined pages from which the user can select one.
|
SPREADSHEET
The selector with this ID should provide a control to let the user
select the currently active spreadsheet.
|
TIMEZONE
The selector with this ID should provide a list of time zones and let
the user pick one, which will then be applied to the dateline model.
|
| Modifier and Type | Method and Description |
|---|---|
static ISelectorFactory.SelectorID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISelectorFactory.SelectorID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISelectorFactory.SelectorID ACTIONS
ActionSelectorpublic static final ISelectorFactory.SelectorID BOOKMARKS
BookmarksSelectorpublic static final ISelectorFactory.SelectorID COLUMNS
ColumnChooserSelector,
AbstractGanttChart.getAvailableColumns(),
IColumnModelpublic static final ISelectorFactory.SelectorID GRANULARITY
public static final ISelectorFactory.SelectorID GRID
GridSelector,
IGridComponentpublic static final ISelectorFactory.SelectorID LAYERS
LayerSelector,
ILayer,
IGanttChartModel.getLayers()public static final ISelectorFactory.SelectorID PAGES
PagingSelector,
Page,
IPagingModelpublic static final ISelectorFactory.SelectorID GOTO
TimeGranularityGotoSelector,
SimpleGranularityGotoSelector,
AbstractGanttChart.showTime(long, boolean)public static final ISelectorFactory.SelectorID HORIZON
public static final ISelectorFactory.SelectorID TIMEZONE
TimeZoneSelector,
IDatelineModel.setTimeZone(java.util.TimeZone)public static final ISelectorFactory.SelectorID OVERVIEW
OverviewSelectorpublic static final ISelectorFactory.SelectorID SPREADSHEET
SpreadsheetSelectorpublic static ISelectorFactory.SelectorID[] values()
for (ISelectorFactory.SelectorID c : ISelectorFactory.SelectorID.values()) System.out.println(c);
public static ISelectorFactory.SelectorID valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.