Package | Description |
---|---|
net.sourceforge.jhunters.pool |
Pool League.
|
net.sourceforge.jhunters.pool.data |
Pool League Data.
|
Modifier and Type | Method and Description |
---|---|
static PoolStatus |
PoolStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolStatus[] |
PoolStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PoolStatus |
PlayerList.getStatus()
Obtain the status.
|
PoolStatus |
Player.getStatus()
Obtain the status.
|
PoolStatus |
FixtureSet.getStatus()
Obtain the status.
|
PoolStatus |
FixtureList.getStatus()
Obtain the status.
|
PoolStatus |
Fixture.getStatus()
Obtain the status.
|
PoolStatus |
DataSet.getStatus()
Obtain the status.
|
PoolStatus |
CompetitionList.getStatus()
Obtain the status.
|
PoolStatus |
Competition.getStatus()
Obtain the status.
|
PoolStatus |
PlayerList.validate()
Validate players.
|
PoolStatus |
CompetitionList.validate()
Validate competition list.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<PoolStatus> |
Player.statusProperty()
Obtain the status property.
|
javafx.beans.property.ObjectProperty<PoolStatus> |
Fixture.statusProperty()
Obtain the status property.
|
Copyright © 2015. All rights reserved.