scalafx.scene.control

Tab

Related Docs: object Tab | package control

class Tab extends SFXDelegate[javafx.scene.control.Tab]

Source
Tab.scala
Linear Supertypes
SFXDelegate[javafx.scene.control.Tab], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tab
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tab(delegate: javafx.scene.control.Tab = new jfxsc.Tab)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def closable: BooleanProperty

    The closable state for this tab.

  7. def closable_=(v: Boolean): Unit

  8. def content: ObjectProperty[javafx.scene.Node]

    The content associated with the tab.

  9. def content_=(v: Node): Unit

  10. def contextMenu: ObjectProperty[javafx.scene.control.ContextMenu]

    The context menu associated with the tab.

  11. def contextMenu_=(v: ContextMenu): Unit

  12. val delegate: javafx.scene.control.Tab

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    TabSFXDelegate
  13. def disable: BooleanProperty

    Sets the disabled state of this tab.

    Sets the disabled state of this tab. A disable tab is no longer interactive or traversable, but the contents remain interactive. A disable tab can be selected using TabPane.getSelectionModel().

    Since

    2.2

  14. def disable_=(v: Boolean): Unit

  15. def disabled: ReadOnlyBooleanProperty

    Indicates whether or not this Tab is disabled.

    Indicates whether or not this Tab is disabled. A Tab will become disabled if disable is set to true on either itself or if the TabPane is disabled.

    Since

    2.2

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def graphic: ObjectProperty[javafx.scene.Node]

    The graphic in the tab.

  21. def graphic_=(v: Node): Unit

  22. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  23. def id: StringProperty

    The id of this tab.

  24. def id_=(v: String): Unit

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def onClosed: ObjectProperty[EventHandler[Event]]

    The event handler that is associated with the tab when the tab is closed.

  30. def onClosed_=(v: EventHandler[Event]): Unit

  31. def onSelectionChanged: ObjectProperty[EventHandler[Event]]

    The event handler that is associated with a selection on the tab.

  32. def onSelectionChanged_=(v: EventHandler[Event]): Unit

  33. def selected: ReadOnlyBooleanProperty

    The currently selected tab.

  34. def style: StringProperty

    The CSS style string associated to this tab.

  35. def styleClass: ObservableList[String]

  36. def style_=(v: String): Unit

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def tabPane: ReadOnlyObjectProperty[javafx.scene.control.TabPane]

    The TabPane that contains this tab.

  39. def text: StringProperty

    The text shown in the tab.

  40. def text_=(v: String): Unit

  41. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  42. def tooltip: ObjectProperty[javafx.scene.control.Tooltip]

    The tooltip associated with this tab.

  43. def tooltip_=(v: Tooltip): Unit

  44. def userData: AnyRef

    Set the value of the userData property for the instance constructed by this builder.

    Set the value of the userData property for the instance constructed by this builder.

    Since

    2.2

  45. def userData_=(v: AnyRef): Unit

  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[javafx.scene.control.Tab]

Inherited from AnyRef

Inherited from Any

Ungrouped