ResizeFeatures

class ResizeFeatures[S](val delegate: ResizeFeatures[S]) extends ResizeFeaturesBase[S] with SFXDelegate[ResizeFeatures[S]]

Wraps a JavaFX ResizeFeatures.

Wraps a JavaFX ResizeFeatures.

Value Params
delegate

JavaFX ResizeFeatures to be wrapped.

Constructor

Creates a new ScalaFX ResizeFeatures from its JavaFX counterpart.

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

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

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.

Inherited methods

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.

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.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: ResizeFeatures[S]