class MMTGutterExtension extends MMTTextAreaExtension
- Source
- MMTGutterExtension.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MMTGutterExtension
- 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
- Definition Classes
- MMTGutterExtension → 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
- Definition Classes
- MMTGutterExtension → 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()