Uses of Class
org.peace_tools.workspace.WorkspaceEvent.EntryType

Packages that use WorkspaceEvent.EntryType
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of WorkspaceEvent.EntryType in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as WorkspaceEvent.EntryType
private  WorkspaceEvent.EntryType WorkspaceEvent.entryType
          This instance variable is used to contain the type of the entry regarding which a status change is being reported.
 

Methods in org.peace_tools.workspace that return WorkspaceEvent.EntryType
 WorkspaceEvent.EntryType WorkspaceEvent.getEntryType()
          Determine the type of entry regarding which a status change is being reported.
static WorkspaceEvent.EntryType WorkspaceEvent.EntryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkspaceEvent.EntryType[] WorkspaceEvent.EntryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.