class MMTGutterAnnotations extends MMTTextAreaExtension
adds markers in the gutter whenever an annotation for a declaration in made in that line is known to MMT
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MMTGutterAnnotations
- MMTTextAreaExtension
- TextAreaExtension
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
drawChar(gfx: Graphics2D, color: Color, y: Int, char: Char): Unit
- y
vertical position (same as passed by jEdit)
- Attributes
- protected
- Definition Classes
- MMTTextAreaExtension
-
def
drawMarker(gfx: Graphics2D, color: Color, y: Int, oval: Boolean): Unit
- y
vertical position (same as passed by jEdit)
- Attributes
- protected
- Definition Classes
- MMTTextAreaExtension
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getToolTipText(x: Int, y: Int): String
provides tooltip if hovering over annotation markers
provides tooltip if hovering over annotation markers
- x
The x co-ordinate as used by jEdit
- y
The y co-ordinate as used by jEdit
- Definition Classes
- MMTGutterAnnotations → TextAreaExtension
-
val
gutterWidth: Int
- Attributes
- protected
- Definition Classes
- MMTTextAreaExtension
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
lineHeight: Int
- Attributes
- protected
- Definition Classes
- MMTTextAreaExtension
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
paintInvalidLine(arg0: Graphics2D, arg1: Int, arg2: Int): Unit
- Definition Classes
- TextAreaExtension
-
def
paintScreenLineRange(arg0: Graphics2D, arg1: Int, arg2: Int, arg3: Array[Int], arg4: Array[Int], arg5: Array[Int], arg6: Int, arg7: Int): Unit
- Definition Classes
- TextAreaExtension
-
def
paintValidLine(gfx: Graphics2D, screenLine: Int, physicalLine: Int, startOffset: Int, endOffset: Int, y: Int): Unit
paints markers for lines that have associated annotations
paints markers for lines that have associated annotations
- gfx
The graphics context
- screenLine
The screen line number
- physicalLine
The physical line number
- startOffset
The offset where the screen line begins, from the start of the buffer
- endOffset
The offset where the screen line ends, from the start of the buffer
- y
The y co-ordinate of the top of the line's bounding box
- Definition Classes
- MMTGutterAnnotations → TextAreaExtension
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
textArea: JEditTextArea
- Attributes
- protected
- Definition Classes
- MMTTextAreaExtension
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
view: View
- Attributes
- protected
- Definition Classes
- MMTTextAreaExtension
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object mouseAdapter extends MouseAdapter