Package | Description |
---|---|
bibliothek.gui.dock.accept |
Contains classes to deal with
DockAcceptance s. |
Modifier and Type | Method and Description |
---|---|
CombinatoryAcceptance.Combination |
CombinatoryAcceptance.getCombination()
Gets how the combination is calculated
|
static CombinatoryAcceptance.Combination |
CombinatoryAcceptance.Combination.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CombinatoryAcceptance.Combination[] |
CombinatoryAcceptance.Combination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CombinatoryAcceptance.setCombination(CombinatoryAcceptance.Combination combination)
Sets, how the two acceptances of this
CombinatoryAcceptance
have to be combined |
Constructor and Description |
---|
CombinatoryAcceptance(CombinatoryAcceptance.Combination combination,
DockAcceptance first,
DockAcceptance second)
Constructor, sets up all fields of this acceptance
|