public interface ProgramInterface
Modifier and Type | Field and Description |
---|---|
static String |
CENTER
Constant specifying the center of the container
|
static String |
EAST
Constant specifying the east edge of the container
|
static String |
NORTH
Constant specifying the north edge of the container
|
static String |
SOUTH
Constant specifying the south edge of the container
|
static String |
WEST
Constant specifying the west edge of the container
|
Modifier and Type | Method and Description |
---|---|
void |
exit() |
String |
getTitle() |
void |
init() |
void |
pause(double milliseconds) |
void |
print(Object value) |
void |
print(String value) |
void |
printf(String format,
Object... args) |
void |
println() |
void |
println(Object value) |
void |
println(String value) |
void |
run() |
void |
setParameterTable(Map<String,String> table) |
void |
setStartupObject(Object obj) |
void |
setTitle(String title) |
void |
start() |
void |
start(String[] args) |
static final String CENTER
static final String EAST
static final String NORTH
static final String SOUTH
static final String WEST
void exit()
String getTitle()
void init()
void pause(double milliseconds)
void print(Object value)
void print(String value)
void println()
void println(Object value)
void println(String value)
void run()
void setStartupObject(Object obj)
void setTitle(String title)
void start()
void start(String[] args)