Uses of Class
org.gjt.sp.jedit.Marker
-
Packages that use Marker Package Description org.gjt.sp.jedit This package contains jEdit's core classes. -
-
Uses of Marker in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return Marker Modifier and Type Method Description Marker
Buffer. getMarker(char shortcut)
Returns the marker with the specified shortcut.Marker
Buffer. getMarkerAtLine(int line)
Returns the first marker at the specified line, ornull
if there is none.Marker
Buffer. getMarkerInRange(int start, int end)
Returns the first marker within the specified range.Methods in org.gjt.sp.jedit that return types with arguments of type Marker Modifier and Type Method Description java.util.Vector<Marker>
Buffer. getMarkers()
Returns a vector of markers.
-