Packages

case class FramePanel(parent: Component)(implicit screen: Scurses) extends Component with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Component, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FramePanel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FramePanel(parent: Component)(implicit screen: Scurses)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addTab(): Unit
  5. def addWidget(widget: Widget): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var bottom: Option[FramePanel]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. var currentTab: Int
  10. def drawWidgets(theme: ColorScheme): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. var focus: Boolean
  14. def focusNextWidget: Boolean
  15. def focusPreviousWidget: Boolean
  16. def focusSomeWidget(which: Option[Int]): Boolean
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getFocusedWidget: Option[Widget]
  19. def getNextDirection(direction: (FramePanel) ⇒ Option[FramePanel], fallback: (FramePanel) ⇒ Option[FramePanel]): Option[FramePanel]
  20. def getTreeWalk: Seq[FramePanel]
  21. var height: Int
  22. def heights: ListBuffer[Int]
  23. val id: Int
  24. def innerHeight: Int
    Definition Classes
    FramePanelComponent
  25. def innerWidth: Int
    Definition Classes
    FramePanelComponent
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. var left: Option[FramePanel]
  28. def markAllForRedraw(): Unit
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. var needsClear: Boolean
  31. def nextFocusableWidget: Option[Int]
  32. def nextTab(): Unit
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. val parent: Component
  36. def previousFocusableWidget: Option[Int]
  37. def previousTab(): Unit
  38. def propagateDraw(drawMethod: (FramePanel) ⇒ Unit): Unit
  39. def redraw(theme: ColorScheme): Unit
  40. def redraw(): Unit
    Definition Classes
    Component
  41. var redrawBorders: Boolean
  42. var right: Option[FramePanel]
  43. def showTab(n: Int): Unit
  44. def splitDown: FramePanel

    Splits this panel horizontally.

    Splits this panel horizontally.

    returns

    Bottom panel resulting from the slice

  45. def splitRight: FramePanel

    Splits this panel vertically.

    Splits this panel vertically.

    returns

    Right panel resulting from the split

  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. var tabs: MutableList[(ListBuffer[Widget], Int, ListBuffer[Int])]
  48. var title: String
  49. def toString(): String
    Definition Classes
    FramePanel → AnyRef → Any
  50. var top: Option[FramePanel]
  51. def topLevel: Component
    Definition Classes
    Component
  52. def updateTab(): Unit
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  56. def widgetFocus: Int
  57. def widgets: ListBuffer[Widget]
  58. var width: Int

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped