|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectclock.Clock
@ClassPreamble(author="Ian Barnes",
date="01.04.2007",
currentRevision=2,
lastModified="29.03.2007",
lastModifiedBy="abx")
public class ClockThe root class of the Clock application. To use the program run the command:
java -Xdock:name="Analog Clock" Clock
It creates Observable model, Observer view,
and register view with model
| Constructor Summary | |
|---|---|
Clock()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
the main method: creates model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Clock()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the command line arguments (none intended)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||