|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jbotrace.gui.Control
Description:
Constructor Summary | |
Control()
Initialises the control for the gui and the gui itself |
Method Summary | |
java.lang.String |
getGraphicsDirectory()
Returns graphics directory |
Race |
getRace()
Returns the current race. |
Driver |
loadDriver()
Shows a filechooser and tries to load the selected driver from a class or java file. |
Track |
openTrack()
Shows a filechooser and tries to open the selected track |
void |
setRace(Race race)
Sets the current race. |
void |
showNewRaceFrame()
Shows the frame to configure a new race |
void |
startRace()
Starts the current race |
void |
stopRace()
Stops the current race |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Control()
Method Detail |
public Race getRace()
public Driver loadDriver()
public java.lang.String getGraphicsDirectory()
public Track openTrack()
public void showNewRaceFrame()
public void setRace(Race race)
public void startRace()
public void stopRace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |