public class DirectoryCellFactory extends Object implements javafx.util.Callback<javafx.scene.control.TableColumn<DirectoryItem,String>,javafx.scene.control.TableCell<DirectoryItem,String>>
| Modifier and Type | Field and Description |
|---|---|
protected javafx.scene.text.Font |
c64Font |
| Constructor and Description |
|---|
DirectoryCellFactory() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.TableCell<DirectoryItem,String> |
call(javafx.scene.control.TableColumn<DirectoryItem,String> column) |
public javafx.scene.control.TableCell<DirectoryItem,String> call(javafx.scene.control.TableColumn<DirectoryItem,String> column)
call in interface javafx.util.Callback<javafx.scene.control.TableColumn<DirectoryItem,String>,javafx.scene.control.TableCell<DirectoryItem,String>>Copyright © 2018 Ken Händel. All rights reserved.