ResizeFeatures

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

An immutable wrapper class for use in the TableView column resize functionality.

An immutable wrapper class for use in the TableView column resize functionality.

Wraps a JavaFX http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TreeTableView.ResizeFeatures.html

Value Params
delegate

JavaFX ResizeFeatures to be wrapped.

Constructor

Creates a new ScalaFX ResizeFeatures from its JavaFX counterpart.

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

Type members

Types

type Delegate = ResizeFeatures[S]

Value members

Constructors

def this(table: TreeTableView[S], column: TreeTableColumn[S, _], delta: Double)

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

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

delta

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

table

The TreeTableView upon which the resize operation is occurring.

Concrete methods

override def column: TreeTableColumn[S, _]

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

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

Definition Classes

Returns the TreeTableView upon which the resize operation is occurring.

Returns the TreeTableView upon which the resize operation is occurring.

Inherited methods

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]