AlignmentDelegate

scalafx.delegate.AlignmentDelegate
See theAlignmentDelegate companion object
trait AlignmentDelegate[J <: Object & Aligned] extends SFXDelegate[J]

Trait that unifies JavaFX classes that contains properties indicating component's internal alignment, represented by alignmentProperty and its respective getter and setters.

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[J]
class Object
trait Matchable
class Any
Known subtypes
class Labeled
class ButtonBase
class Button
class CheckBox
class Hyperlink
class MenuButton
class ToggleButton
class RadioButton
class Cell[T]
class DateCell
class IndexedCell[T]
class ListCell[T]
class CheckBoxListCell[T]
class ComboBoxListCell[T]
class TableCell[S, T]
class CheckBoxTableCell[S, T]
class ChoiceBoxTableCell[S, T]
class ComboBoxTableCell[S, T]
class TextFieldTableCell[S, T]
class TableRow[T]
class TreeCell[T]
class CheckBoxTreeCell[T]
class ComboBoxTreeCell[T]
class TreeTableCell[S, T]
class CheckBoxTreeTableCell[S, T]
class ComboBoxTreeTableCell[S, T]
class TreeTableRow[T]
class Label
class TitledPane
class TextField
class FlowPane
class GridPane
class HBox
class StackPane
class TilePane
class VBox
Show all

Members list

Value members

Concrete methods

The overall alignment of children (or text) within the component's width and height.

The overall alignment of children (or text) within the component's width and height.

Attributes

def alignment_=(v: Pos): Unit

Inherited methods

def delegate: D

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

Inherited from:
SFXDelegate
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