Class

dotterweide.editor.controller

LookUpTypeAction

Related Doc: package controller

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val adviser: Adviser

    Permalink
  5. def apply(): Unit

    Permalink
    Definition Classes
    StructureAction
  6. def applyWithStructure(root: Node): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LookUpTypeActionStructureAction
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit val async: Async

    Permalink
    Definition Classes
    LookUpTypeActionStructureAction
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val data: Data

    Permalink
    Definition Classes
    LookUpTypeActionStructureAction
  11. def disconnect(action: (Update) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  12. val document: Document

    Permalink
  13. def enabled: Boolean

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val keys: Seq[String]

    Permalink

    A list of keyboard shortcuts.

    A list of keyboard shortcuts.

    Definition Classes
    LookUpTypeActionAction
  21. val mnemonic: Char

    Permalink

    Mnemonic character for menu display, or '\0'

    Mnemonic character for menu display, or '\0'

    Definition Classes
    LookUpTypeActionAction
  22. val name: String

    Permalink

    Name or title of the action.

    Name or title of the action.

    Definition Classes
    LookUpTypeActionAction
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def notifyObservers(event: Update): Unit

    Permalink
    Definition Classes
    ObservableEvents
  27. def onChange(action: (Update) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  28. def run(tpe: Option[NodeType]): Unit

    Permalink
    Attributes
    protected
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val terminal: Terminal

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    Function0 → AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StructureAction

Inherited from Action

Inherited from ObservableEvents[Update]

Inherited from () ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped