com.borland.primetime.editor
Class EditorPane.HighlightMark

java.lang.Object
  |
  +--com.borland.primetime.editor.LineMark
        |
        +--com.borland.primetime.editor.EditorPane.HighlightMark
Enclosing class:
EditorPane

public static class EditorPane.HighlightMark
extends LineMark

This is the highlight mark, placed on a line within the editor (through the document) to emphasize that line.


Constructor Summary
EditorPane.HighlightMark()
           
 
Methods inherited from class com.borland.primetime.editor.LineMark
getDisplayPriority, getDocument, getMarkLine, getStyle, isLightweight, setDisplayPriority, setDocument, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorPane.HighlightMark

public EditorPane.HighlightMark()