Class/Object

scalafx.scene.control

Tab

Related Docs: object Tab | package control

Permalink

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tab
  2. Styleable
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink

    The closable state for this tab.

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

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

    Permalink

    The content associated with the tab.

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

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

    Permalink

    The context menu associated with the tab.

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

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

    Permalink

    The CssMetaData of this Styleable.

    The CssMetaData of this Styleable.

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

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    TabSFXDelegate
  14. def disable: BooleanProperty

    Permalink

    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

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

    Permalink
  16. def disabled: ReadOnlyBooleanProperty

    Permalink

    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

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

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

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getId: String

    Permalink

    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
  22. def getStyle: String

    Permalink

    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
  23. def graphic: ObjectProperty[javafx.scene.Node]

    Permalink

    The graphic in the tab.

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

    Permalink
  25. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

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

    Permalink

    The id of this tab.

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

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

    Permalink

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

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

    Permalink
  34. def onClosed: ObjectProperty[EventHandler[Event]]

    Permalink

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

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

    Permalink
  36. def onSelectionChanged: ObjectProperty[EventHandler[Event]]

    Permalink

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

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

    Permalink
  38. def pseudoClassStates: ObservableSet[PseudoClass]

    Permalink

    The pseudo-class state of this Styleable.

    The pseudo-class state of this Styleable.

    Definition Classes
    Styleable
  39. def selected: ReadOnlyBooleanProperty

    Permalink

    The currently selected tab.

  40. def style: StringProperty

    Permalink

    The CSS style string associated to this tab.

  41. def styleClass: ObservableBuffer[String]

    Permalink

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

    Permalink
  43. def styleableParent: Styleable

    Permalink

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

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

    Permalink

    The TabPane that contains this tab.

  46. def text: StringProperty

    Permalink

    The text shown in the tab.

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

    Permalink
  48. def toString(): String

    Permalink

    returns

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

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

    Permalink

    The tooltip associated with this tab.

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

    Permalink
  51. def typeSelector: String

    Permalink

    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
  52. def userData: AnyRef

    Permalink

    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

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

    Permalink
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Styleable

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

Inherited from AnyRef

Inherited from Any

Ungrouped