Klasse SingleRowGraphics<R extends Row<?,?,?>>

Typparameter:
R - the type of the row
Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable

public class SingleRowGraphics<R extends Row<?,?,?>> extends GraphicsBase<R>
A specialization of GraphicsBase that displays exactly one row. The row will be the first element in the rows list (see GraphicsBase.getRows().
Seit:
1.0
  • Konstruktordetails

    • SingleRowGraphics

      public SingleRowGraphics()
      Creates a new single row graphics view.
  • Methodendetails

    • createDefaultSkin

      protected Skin<?> createDefaultSkin()
      Creates the default skin used by this graphics view.
      Setzt außer Kraft:
      createDefaultSkin in Klasse Control
      Gibt zurück:
      the default skin
    • getRowPanes

      public List<RowPane<R>> getRowPanes()
      Returns the row pane used by this graphics view.
      Angegeben von:
      getRowPanes in Klasse GraphicsBase<R extends Row<?,?,?>>
      Gibt zurück:
      the row panes