Uses of Interface
org.jabylon.properties.Project
-
Packages that use Project Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util -
-
Uses of Project in org.jabylon.properties
Methods in org.jabylon.properties that return Project Modifier and Type Method Description ProjectPropertiesFactory. createProject()Returns a new object of class 'Project'.ProjectWorkspace. getProject(String name) -
Uses of Project in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement Project Modifier and Type Class Description classProjectImplAn implementation of the model object 'Project'.Methods in org.jabylon.properties.impl that return Project Modifier and Type Method Description ProjectPropertiesFactoryImpl. createProject()ProjectProjectVersionImpl. getProject()ProjectWorkspaceImpl. getProject(String name)Methods in org.jabylon.properties.impl with parameters of type Project Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainProjectVersionImpl. basicSetParent(Project newParent, org.eclipse.emf.common.notify.NotificationChain msgs)This is specialized for the more specific type known in this context. -
Uses of Project in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type Project Modifier and Type Method Description TPropertiesSwitch. caseProject(Project object)Returns the result of interpreting the object as an instance of 'Project'.
-