Fx.Pane.Tab.Panel

class java.lang.Object
trait scala.Matchable
class Any

Def

Constructor

def this(label: String)
def this(label: String, e: Fx.Abstract.Node.Like)

Body

lazy protected val eventStore: Event.Store
Inherited from
Provider
Source
Provider.scala
def onSelection[U](l: () => U): Fx.Event.Control
def onSelectionChanged[U](l: () => U): Fx.Event.Control
final def real: REAL

JavaFX peer

JavaFX peer

Returns the real JavaFX peer, which makes GUI happen

JavaFx controls can be manipulated directly, especially for functionality not implemented in ScalqaFx

Inherited from
Gui
Source
Gui.scala
def textPro: Pro.OM[String]