Package eu.beesoft.gantt.action

Class Summary
AbstractGanttAction Abstract action to support all JGantt actions.
AbstractChartAction Abstract action to support gantt chart operations
AbstractTreeTableAction Abstract action to support gantt treetable operations.
AbstractZoomAction Abstract action to support zoom operations.
CollapseAllNodesAction This action collapses all nodes in the JGantt treetable.
CreateNodeAction This action asks GanttModel.createObject(TimelineObject, int, UndoStep) to create new domain object and then creates a new GanttNode and includes it in hierarchy.
DeleteNodeAction Action asks GanttModel.deleteObject(TimelineObject, UndoStep) to delete domain object and if it is successful, removes the node from tree hierarchy.
ExpandAllNodesAction This action expands all nodes in the JGantt treetable.
IndentNodeAction This action asks GanttModel.moveObject(TimelineObject, TimelineObject, int, UndoStep) to move a domain object into domain hierarchy and then moves also corresponding GanttNode.
MoveNodeDownAction This action asks GanttModel.moveObject(TimelineObject, TimelineObject, int, UndoStep) to move a domain object into domain hierarchy and then moves also corresponding GanttNode.
MoveNodeUpAction This action asks GanttModel.moveObject(TimelineObject, TimelineObject, int, UndoStep) to move a domain object into domain hierarchy and then moves also corresponding GanttNode.
RedoAction This action asks JGantt.getUndoManager() to redo next operation.
TodayAction This action scrolls the date/time columns in the ChartComponent so the column with today date is visible.
UndoAction This action asks JGantt.getUndoManager() to undo last operation.
UnindentNodeAction This action asks GanttModel.moveObject(TimelineObject, TimelineObject, int, UndoStep) to move a domain object into domain hierarchy and then moves also corresponding GanttNode.
ZoomInAction This action zooms in the content of ChartComponent.
ZoomOutAction This action zooms out the content of ChartComponent.