Object/Class

scalafx.scene.layout

GridPane

Related Docs: class GridPane | package layout

Permalink

object GridPane

Source
GridPane.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridPane
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Remaining: Int

    Permalink

    Sentinel value which may be set on a child's row/column span constraint to indicate that it should span the remaining rows/columns.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clearConstraints(child: javafx.scene.Node): Unit

    Permalink

    Removes all gridpane constraints from the child node.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getColumnIndex(child: Node): Integer

    Permalink

    Returns the child's column index constraint if set.

  13. def getColumnSpan(child: Node): Integer

    Permalink

    Returns the child's column-span constraint if set.

  14. def getHalignment(child: Node): HPos

    Permalink

    Returns the child's halignment constraint if set.

  15. def getHgrow(child: Node): javafx.scene.layout.Priority

    Permalink

    Returns the child's hgrow constraint if set.

  16. def getMargin(child: Node): Insets

    Permalink

    Returns the child's margin constraint if set.

  17. def getRowIndex(child: Node): Integer

    Permalink

    Returns the child's row index constraint if set.

  18. def getRowSpan(child: Node): Integer

    Permalink

    Returns the child's row-span constraint if set.

  19. def getValignment(child: Node): VPos

    Permalink

    Returns the child's valignment constraint if set.

  20. def getVgrow(child: Node): javafx.scene.layout.Priority

    Permalink

    Returns the child's vgrow constraint if set.

  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def setColumnIndex(child: Node, value: Int): Unit

    Permalink

    Sets the column index for the child when contained by a gridpane so that it will be positioned starting in that column of the gridpane.

  27. def setColumnSpan(child: Node, value: Int): Unit

    Permalink

    Sets the column span for the child when contained by a gridpane so that it will span that number of columns horizontally.

  28. def setConstraints(child: Node, columnIndex: Int, rowIndex: Int, columnspan: Int, rowspan: Int, halignment: HPos, valignment: VPos, hgrow: Priority, vgrow: Priority, margin: Insets): Unit

    Permalink

    Sets the grid position, spans, alignment, grow priorities, and margin for the child when contained in a gridpane.

  29. def setConstraints(child: Node, columnIndex: Int, rowIndex: Int, columnspan: Int, rowspan: Int, halignment: HPos, valignment: VPos, hgrow: Priority, vgrow: Priority): Unit

    Permalink

    Sets the grid position, spans, and alignment for the child when contained in a gridpane.

  30. def setConstraints(child: Node, columnIndex: Int, rowIndex: Int, columnspan: Int, rowspan: Int, halignment: HPos, valignment: VPos): Unit

    Permalink

    Sets the grid position, spans, and alignment for the child when contained in a gridpane.

  31. def setConstraints(child: Node, columnIndex: Int, rowIndex: Int, columnspan: Int, rowspan: Int): Unit

    Permalink

    Sets the column, row, column-span, and row-span value for the child when contained in a gridpane.

  32. def setConstraints(child: Node, columnIndex: Int, rowIndex: Int): Unit

    Permalink

    Sets the column,row indices for the child when contained in a gridpane.

  33. def setHalignment(node: Node, hp: HPos): Unit

    Permalink

    Sets the horizontal alignment for the child when contained by a GridPane.

  34. def setHgrow(child: Node, value: javafx.scene.layout.Priority): Unit

    Permalink

    Sets the value of the property hgap.

  35. def setMargin(child: Node, value: Insets): Unit

    Permalink

    Sets the margin for the child when contained by a gridpane.

  36. def setRowIndex(child: Node, value: Int): Unit

    Permalink

    Sets the row index for the child when contained by a gridpane so that it will be positioned starting in that row of the gridpane.

  37. def setRowSpan(child: Node, value: Int): Unit

    Permalink

    Sets the row span for the child when contained by a gridpane so that it will span that number of rows vertically.

  38. def setValignment(node: Node, vp: VPos): Unit

    Permalink

    Sets the vertical alignment for the child when contained by a gridpane.

  39. def setVgrow(child: Node, value: Priority): Unit

    Permalink

    Sets the vertical grow priority for the child when contained by a gridpane.

  40. implicit def sfxGridPane2jfx(v: GridPane): javafx.scene.layout.GridPane

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. val REMAINING: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Remaining; REMAINING will be removed in a future release

Inherited from AnyRef

Inherited from Any

Ungrouped