Uses of Interface
org.faktorips.devtools.abstraction.AMarker
-
Packages that use AMarker 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 AMarker in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AMarker Modifier and Type Method Description AMarkerAResource. createMarker(java.lang.String markerType)Creates a new marker of the given type for this resource.Methods in org.faktorips.devtools.abstraction that return types with arguments of type AMarker Modifier and Type Method Description java.util.Set<AMarker>AResource. findMarkers(java.lang.String type, boolean includeSubtypes, AResource.AResourceTreeTraversalDepth depth)Returns all markers of the given type on this resource. -
Uses of AMarker in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AMarker Modifier and Type Class Description classEclipseMarkerMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AMarker Modifier and Type Method Description AMarkerEclipseResource. createMarker(java.lang.String markerType)Methods in org.faktorips.devtools.abstraction.eclipse.internal that return types with arguments of type AMarker Modifier and Type Method Description java.util.Set<AMarker>EclipseResource. findMarkers(java.lang.String type, boolean includeSubtypes, AResource.AResourceTreeTraversalDepth depth) -
Uses of AMarker in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AMarker Modifier and Type Class Description classPlainJavaMarkerMethods in org.faktorips.devtools.abstraction.plainjava.internal that return AMarker Modifier and Type Method Description AMarkerPlainJavaResource. createMarker(java.lang.String markerType)Methods in org.faktorips.devtools.abstraction.plainjava.internal that return types with arguments of type AMarker Modifier and Type Method Description java.util.Set<AMarker>PlainJavaResource. findMarkers(java.lang.String type, boolean includeSubtypes, AResource.AResourceTreeTraversalDepth depth)
-