case class FramePanel(parent: Component)(implicit screen: Scurses) extends Component with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FramePanel
- Serializable
- Serializable
- Product
- Equals
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def addTab(): Unit
- def addWidget(widget: Widget): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var bottom: Option[FramePanel]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var currentTab: Int
- def drawWidgets(theme: ColorScheme): Unit
-
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] )
- var focus: Boolean
- def focusNextWidget: Boolean
- def focusPreviousWidget: Boolean
- def focusSomeWidget(which: Option[Int]): Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFocusedWidget: Option[Widget]
- def getNextDirection(direction: (FramePanel) ⇒ Option[FramePanel], fallback: (FramePanel) ⇒ Option[FramePanel]): Option[FramePanel]
- def getTreeWalk: Seq[FramePanel]
- var height: Int
- def heights: ListBuffer[Int]
- val id: Int
-
def
innerHeight: Int
- Definition Classes
- FramePanel → Component
-
def
innerWidth: Int
- Definition Classes
- FramePanel → Component
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var left: Option[FramePanel]
- def markAllForRedraw(): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var needsClear: Boolean
- def nextFocusableWidget: Option[Int]
- def nextTab(): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parent: Component
- def previousFocusableWidget: Option[Int]
- def previousTab(): Unit
- def propagateDraw(drawMethod: (FramePanel) ⇒ Unit): Unit
- def redraw(theme: ColorScheme): Unit
-
def
redraw(): Unit
- Definition Classes
- Component
- var redrawBorders: Boolean
- var right: Option[FramePanel]
- def showTab(n: Int): Unit
-
def
splitDown: FramePanel
Splits this panel horizontally.
Splits this panel horizontally.
- returns
Bottom panel resulting from the slice
-
def
splitRight: FramePanel
Splits this panel vertically.
Splits this panel vertically.
- returns
Right panel resulting from the split
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var tabs: MutableList[(ListBuffer[Widget], Int, ListBuffer[Int])]
- var title: String
-
def
toString(): String
- Definition Classes
- FramePanel → AnyRef → Any
- var top: Option[FramePanel]
-
def
topLevel: Component
- Definition Classes
- Component
- def updateTab(): Unit
-
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( ... )
- def widgetFocus: Int
- def widgets: ListBuffer[Widget]
- var width: Int