Package | Description |
---|---|
com.dlsc.flexgantt.swing.action.gantt |
Actions that are specifically used in the context of a Gantt chart.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrintAction<T extends AbstractGanttChart>
Common superclass for all actions related to printing.
|
class |
AddHighlightedTimelineObjectsAction<T extends AbstractGanttChart>
An action that adds the currently selected timeline objects to the set of
highlighted objects.
|
class |
AlignEndTimesAction<T extends AbstractGanttChart>
An action that will cause all currently seletected timeline objects to have
the same end time.
|
class |
AlignStartTimesAction<T extends AbstractGanttChart>
An action that will cause all currently selected timeline objects to have the
same start time.
|
class |
AllObjectsAction<T extends AbstractGanttChart>
An action that will cause the timeline to zoom out far enough so that all
timeline objects can be seen.
|
class |
ClearHighlightedTimelineObjectsAction<T extends AbstractGanttChart>
An action which clears the set of highlighted objects.
|
class |
ClearPinnedPopupsAction<T extends AbstractGanttChart>
An action that will clear all pinned popups.
|
class |
CollapseAllAction<T extends AbstractGanttChart>
An action that will ensure that all tree nodes in the tree table will be
closed.
|
class |
CrosshairAction<T extends AbstractGanttChart>
An action that toggles the visibility of the crosshair.
|
class |
DeleteNodeAction<T extends AbstractGanttChart>
An action that can be used in the context of the
AbstractGanttChart
to delete tree nodes in the currently focused tree table. |
class |
DeleteTimelineObjectAction<T extends AbstractGanttChart>
An action that deletes all currently selected timeline objects.
|
class |
EarliestObjectsAction<T extends AbstractGanttChart>
An action that will scroll the timeline to the earliest used time point (the
earliest bar / activity / task).
|
class |
ExpandAllAction<T extends AbstractGanttChart>
An action that will ensure that all tree nodes in all tree tables will be
expanded / open.
|
class |
GridAction<T extends AbstractGanttChart>
An action that controls the vertical grid lines.
|
class |
IndentNodeAction<T extends AbstractGanttChart>
An action that can be used to indent nodes on a Gantt chart scope (as opposed
to a simple tree table scope).
|
class |
InsertNodeAction<T extends AbstractGanttChart>
An action used to insert a new row inside the currently focused tree table.
|
class |
LatestObjectsAction<T extends AbstractGanttChart>
An action that will scroll the timeline to the latest used time point (the
latest bar / activity / task).
|
class |
MoveFocusAction<T extends AbstractGanttChart>
An action specialized on changing the focus within the tree tables of the
Gantt chart.
|
class |
OutdentNodeAction<T extends AbstractGanttChart>
An action that can be used to outdent nodes on a Gantt chart scope (as
opposed to a simple tree table scope).
|
class |
PopupAction<T extends AbstractGanttChart>
An action that toggles the visibility of the popups.
|
class |
PreviewGanttChartAction<T extends AbstractGanttChart>
An action that will trigger the preview functionality of the Gantt chart
causing a print preview dialog to show up.
|
class |
PreviewSecondaryGanttChartAction<T extends DualGanttChart>
An action that will trigger the preview functionality of the Gantt chart
causing a print preview dialog to show up.
|
class |
PrintGanttChartAction<T extends AbstractGanttChart>
An action that will trigger the print feature of the Gantt chart.
|
class |
PrintSecondaryGanttChartAction<T extends DualGanttChart>
An action that will trigger the print feature of the Gantt chart.
|
class |
RedoAction<T extends AbstractGanttChart>
An action that will redo the last command that was undone.
|
class |
RedoActionLabeled<T extends AbstractGanttChart>
An action that will redo the last command that was undone.
|
class |
RelationshipsAction<T extends AbstractGanttChart>
An action that toggles the visibility of the relationships.
|
class |
RemoveHighlightedTimelineObjectsAction<T extends AbstractGanttChart>
An action which removes the currently selected timeline objects from the set
of highlighted objects.
|
class |
RemoveSortingAction<T extends AbstractGanttChart>
An action that will remove the current sorting settings.
|
class |
SelectRowsAction<T extends AbstractGanttChart>
An action used to select the next or the previous table row when the user
presses the SHIFT key in combination with arrow up or down.
|
class |
SplitGanttChartAction<T extends DualGanttChart>
An action that toggles the visibility of the secondary Gantt chart of a
DualGanttChart . |
class |
TimeNowAction<T extends AbstractGanttChart>
An action that scrolls the timeline in such a way that the current time (the
time 'now') becomes visible.
|
class |
ToggleNodeAction<T extends AbstractGanttChart>
An action that will ensure that the tree node with the current focus will
either expand or collapse, depending on its current state.
|
class |
UndoAction<T extends AbstractGanttChart>
An action that will undo the last command that was executed.
|
class |
UndoActionLabeled<T extends AbstractGanttChart>
An action that will undo the last command that was executed.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.