Package | Description |
---|---|
conexp.fx.gui.cellpane |
Modifier and Type | Field and Description |
---|---|
javafx.beans.property.ObjectProperty<InteractionMode> |
CellPane.interactionMode |
Modifier and Type | Method and Description |
---|---|
static InteractionMode |
InteractionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractionMode[] |
InteractionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CellPane.bind(CellPane<?,?> anotherSuperPane,
InteractionMode interactionMode) |
Constructor and Description |
---|
CellPane(String id,
InteractionMode interactionMode) |
CellPane(String id,
InteractionMode interactionMode,
boolean interactive) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.