Instance Constructors
-
new
Impl(objH: Source[S.Tx, BooleanObj[S]], value: Boolean, isEditable: Boolean, isViewable: Boolean)
Type Members
-
type
E[~ <: Sys[~]] = BooleanObj[~]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
var
colorOption: Option[Color]
-
def
configureRenderer(label: Label): Component
-
def
convertEditValue(v: Any): Option[Boolean]
-
final
def
deferAndRepaint(body: ⇒ Unit)(implicit tx: S.Tx): Unit
-
var
disposables: List[Disposable[S.Tx]]
-
def
dispose()(implicit tx: S.Tx): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
expr(implicit tx: S.Tx): BooleanObj[S]
-
val
exprType: BooleanObj.type
-
def
exprValue: Boolean
-
def
exprValue_=(x: Boolean): Unit
-
def
factory: Boolean.type
-
def
finalize(): Unit
-
final
def
fire(update: Update[S])(implicit tx: S.Tx): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
humanName: String
-
def
icon: Icon
-
def
init(ex: BooleanObj[S])(implicit tx: S.Tx): Impl.this.type
-
def
initAttrs(obj: Obj[S])(implicit tx: S.Tx): Impl.this.type
-
val
isEditable: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
isViewable: Boolean
-
def
name: String
-
var
nameOption: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
obj(implicit tx: S.Tx): Obj[S]
-
val
objH: Source[S.Tx, BooleanObj[S]]
-
def
openView(parent: Option[Window[S]])(implicit tx: S.Tx, workspace: Workspace[S], cursor: Cursor[S]): Option[Window[S]]
-
final
def
react(fun: (S.Tx) ⇒ (Update[S]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
testValue(v: Any): Option[Boolean]
-
def
toString(): String
-
def
tryEdit(value: Any)(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
-
var
value: Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from ExprLike[S, Boolean, BooleanObj]
Inherited from ObservableImpl[S, Update[S]]
Inherited from Observable[S.Tx, Update[S]]
Inherited from Disposable[S.Tx]
Inherited from AnyRef
Inherited from Any