|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.gjt.universe.gui.GUIMainMenuText
| Field Summary | |
private boolean |
done
|
private int |
PMDebug
|
private int |
PMFleet
|
private int |
PMNormal
|
private int |
PMResearch
|
private int |
PMStation
|
private int |
ProcessMode
|
private FleetID |
ProcessModeFleetID
|
private StationID |
ProcessModeStationID
|
private CivID |
viewer
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
(package private) |
GUIMainMenuText()
|
| Method Summary | |
(package private) java.lang.String |
getPrompt()
|
(package private) void |
OutputDisplayReturn(VectorDisplayReturn VDR)
|
(package private) void |
process_key(char ch)
|
(package private) void |
ProcessModeDebug(char ch)
|
(package private) void |
ProcessModeFleet(char ch)
|
(package private) void |
ProcessModeNormal(char ch)
|
(package private) void |
ProcessModeResearch(char ch)
|
(package private) void |
ProcessModeStation(char ch)
|
void |
run()
Thread to run interface |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private int ProcessMode
private final int PMNormal
private final int PMDebug
private final int PMStation
private final int PMFleet
private final int PMResearch
private StationID ProcessModeStationID
private FleetID ProcessModeFleetID
private CivID viewer
private boolean done
| Constructor Detail |
GUIMainMenuText()
| Method Detail |
java.lang.String getPrompt()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadvoid process_key(char ch)
void ProcessModeNormal(char ch)
void ProcessModeDebug(char ch)
void ProcessModeStation(char ch)
void ProcessModeFleet(char ch)
void ProcessModeResearch(char ch)
void OutputDisplayReturn(VectorDisplayReturn VDR)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||