|
|||||||||
| Home >> All >> org >> zazof >> jteg >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.zazof.jteg.gui
Class DiceCanvasList

java.lang.Objectorg.zazof.jteg.gui.DiceCanvasList
- public class DiceCanvasList
- extends java.lang.Object
| Field Summary | |
private java.util.Vector |
diceCanvasList
|
| Constructor Summary | |
DiceCanvasList()
|
|
| Method Summary | |
void |
add(DiceCanvas c)
Adds a DiceCanvas to the list |
java.util.Enumeration |
getDiceCanvasElements()
Returns an iterative structure by which you can iterate to the DiceCanvas elements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
diceCanvasList
private java.util.Vector diceCanvasList
| Constructor Detail |
DiceCanvasList
public DiceCanvasList()
| Method Detail |
add
public void add(DiceCanvas c)
- Adds a DiceCanvas to the list
getDiceCanvasElements
public java.util.Enumeration getDiceCanvasElements()
- Returns an iterative structure by which you can iterate to the DiceCanvas elements
|
|||||||||
| Home >> All >> org >> zazof >> jteg >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.zazof.jteg.gui.DiceCanvasList