Class

com.outr.uberterm.result

SimpleCommandResult

Related Doc: package result

Permalink

class SimpleCommandResult extends ResultContainer

Linear Supertypes
ResultContainer, Container, Component, HTMLContainer, AbstractContainer[Component], AbstractComponent, TaskSupport, Updates, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleCommandResult
  2. ResultContainer
  3. Container
  4. Component
  5. HTMLContainer
  6. AbstractContainer
  7. AbstractComponent
  8. TaskSupport
  9. Updates
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleCommandResult(command: String, result: String, error: Boolean)

    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 actualHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  5. val actualWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  6. def addAfter(c: Component, previous: Option[Component]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLContainer → AbstractContainer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val backgroundColor: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  9. def blur(): Unit

    Permalink
    Definition Classes
    Component
  10. lazy val border: ComponentBorders

    Permalink
    Definition Classes
    Component
  11. val children: Var[Vector[Component]]

    Permalink
    Definition Classes
    AbstractContainer
  12. def click(): Unit

    Permalink
    Definition Classes
    Component
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. lazy val color: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  15. val commandHeading: Label

    Permalink
  16. val commandLabel: Label

    Permalink
  17. def createInstance(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  18. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  19. def determineActualHeight: Double

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  20. def determineActualWidth: Double

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  21. val element: Element

    Permalink
    Definition Classes
    Container → Component → HTMLContainer
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def events[E <: Event](eventType: String, stopPropagation: Boolean): Channel[E]

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  25. def every(delay: FiniteDuration, until: Option[FiniteDuration], allowBackgrounding: Boolean)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def focus(): Unit

    Permalink
    Definition Classes
    Component
  28. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. lazy val id: Var[String]

    Permalink
    Definition Classes
    AbstractComponent
  31. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → AbstractComponent
  32. val innerHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  33. val innerWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val layoutManager: Var[Option[Layout]]

    Permalink
    Definition Classes
    AbstractContainer
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def nextFrame(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. lazy val opacity: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  41. lazy val overflow: ComponentOverflow

    Permalink
    Definition Classes
    Component
  42. lazy val parent: State[Option[AbstractComponent]]

    Permalink
    Definition Classes
    AbstractComponent
  43. object position

    Permalink
    Definition Classes
    AbstractComponent
  44. def prop[T](get: ⇒ T, set: (T) ⇒ Unit, mayCauseResize: Boolean): Var[T]

    Permalink
    Attributes
    protected[io.youi.hypertext]
    Definition Classes
    Component
  45. def remove(c: Component): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLContainer → AbstractContainer
  46. def removeFromParent(): Boolean

    Permalink
    Definition Classes
    AbstractComponent
  47. val resultHeading: Label

    Permalink
  48. val resultLabel: Label

    Permalink
  49. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  50. object size

    Permalink
    Definition Classes
    AbstractComponent
  51. def start(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toString(): String

    Permalink
    Definition Classes
    AbstractComponent → AnyRef → Any
  54. def update(delta: Double): Unit

    Permalink
    Definition Classes
    AbstractContainer → Updates
  55. def updateBackgroundColor(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  56. def updateColor(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  57. def updateSize(): Unit

    Permalink
    Definition Classes
    Component
  58. def updateTasks(): Boolean

    Permalink
    Definition Classes
    TaskSupport
  59. def updateTransform(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  60. lazy val visible: Var[Boolean]

    Permalink
    Definition Classes
    AbstractComponent
  61. final def wait(): Unit

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

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

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

Inherited from ResultContainer

Inherited from Container

Inherited from Component

Inherited from HTMLContainer

Inherited from AbstractContainer[Component]

Inherited from AbstractComponent

Inherited from TaskSupport

Inherited from Updates

Inherited from AnyRef

Inherited from Any

Ungrouped