public class BufferedResourceView extends java.lang.Object implements ResourceView
Constructor and Description |
---|
BufferedResourceView(java.awt.Container stubView) |
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() |
AppletGanttModel |
getModel() |
ResourceViewContext |
getResourceViewContext() |
java.lang.String |
getViewId() |
java.awt.Component |
initializeView() |
void |
print() |
void |
printPreview() |
void |
printSetup() |
void |
setDividerLocation(int location) |
void |
setResourceViewContext(ResourceViewContext context) |
void |
setViewId(java.lang.String id) |
public java.awt.Component initializeView()
initializeView
in interface ResourceView
public void attachModel(AppletGanttModel model)
attachModel
in interface ResourceView
public void setResourceViewContext(ResourceViewContext context)
setResourceViewContext
in interface ResourceView
public void setDividerLocation(int location)
setDividerLocation
in interface ResourceView
public void print()
print
in interface ResourceView
public void printPreview()
printPreview
in interface ResourceView
public void printSetup()
printSetup
in interface ResourceView
public void attachGanttModelToViewComponents()
attachGanttModelToViewComponents
in interface ResourceView
public void detachGanttModelFromViewComponents()
detachGanttModelFromViewComponents
in interface ResourceView
public void activate()
activate
in interface ResourceView
public void deactivate()
deactivate
in interface ResourceView
public void applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> map)
applyActivityQbeFilter
in interface ResourceView
public void applyActivityFilter(java.lang.String s)
applyActivityFilter
in interface ResourceView
public void setViewId(java.lang.String id)
setViewId
in interface ResourceView
public java.lang.String getViewId()
getViewId
in interface ResourceView
public ResourceViewContext getResourceViewContext()
public AppletGanttModel getModel()