Uses of Class
ch.sahits.game.openpatrician.javafx.model.ECellConstraint
-
Packages that use ECellConstraint Package Description ch.sahits.game.openpatrician.javafx.model -
-
Uses of ECellConstraint in ch.sahits.game.openpatrician.javafx.model
Methods in ch.sahits.game.openpatrician.javafx.model that return ECellConstraint Modifier and Type Method Description ECellConstraintTableRow. getCellConstraint(ITableCell cell)static ECellConstraintECellConstraint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECellConstraint[]ECellConstraint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.javafx.model with parameters of type ECellConstraint Modifier and Type Method Description voidTableRow. add(ITableCell cell, ECellConstraint contraint)
-