Java javafx.scene.control.cell MapValueFactory fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control.cell MapValueFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control.cell MapValueFactory.

The text is from its open source code.

Constructor

MapValueFactory(final @NamedArg("key") Object key)
Creates a default MapValueFactory, which will use the provided key to lookup the value for cells in the TableColumn in which this MapValueFactory is installed (via the TableColumn#cellValueFactoryProperty() cell value factory property.