c

info.kwarc.mmt.jedit

MMTTextAreaExtension

abstract class MMTTextAreaExtension extends TextAreaExtension

base class for MMT's text area extensions

Source
MMTPlugin.scala
Linear Supertypes
TextAreaExtension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MMTTextAreaExtension
  2. TextAreaExtension
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MMTTextAreaExtension(editPane: EditPane)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def drawChar(gfx: Graphics2D, color: Color, y: Int, char: Char): Unit

    y

    vertical position (same as passed by jEdit)

    Attributes
    protected
  7. def drawMarker(gfx: Graphics2D, color: Color, y: Int, oval: Boolean): Unit

    y

    vertical position (same as passed by jEdit)

    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getToolTipText(arg0: Int, arg1: Int): String
    Definition Classes
    TextAreaExtension
  13. val gutterWidth: Int
    Attributes
    protected
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val lineHeight: Int
    Attributes
    protected
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def paintInvalidLine(arg0: Graphics2D, arg1: Int, arg2: Int): Unit
    Definition Classes
    TextAreaExtension
  21. 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
  22. def paintValidLine(arg0: Graphics2D, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Unit
    Definition Classes
    TextAreaExtension
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val textArea: JEditTextArea
    Attributes
    protected
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. val view: View
    Attributes
    protected
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from TextAreaExtension

Inherited from AnyRef

Inherited from Any

Ungrouped