ResizeFeatures

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

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 parameters

delegate

JavaFX ResizeFeatures to be wrapped.

Attributes

Constructor

Creates a new ScalaFX ResizeFeatures from its JavaFX counterpart.

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

Members list

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 parameters

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.

Attributes

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.

Attributes

Definition Classes

Returns the TreeTableView upon which the resize operation is occurring.

Returns the TreeTableView upon which the resize operation is occurring.

Attributes

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.

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