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 TypeClassDescriptionclassThis is a concrete class that stores the same type of information as the IMarkers used by the IDE.classclassRepresents 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 MarkerNodeMarkerNode.getParent()Return the parent node ornullif this is a top level element.Methods in org.eclipse.ui.views.markers.internal with parameters of type MarkerNodeModifier and TypeMethodDescriptionvoidConcreteMarker.setCategory(MarkerNode category) Set the category the receiver is in.