public class ExpandOnMouseEventCellFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView()
Returns a cell factory that creates a default
ExpandOnMouseEventListCell where there can only be one expanded
cell at any one time. |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells)
Returns a cell factory that creates a
ExpandOnMouseEventListCell,
where there can only be
maxExpandedCells at any one time. |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells,
javafx.util.Callback<ExpandOnMouseEventListCell.CellResizeFeatures<T>,ExpandOnMouseEventListCell.CellUpdate> onCellResizeStarting) |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells,
double expandHeight) |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells,
double expandHeight,
javafx.util.Callback<ExpandOnMouseEventListCell.CellResizeFeatures<T>,ExpandOnMouseEventListCell.CellUpdate> onCellResizeStarting) |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells,
double expandHeight,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType) |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells,
double expandHeight,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType,
javafx.util.Callback<ExpandOnMouseEventListCell.CellResizeFeatures<T>,ExpandOnMouseEventListCell.CellUpdate> onCellResizeStarting)
Returns a cell factory that creates a
ExpandOnMouseEventListCell,
where there can only be
maxExpandedCells at any one time. |
static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> |
forListView(int maxExpandedCells,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType) |
static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> |
forTableView() |
static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> |
forTableView(int maxExpandedCells) |
static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> |
forTableView(int maxExpandedCells,
double expandHeight) |
static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> |
forTableView(int maxExpandedCells,
double expandHeight,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType) |
static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> |
forTableView(int maxExpandedCells,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType) |
public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView()
ExpandOnMouseEventListCell where there can only be one expanded
cell at any one time.public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells)
ExpandOnMouseEventListCell,
where there can only be
maxExpandedCells at any one time.public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells,
double expandHeight)
public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType)
public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells,
double expandHeight,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType)
public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells,
javafx.util.Callback<ExpandOnMouseEventListCell.CellResizeFeatures<T>,ExpandOnMouseEventListCell.CellUpdate> onCellResizeStarting)
public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells,
double expandHeight,
javafx.util.Callback<ExpandOnMouseEventListCell.CellResizeFeatures<T>,ExpandOnMouseEventListCell.CellUpdate> onCellResizeStarting)
public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>> forListView(int maxExpandedCells,
double expandHeight,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType,
javafx.util.Callback<ExpandOnMouseEventListCell.CellResizeFeatures<T>,ExpandOnMouseEventListCell.CellUpdate> onCellResizeStarting)
ExpandOnMouseEventListCell,
where there can only be
maxExpandedCells at any one time.public static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> forTableView()
public static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> forTableView(int maxExpandedCells)
public static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> forTableView(int maxExpandedCells,
double expandHeight)
public static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> forTableView(int maxExpandedCells,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType)
public static <S> javafx.util.Callback<javafx.scene.control.TableView<S>,javafx.scene.control.TableRow<S>> forTableView(int maxExpandedCells,
double expandHeight,
javafx.event.EventType<javafx.scene.input.MouseEvent> mouseEventType)