public abstract class AbstractResourceView extends java.lang.Object implements ResourceView
| Modifier and Type | Field and Description |
|---|---|
static GanttViewerUpdater |
ganttUpdater |
| Constructor and Description |
|---|
AbstractResourceView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
applyActivityFilter(java.lang.String s) |
void |
applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> map) |
void |
attachGanttModelToViewComponents() |
void |
attachModel(AppletGanttModel model) |
void |
deactivate() |
void |
detachGanttModelFromViewComponents() |
java.lang.Object |
getDividerComponent()
If the resource view exposes a Divider Component, ie, a JSplitPane or IlvHierarchyChart, then the
AbstractView class can auto-wire the events to listen for changes in the divider and have those
changes dispatched to the GanttViewUpdater.
|
java.lang.String |
getViewId() |
abstract java.awt.Component |
initializeView() |
boolean |
isActive()
Returns true if the view is active
|
void |
print() |
void |
printPreview() |
void |
printSetup() |
void |
setDividerLocation(int location) |
void |
setResourceViewContext(ResourceViewContext context) |
void |
setViewId(java.lang.String viewId) |
public static GanttViewerUpdater ganttUpdater
public abstract java.awt.Component initializeView()
initializeView in interface ResourceViewpublic java.lang.Object getDividerComponent()
public void attachModel(AppletGanttModel model)
attachModel in interface ResourceViewpublic void print()
print in interface ResourceViewpublic void printPreview()
printPreview in interface ResourceViewpublic void printSetup()
printSetup in interface ResourceViewpublic void setResourceViewContext(ResourceViewContext context)
setResourceViewContext in interface ResourceViewpublic void attachGanttModelToViewComponents()
attachGanttModelToViewComponents in interface ResourceViewpublic void detachGanttModelFromViewComponents()
detachGanttModelFromViewComponents in interface ResourceViewpublic void activate()
activate in interface ResourceViewpublic void setDividerLocation(int location)
setDividerLocation in interface ResourceViewpublic void deactivate()
deactivate in interface ResourceViewpublic boolean isActive()
public void applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> map)
applyActivityQbeFilter in interface ResourceViewpublic void applyActivityFilter(java.lang.String s)
applyActivityFilter in interface ResourceViewpublic java.lang.String getViewId()
getViewId in interface ResourceViewpublic void setViewId(java.lang.String viewId)
setViewId in interface ResourceView