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
    @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. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  23. 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
  24. 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
  25. def graphic: ObjectProperty[javafx.scene.Node]

    The graphic in the tab.

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

  27. def hashCode(): Int

    returns

    The delegate hashcode

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

    The id of this tab.

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

  30. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  34. def onCloseRequest: ObjectProperty[EventHandler[Event]]

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

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

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

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

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

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

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

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

  40. def pseudoClassStates: ObservableSet[PseudoClass]

    The pseudo-class state of this Styleable.

    The pseudo-class state of this Styleable.

    Definition Classes
    Styleable
  41. def selected: ReadOnlyBooleanProperty

    The currently selected tab.

  42. def style: StringProperty

    The CSS style string associated to this tab.

  43. 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
  44. def style_=(v: String): Unit

  45. 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
  46. final def synchronized[T0](arg0: ⇒ T0): T0

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

    The TabPane that contains this tab.

  48. def text: StringProperty

    The text shown in the tab.

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

  50. def toString(): String

    returns

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

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

    The tooltip associated with this tab.

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

  53. 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
  54. 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

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

  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Styleable

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

Inherited from AnyRef

Inherited from Any

Ungrouped