Class ControlTableCell

  • All Implemented Interfaces:
    ITableCell

    public class ControlTableCell
    extends java.lang.Object
    implements ITableCell
    Table cell containing a control.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Nov 16, 2013
    • Constructor Summary

      Constructors 
      Constructor Description
      ControlTableCell​(javafx.scene.Node control)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.Node getControl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ControlTableCell

        public ControlTableCell​(javafx.scene.Node control)
    • Method Detail

      • getControl

        public javafx.scene.Node getControl()