public class GanttCommand
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GanttCommand.DeleteSelectedConstraintsAction
An action that deletes the selected constraints from the specified
chart.
|
static class |
GanttCommand.ExitAction
An action that exits the current application.
|
static class |
GanttCommand.MakeConstraintAction
An action that installs the constraint creation interactor on the specified
chart.
|
Constructor and Description |
---|
GanttCommand() |
Modifier and Type | Method and Description |
---|---|
static void |
removeFromGanttModel(ilog.views.gantt.IlvGanttModel model,
ilog.views.gantt.IlvConstraint constraint)
Deletes the specified constraint from the data model.
|