ResizeFeatures

scalafx.scene.control.TableView.ResizeFeatures
See theResizeFeatures companion object
class ResizeFeatures[S](val delegate: ResizeFeatures[S]) extends ResizeFeaturesBase[S], SFXDelegate[ResizeFeatures[S]]

Wraps a JavaFX ResizeFeatures.

Value parameters

delegate

JavaFX ResizeFeatures to be wrapped.

Attributes

Constructor

Creates a new ScalaFX ResizeFeatures from its JavaFX counterpart.

Companion
object
Graph
Supertypes
trait SFXDelegate[ResizeFeatures[S]]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(table: TableView[S], column: TableColumn[S, _], delta: Double)

Creates an instance of this class, with the provided TableView, TableColumn and delta values being set and stored in this immutable instance.

Creates an instance of this class, with the provided TableView, TableColumn and delta values being set and stored in this immutable instance.

Value parameters

column

The column upon which the resize is occurring, or null if this ResizeFeatures instance is being created as a result of a TableView resize operation.

delta

The amount of horizontal space added or removed in the resize operation.

table

The TableView upon which the resize operation is occurring.

Attributes

Concrete methods

def table: TableView[S]

Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TableView resize operation.

Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TableView resize operation.

Attributes

Inherited methods

def column: TableColumnBase[S, _]

The column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a resize operation.

The column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a resize operation.

Attributes

Inherited from:
ResizeFeaturesBase
def delta: Double

The amount of horizontal space added or removed in the resize operation.

The amount of horizontal space added or removed in the resize operation.

Attributes

Inherited from:
ResizeFeaturesBase
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: ResizeFeatures[S]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes