ResizeFeaturesBase

scalafx.scene.control.ResizeFeaturesBase
See theResizeFeaturesBase companion object
abstract class ResizeFeaturesBase[S](val delegate: ResizeFeaturesBase[S]) extends SFXDelegate[ResizeFeaturesBase[S]]

Wraps JavaFX ResizeFeaturesBase.

Type parameters

S

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

Value parameters

delegate

JavaFX ResizeFeaturesBase to be wrapped.

Attributes

Constructor

Creates a new ScalaFX ResizeFeaturesBase from a JavaFX ResizeFeaturesBase.

Since

8.0

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

Members list

Value members

Concrete 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

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes