|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkspaceEvent | |
---|---|
org.peace_tools.data | Contains the classes that provide data for the various views in the GUI. |
org.peace_tools.views | Contains the classes that provide views for the various data objects in the GUI. |
org.peace_tools.workspace | Contains the classes that provide persistent storage of work space configuration. |
Uses of WorkspaceEvent in org.peace_tools.data |
---|
Methods in org.peace_tools.data with parameters of type WorkspaceEvent | |
---|---|
void |
JobListTableModel.workspaceChanged(WorkspaceEvent event)
|
void |
ServerListTableModel.workspaceChanged(WorkspaceEvent event)
|
void |
DataSetTreeModel.workspaceChanged(WorkspaceEvent event)
|
void |
DataSetTableModel.workspaceChanged(WorkspaceEvent event)
Translates work space change notifications to table changes. |
Uses of WorkspaceEvent in org.peace_tools.views |
---|
Methods in org.peace_tools.views with parameters of type WorkspaceEvent | |
---|---|
void |
ClusterSummaryView.workspaceChanged(WorkspaceEvent event)
Intercept and update graph if classifiers change. |
Uses of WorkspaceEvent in org.peace_tools.workspace |
---|
Methods in org.peace_tools.workspace with parameters of type WorkspaceEvent | |
---|---|
void |
Workspace.fireWorkspaceChanged(WorkspaceEvent event)
Utility method to notify all the listeners about a change to the Workspace. |
void |
WorkspaceListener.workspaceChanged(WorkspaceEvent event)
This method is invoked on all workspace listeners registered with the current Workspace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |