Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.applet | |
com.ibm.tivoli.maximo.skd.applet.event | |
com.ibm.tivoli.maximo.skd.applet.views.compare |
Modifier and Type | Class and Description |
---|---|
class |
GanttAndResourceUsageView
This class constructs Gantt and Resource views.
|
Modifier and Type | Method and Description |
---|---|
View |
Viewer.getCurrentView()
Returns the current view.
|
View |
Viewer.getView(java.lang.String iD)
Returns the view identified by this ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<View> |
Viewer.views()
Returns views.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Viewer.isCurrentView(View view)
Indicates whether the given view is set as current.
|
void |
Viewer.setCurrentView(View currentView)
Sets the current view and notifies listeners
|
Modifier and Type | Method and Description |
---|---|
View |
CurrentViewChangedEvent.getCurrentView()
Returns the currently displayed view.
|
View |
CurrentViewChangedEvent.getPreviousView()
Returns the previously displayed view.
|
Constructor and Description |
---|
CurrentViewChangedEvent(java.lang.Object source,
View previousView,
View currentView)
Builds a
CurrentViewChangedEvent . |
Modifier and Type | Class and Description |
---|---|
class |
CompareView
The compare optimization view is a specialized view that presents 2 gantt models in a dual vertical pane, where the
two views are in sync for comparison purposes.
|