Class

dotterweide.editor.controller

FlashAction

Related Doc: package controller

Permalink

class FlashAction extends Action

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

Instance Constructors

  1. new FlashAction(document: Document, terminal: Terminal, flash: Flash, duration: Int = 500, level: Int = Flash.LevelInfo, name: String = "Flash", mnemonic: Char = KeyEvent.VK_UNDEFINED.toChar, keys: Seq[String] = "shift pressed ENTER" :: Nil)

    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. def apply(): Unit

    Permalink
    Definition Classes
    FlashAction → Function0
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def disconnect(action: (Update) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  8. val document: Document

    Permalink
  9. val duration: Int

    Permalink
  10. def enabled: Boolean

    Permalink

    Whether the action is currently available or not.

    Whether the action is currently available or not.

    Definition Classes
    Action
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val flash: Flash

    Permalink
  15. final def getClass(): Class[_]

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

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

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

    Permalink

    A list of keyboard shortcuts.

    A list of keyboard shortcuts.

    Definition Classes
    FlashActionAction
  19. val level: Int

    Permalink
  20. def mkSpan(): Span

    Permalink

    Sub-classes may override this.

    Sub-classes may override this. Default implementation returns selection or current line.

    Attributes
    protected
  21. val mnemonic: Char

    Permalink

    Mnemonic character for menu display, or '\0'

    Mnemonic character for menu display, or '\0'

    Definition Classes
    FlashActionAction
  22. val name: String

    Permalink

    Name or title of the action.

    Name or title of the action.

    Definition Classes
    FlashActionAction
  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(id: Int, span: Span): Unit

    Permalink

    Sub-classes may override this.

    Sub-classes may override this. Default implementation does nothing.

    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 Action

Inherited from ObservableEvents[Update]

Inherited from () ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped