Uses of Interface
org.faktorips.devtools.abstraction.AWorkspace
-
Packages that use AWorkspace Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations.org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of AWorkspace in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AWorkspace Modifier and Type Method Description AWorkspaceAbstractions.AImplementation. getWorkspace()static AWorkspaceAbstractions. getWorkspace()Returns the current workspace.AWorkspaceAResource. getWorkspace()Returns the workspace containing this resource. -
Uses of AWorkspace in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AWorkspace Modifier and Type Class Description classEclipseWorkspaceMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AWorkspace Modifier and Type Method Description AWorkspaceEclipseImplementation. getWorkspace()AWorkspaceEclipseResource. getWorkspace() -
Uses of AWorkspace in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AWorkspace Modifier and Type Class Description classPlainJavaWorkspace
-