ResizeFeaturesBase

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

Wraps JavaFX ResizeFeaturesBase.

Wraps JavaFX ResizeFeaturesBase.

Type Params
S

The type of the UI control (e.g. the type of the 'row').

Value Params
delegate

JavaFX ResizeFeaturesBase to be wrapped.

Constructor

Creates a new ScalaFX ResizeFeaturesBase from a JavaFX ResizeFeaturesBase.

Since

8.0

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

Value members

Constructors

def this(column: TableColumnBase[S, _], delta: Double)

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

Creates an instance of this class, with the provided TableColumnBase 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 resize operation.

delta

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

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

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 methods

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: ResizeFeaturesBase[S]