object MMTSideKick

Source
MMTSideKick.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MMTSideKick
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAssetAtOffset(view: View, offset: Int): Option[JAsset]

    returns

    the asset at the specified position

  10. def getAssetAtRange(view: View, begin: Int, end: Int): Option[MMTAsset]

    returns

    the smallest asset covering the specified range (inclusive begin, exclusive end)

  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCurrentAsset(view: View): Option[(MMTAsset, Boolean)]

    return the smallest asset covering the first selection or (if no selection) the asset at the the cursor; boolean is true if the former case this is useful for button or key interaction, where a selection or cursor position must be used to determine an asset

  13. def getSelectedAssetAtOffset(view: View, offset: Int): Option[(MMTAsset, Boolean)]

    like getAssetAtOffset, but includes the surrounding selection, if any; the boolean if true if the area is selected this is useful for mouse interaction, where an offset can be computed from the mouse pointer position

  14. def getSelectedRangeAroundOffset(ta: TextArea, offset: Int): Option[(Int, Int)]

    the range of the selection at a position (selection inclusive begin, exclusive end)

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped