Modifier and Type | Method and Description |
---|---|
ViewerAbstractAction |
Viewer.getAction(java.lang.String actionID)
Returns an action.
|
Modifier and Type | Method and Description |
---|---|
ilog.views.gantt.action.IlvAction |
View.getContextualAction(ViewerAbstractAction action)
Returns the contextual action.
|
boolean |
View.isRegisteredAction(ViewerAbstractAction action)
Checks whether the specified action is available.
|
void |
View.performAction(ViewerAbstractAction action,
java.awt.event.ActionEvent event)
Executes the given action (if it has been registered).
|
void |
View.registerAction(ViewerAbstractAction action)
Registers an action.
|
void |
Viewer.registerAction(ViewerAbstractAction action)
Registers an action.
|
void |
View.unregisterAction(ViewerAbstractAction action)
Unregisters the given action.
|
void |
Viewer.unregisterAction(ViewerAbstractAction action)
Unregisters an action.
|
Modifier and Type | Class and Description |
---|---|
class |
GanttViewerDeleteConstraintAction |
class |
GanttViewerInsertConstraintAction |
class |
GanttViewerListeningAction |
class |
GanttViewerZoomInAction |
class |
GanttViewerZoomOutAction |
class |
GanttViewerZoomToFitAction |
Modifier and Type | Method and Description |
---|---|
static javax.swing.AbstractButton |
ActionUtil.addAction(javax.swing.JToolBar toolbar,
ViewerAbstractAction action,
boolean toggle)
Adds the specified action to a toolbar using
ViewerAbstractAction and returns the created
AbstractButton . |
Modifier and Type | Method and Description |
---|---|
void |
CompareView.performAction(ViewerAbstractAction action,
java.awt.event.ActionEvent event) |