| |
|
| com.projity.dialog.AbstractDialog com.projity.dialog.assignment.AssignmentDialog
assign | void assign(List resourceList, double units)(Code) | | |
getSelectedResources | public List getSelectedResources()(Code) | | |
initControls | protected void initControls()(Code) | | Creates, intializes and configures the UI components. Real applications
may further bind the components to underlying models.
|
remove | void remove()(Code) | | Removes given the current task and resource selection
|
remove | void remove(List resourceList)(Code) | | Removes given the current task selection for the given resource lsit
Parameters: resourceList - |
remove | void remove(Resource resource)(Code) | | Removes given resource from current task selection
Parameters: resource - Parameters: selectedTasks - |
setDocumentFrame | public void setDocumentFrame(DocumentFrame documentFrame)(Code) | | Parameters: project - The project to set. |
setEditorButtonsVisible | public void setEditorButtonsVisible(boolean visible)(Code) | | |
|
|
|