scalafx.scene.control

Tab

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

Source
Tab.scala
Linear Supertypes
Styleable, SFXDelegate[javafx.scene.control.Tab], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tab
  2. Styleable
  3. SFXDelegate
  4. AnyRef
  5. 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 javafx.scene.control.Tab())

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    The closable state for this tab.

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

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

    The content associated with the tab.

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

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

    The context menu associated with the tab.

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

  14. def cssMetaData: Seq[CssMetaData[_ <: Styleable, _]]

    The CssMetaData of this Styleable.

    The CssMetaData of this Styleable.

    Definition Classes
    Styleable
  15. val delegate: javafx.scene.control.Tab

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    TabSFXDelegate
  16. 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

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

  18. 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

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

    Definition Classes
    AnyRef
  20. 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
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def getId: String

    The id of this Styleable.

    The id of this Styleable.

    IMPLEMENTATION NOTE: For this method was adopted the name getId instead id to not conflict with its subclasses already have a method with this name which returns a StringProperty.

    Definition Classes
    Styleable
  23. def getStyle: String

    A string representation of the CSS style associated with this specific Node.

    A string representation of the CSS style associated with this specific Node.

    IMPLEMENTATION NOTE: For this method was adopted the name getStyle instead style to not conflict with its subclasses already have a method with this name which returns a StringProperty.

    Definition Classes
    Styleable
  24. def graphic: ObjectProperty[javafx.scene.Node]

    The graphic in the tab.

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

  26. def hashCode(): Int

    returns

    The delegate hashcode

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

    The id of this tab.

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

  29. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def onCloseRequest: ObjectProperty[EventHandler[Event]]

    Called when there is an external request to close this Tab.

  34. def onCloseRequest_=(v: EventHandler[Event]): Unit

  35. def onClosed: ObjectProperty[EventHandler[Event]]

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

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

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

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

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

  39. def pseudoClassStates: ObservableSet[PseudoClass]

    The pseudo-class state of this Styleable.

    The pseudo-class state of this Styleable.

    Definition Classes
    Styleable
  40. def selected: ReadOnlyBooleanProperty

    The currently selected tab.

  41. def style: StringProperty

    The CSS style string associated to this tab.

  42. def styleClass: ObservableBuffer[String]

    A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.

    A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.

    Definition Classes
    Styleable
  43. def style_=(v: String): Unit

  44. def styleableParent: Styleable

    The parent of this Styleable, or null if there is no parent.

    The parent of this Styleable, or null if there is no parent.

    Definition Classes
    Styleable
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

    The TabPane that contains this tab.

  47. def text: StringProperty

    The text shown in the tab.

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

  49. def toString(): String

    returns

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

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

    The tooltip associated with this tab.

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

  52. def typeSelector: String

    The type of this Styleable that is to be used in selector matching.

    The type of this Styleable that is to be used in selector matching.

    Definition Classes
    Styleable
  53. 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

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

  55. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Styleable

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

Inherited from AnyRef

Inherited from Any

Ungrouped