|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
klaus.backend | |
klaus.chess | |
klaus.components | |
klaus.views |
Uses of Result in klaus.backend |
---|
Methods in klaus.backend with parameters of type Result | |
---|---|
void |
OfflinePlayingBackend.fireResultListeners(Result result)
|
void |
NullBackend.fireResultListeners(Result result)
|
void |
ChessBackend.fireResultListeners(Result result)
|
void |
ResultListener.result(Result result)
|
Uses of Result in klaus.chess |
---|
Methods in klaus.chess that return Result | |
---|---|
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Result in klaus.components |
---|
Fields in klaus.components declared as Result | |
---|---|
private Result |
ChessBoard.result
|
Uses of Result in klaus.views |
---|
Methods in klaus.views with parameters of type Result | |
---|---|
private int |
PlayingView.getResult(Result result)
get the party's result as an integer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |