TabPane

scalafx.scene.control.TabPane
See theTabPane companion class
object TabPane

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TabPane.type

Members list

Type members

Classlikes

sealed abstract class TabClosingPolicy(val delegate: TabClosingPolicy) extends SFXEnumDelegate[TabClosingPolicy]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[TabClosingPolicy]
trait SFXDelegate[TabClosingPolicy]
class Object
trait Matchable
class Any
Known subtypes
object AllTabs.type
object SelectedTab.type
object Unavailable.type
object TabClosingPolicy extends SFXEnumDelegateCompanion[TabClosingPolicy, TabClosingPolicy]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[TabClosingPolicy, TabClosingPolicy]
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete fields

TabPane mode will be changed to floating allowing the TabPane to be placed alongside other control.

TabPane mode will be changed to floating allowing the TabPane to be placed alongside other control.

Attributes

Implicits

Implicits

implicit def sfxTabPane2jfx(v: TabPane): TabPane