Package | Description |
---|---|
tlass.project | |
tlass.project.gui.panels | |
tlass.project.model |
Modifier and Type | Method and Description |
---|---|
void |
ModelHandler.setPositionRestriction(Position position,
Restriction restriction,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
static Restriction |
Restriction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Restriction[] |
Restriction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pair<Restriction,java.lang.Object> |
SectionPanel.askRestrictions(Position p,
Restriction currentType,
java.lang.Object data)
Retrieves the restrictions for a position and updates the GUI
|
Modifier and Type | Method and Description |
---|---|
Pair<Restriction,java.lang.Object> |
SectionPanel.askRestrictions(Position p,
Restriction currentType,
java.lang.Object data)
Retrieves the restrictions for a position and updates the GUI
|
Constructor and Description |
---|
RestrictionDialog(javax.swing.JFrame o,
Controller c,
Position p,
Restriction cr,
java.lang.Object data)
Constructor for RestrictionDialog.
|
Modifier and Type | Method and Description |
---|---|
Restriction |
Position.getRestriction()
returns the forbidden assistants and required assistants for this section if applicable
|