|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phase.YearType | |
dip.gui.dialog.newgame | |
dip.net.message | |
dip.world |
Uses of Phase.YearType in dip.gui.dialog.newgame |
Methods in dip.gui.dialog.newgame that return Phase.YearType | |
Phase.YearType |
BCSpinner.getYearTypeValue()
Type-Safe version of getValue() |
Constructors in dip.gui.dialog.newgame with parameters of type Phase.YearType | |
BCSpinner(Phase.YearType initialYear,
int minimum,
int maximum)
Create a BCSpinner |
Uses of Phase.YearType in dip.net.message |
Methods in dip.net.message that return Phase.YearType | |
Phase.YearType[] |
PressConfiguration.getProhibitedYearTypes()
Get which years (if any) during which Press is prohibited |
Methods in dip.net.message with parameters of type Phase.YearType | |
void |
PressConfiguration.setProhibitedYearTypes(Phase.YearType[] types)
Set which years (if any) during which Press is prohibited |
Uses of Phase.YearType in dip.world |
Fields in dip.world declared as Phase.YearType | |
protected Phase.YearType |
Phase.yearType
|
Methods in dip.world that return Phase.YearType | |
Phase.YearType |
Phase.getYearType()
Returns the YearType |
Phase.YearType |
Phase.YearType.getNext()
Get the next YearType, in sequence |
Phase.YearType |
Phase.YearType.getPrevious()
Get the previous YearType, in sequence. |
static Phase.YearType |
Phase.YearType.parse(java.lang.String input)
Returns the appropriate YearType constant representing the input, or null. |
Constructors in dip.world with parameters of type Phase.YearType | |
Phase(Phase.SeasonType seasonType,
Phase.YearType yearType,
Phase.PhaseType phaseType)
Create a new Phase. |
|
Phase(Phase.YearType yt,
int idx)
Create a new Phase, given a known index |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |