Uses of Interface
org.jabylon.properties.Workspace
-
Packages that use Workspace Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util -
-
Uses of Workspace in org.jabylon.properties
Methods in org.jabylon.properties that return Workspace Modifier and Type Method Description WorkspacePropertiesFactory. createWorkspace()Returns a new object of class 'Workspace'. -
Uses of Workspace in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement Workspace Modifier and Type Class Description classWorkspaceImplAn implementation of the model object 'Workspace'.Methods in org.jabylon.properties.impl that return Workspace Modifier and Type Method Description WorkspacePropertiesFactoryImpl. createWorkspace()Methods in org.jabylon.properties.impl with parameters of type Workspace Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainProjectImpl. basicSetParent(Workspace newParent, org.eclipse.emf.common.notify.NotificationChain msgs)This is specialized for the more specific type known in this context.org.eclipse.emf.common.notify.NotificationChainWorkspaceImpl. basicSetParent(Workspace newParent, org.eclipse.emf.common.notify.NotificationChain msgs)This is specialized for the more specific type known in this context. -
Uses of Workspace in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type Workspace Modifier and Type Method Description TPropertiesSwitch. caseWorkspace(Workspace object)Returns the result of interpreting the object as an instance of 'Workspace'.
-