case class RichLabel(parent: FramePanel, text: Varying[RichText])(implicit screen: Scurses) extends Widget with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichLabel
- Serializable
- Serializable
- Product
- Equals
- Widget
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichLabel(parent: FramePanel, text: Varying[RichText])(implicit screen: Scurses)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
draw(focus: Boolean, theme: ColorScheme): Unit
- Definition Classes
- Widget
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def focusable: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handleKeypress(keypress: Int): Unit
- def innerHeight: Int
- def innerWidth: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var lines: Seq[RichText]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
var
needsRedraw: Boolean
- Definition Classes
- Widget
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parent: FramePanel
- def redraw(focus: Boolean, theme: ColorScheme): Unit
-
def
redraw(): Unit
- Definition Classes
- Component
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val text: Varying[RichText]
-
def
toString(): String
- Definition Classes
- Widget → AnyRef → Any
-
def
topLevel: Component
- Definition Classes
- Component
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )