Packages

class LookUpTypeAction extends Action with StructureAction

Linear Supertypes
StructureAction, Action, ObservableEvents[Update], () => Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LookUpTypeAction
  2. StructureAction
  3. Action
  4. ObservableEvents
  5. Function0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LookUpTypeAction(document: Document, terminal: Terminal, data: Data, adviser: Adviser, name: String = "Look up Documentation for Cursor", mnemonic: Char = 'C', keys: Seq[String] = "ctrl alt pressed D" :: Nil)(implicit async: Async)

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. val adviser: Adviser
  5. def apply(): Unit
    Definition Classes
    StructureAction
  6. def applyWithStructure(root: Node): Unit
    Attributes
    protected
    Definition Classes
    LookUpTypeActionStructureAction
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit val async: Async
    Definition Classes
    LookUpTypeActionStructureAction
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val data: Data
    Definition Classes
    LookUpTypeActionStructureAction
  11. def disconnect(action: (Update) => Unit): Unit
    Definition Classes
    ObservableEvents
  12. val document: Document
  13. def enabled: Boolean

    Whether the action is currently available or not.

    Whether the action is currently available or not.

    Definition Classes
    Action
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val keys: Seq[String]

    A list of keyboard shortcuts.

    A list of keyboard shortcuts.

    Definition Classes
    LookUpTypeActionAction
  21. val mnemonic: Char

    Mnemonic character for menu display, or '\0'

    Mnemonic character for menu display, or '\0'

    Definition Classes
    LookUpTypeActionAction
  22. val name: String

    Name or title of the action.

    Name or title of the action.

    Definition Classes
    LookUpTypeActionAction
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def notifyObservers(event: Update): Unit
    Definition Classes
    ObservableEvents
  27. def onChange(action: (Update) => Unit): Unit
    Definition Classes
    ObservableEvents
  28. def run(tpe: Option[NodeType]): Unit
    Attributes
    protected
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val terminal: Terminal
  31. def toString(): String
    Definition Classes
    Function0 → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from StructureAction

Inherited from Action

Inherited from ObservableEvents[Update]

Inherited from () => Unit

Inherited from AnyRef

Inherited from Any

Ungrouped