Class

com.outr.uberterm.result

SimpleCommandResult

Related Doc: package result

Permalink

class SimpleCommandResult extends ResultContainer

Linear Supertypes
ResultContainer, Container, Component, HTMLContainer, AbstractContainer[Component], AbstractComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleCommandResult
  2. ResultContainer
  3. Container
  4. Component
  5. HTMLContainer
  6. AbstractContainer
  7. AbstractComponent
  8. AnyRef
  9. 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 determineActualHeight: Double

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  23. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def onNextFrame(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  37. lazy val opacity: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  38. lazy val overflow: ComponentOverflow

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

    Permalink
    Definition Classes
    AbstractComponent
  40. object position

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

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

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

    Permalink
    Definition Classes
    AbstractComponent
  44. val resultHeading: Label

    Permalink
  45. val resultLabel: Label

    Permalink
  46. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  47. object size

    Permalink
    Definition Classes
    AbstractComponent
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractComponent → AnyRef → Any
  50. def updateBackgroundColor(): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  53. def updateTransform(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. 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 AnyRef

Inherited from Any

Ungrouped