Uses of Class
org.eclipse.ui.views.markers.internal.MarkerNode
Packages that use MarkerNode
-
Uses of MarkerNode in org.eclipse.ui.views.markers.internal
Subclasses of MarkerNode in org.eclipse.ui.views.markers.internalModifier and TypeClassDescriptionclass
This is a concrete class that stores the same type of information as the IMarkers used by the IDE.class
class
Represents a marker visible in the Tasks view.Methods in org.eclipse.ui.views.markers.internal that return MarkerNodeModifier and TypeMethodDescriptionConcreteMarker.getChildren()
abstract MarkerNode[]
MarkerNode.getChildren()
Get the children of the node.ConcreteMarker.getParent()
abstract MarkerNode
MarkerNode.getParent()
Return the parent node ornull
if this is a top level element.Methods in org.eclipse.ui.views.markers.internal with parameters of type MarkerNodeModifier and TypeMethodDescriptionvoid
ConcreteMarker.setCategory
(MarkerNode category) Set the category the receiver is in.