|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkspaceEvent.Operation | |
---|---|
org.peace_tools.workspace | Contains the classes that provide persistent storage of work space configuration. |
Uses of WorkspaceEvent.Operation in org.peace_tools.workspace |
---|
Fields in org.peace_tools.workspace declared as WorkspaceEvent.Operation | |
---|---|
private WorkspaceEvent.Operation |
WorkspaceEvent.operation
This instance variable is used to contain the type of status change being reported via this event. |
Methods in org.peace_tools.workspace that return WorkspaceEvent.Operation | |
---|---|
WorkspaceEvent.Operation |
WorkspaceEvent.getOperation()
Determine the type of operation reported by this event. |
static WorkspaceEvent.Operation |
WorkspaceEvent.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkspaceEvent.Operation[] |
WorkspaceEvent.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.peace_tools.workspace with parameters of type WorkspaceEvent.Operation | |
---|---|
WorkspaceEvent(DataSet ds,
WorkspaceEvent.Operation operation)
Constructor to create an event that can be used to report change in the status of a complete data set. |
|
WorkspaceEvent(Job job,
WorkspaceEvent.Operation operation)
Constructor to create an event that can be used to report change in the status of a job entry. |
|
WorkspaceEvent(MSTClusterData clusters,
WorkspaceEvent.Operation operation)
Constructor to create an event that can be used to report change in the status of a MST cluster data file. |
|
WorkspaceEvent(MSTData mst,
WorkspaceEvent.Operation operation)
Constructor to create an event that can be used to report change in the status of a MST data file. |
|
WorkspaceEvent(Server server,
WorkspaceEvent.Operation operation)
Constructor to create an event that can be used to report change in the status of a server entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |