public static enum GanttChartToolBar.Control extends Enum<GanttChartToolBar.Control>
| Enum Constant and Description |
|---|
ALIGN_END_TIMES
Value used for creating an align end times of selected timeline
objects button.
|
ALIGN_START_TIMES
Value used for creating an align start times of selected timeline
objects button.
|
CROSSHAIR
Value used for creating a show spreadsheet button.
|
EARLIEST_OBJECTS
Value used for creating a scroll to show earlierst timeline
objects button.
|
EVENTLINE
Value used for creating a show eventline button.
|
GRID
Value used for creating a show grid button.
|
LATEST_OBJECTS
Value used for creating a scroll to show latest timeline
objects button.
|
POPUP
Value used for creating a show popups button.
|
POPUP_CLEAR
Value used for creating a clear pinned popups button.
|
PRINT
Value used for creating a print button.
|
PRINT_PREVIEW
Value used for creating a preview button.
|
REDO
Value used for creating a redo button.
|
RELATIONS
Value used for creating a show relationships button.
|
SHOW_ALL
Value used for creating a show all timeline objects button.
|
SPLIT
Value used for creating a split Gantt chart button.
|
TIME_NOW
Value used for creating a scroll to 'time now' button.
|
TREE_COLLAPSE_ALL
Value used for creating a collapse all tree nodes / collapse
hierarchy button.
|
TREE_EXPAND_ALL
Value used for creating an expand all tree nodes / expand
hierarchy button.
|
UNDO
Value used for creating an undo button.
|
ZOOM_IN
Value used for creating a zoom in button.
|
ZOOM_OUT
Value used for creating a zoom out button.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Action> |
getActionClass()
Returns the action class that is assoicated with the control.
|
static GanttChartToolBar.Control |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttChartToolBar.Control[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanttChartToolBar.Control UNDO
UndoActionpublic static final GanttChartToolBar.Control REDO
RedoActionpublic static final GanttChartToolBar.Control PRINT
PrintGanttChartActionpublic static final GanttChartToolBar.Control PRINT_PREVIEW
PreviewGanttChartActionpublic static final GanttChartToolBar.Control TREE_COLLAPSE_ALL
CollapseAllActionpublic static final GanttChartToolBar.Control TREE_EXPAND_ALL
ExpandAllActionpublic static final GanttChartToolBar.Control ZOOM_IN
ZoomInActionpublic static final GanttChartToolBar.Control ZOOM_OUT
ZoomOutActionpublic static final GanttChartToolBar.Control SHOW_ALL
AllObjectsActionpublic static final GanttChartToolBar.Control TIME_NOW
TimeNowActionpublic static final GanttChartToolBar.Control EARLIEST_OBJECTS
EarliestObjectsActionpublic static final GanttChartToolBar.Control LATEST_OBJECTS
LatestObjectsActionpublic static final GanttChartToolBar.Control ALIGN_START_TIMES
AlignStartTimesActionpublic static final GanttChartToolBar.Control ALIGN_END_TIMES
AlignEndTimesActionpublic static final GanttChartToolBar.Control GRID
GridActionpublic static final GanttChartToolBar.Control POPUP
PopupActionpublic static final GanttChartToolBar.Control POPUP_CLEAR
PopupActionpublic static final GanttChartToolBar.Control EVENTLINE
EventlineActionpublic static final GanttChartToolBar.Control CROSSHAIR
CrosshairActionpublic static final GanttChartToolBar.Control RELATIONS
RelationshipsActionpublic static final GanttChartToolBar.Control SPLIT
SplitGanttChartActionpublic static GanttChartToolBar.Control[] values()
for (GanttChartToolBar.Control c : GanttChartToolBar.Control.values()) System.out.println(c);
public static GanttChartToolBar.Control 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.