Package ui.siddump
Klasse SidDumpCellFactory
java.lang.Object
ui.siddump.SidDumpCellFactory
- Alle implementierten Schnittstellen:
javafx.util.Callback<javafx.scene.control.TableColumn<SidDumpOutput,String>, javafx.scene.control.TableCell<SidDumpOutput, String>>
public class SidDumpCellFactory
extends Object
implements javafx.util.Callback<javafx.scene.control.TableColumn<SidDumpOutput,String>,javafx.scene.control.TableCell<SidDumpOutput,String>>
Classify SidDump table cells for CSS styling.
- Autor:
- Ken Händel
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungjavafx.scene.control.TableCell<SidDumpOutput, String> call(javafx.scene.control.TableColumn<SidDumpOutput, String> column)
-
Konstruktordetails
-
SidDumpCellFactory
public SidDumpCellFactory()
-
-
Methodendetails
-
call
public javafx.scene.control.TableCell<SidDumpOutput,String> call(javafx.scene.control.TableColumn<SidDumpOutput, String> column) - Angegeben von:
callin Schnittstellejavafx.util.Callback<javafx.scene.control.TableColumn<SidDumpOutput,String>, javafx.scene.control.TableCell<SidDumpOutput, String>>
-