|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.boxes.BoxRegistry
public class BoxRegistry
Diese Klasse uebernimmt die Verwaltung der Boxen.
| Constructor Summary | |
|---|---|
BoxRegistry()
|
|
| Method Summary | |
|---|---|
static boolean |
down(Box box)
Schiebt die Box einen Index nach oben. |
static Box[] |
getBoxes()
Liefert eine Liste der verfuegbaren Boxen. |
static boolean |
up(Box box)
Schiebt die Box einen Index nach unten. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoxRegistry()
| Method Detail |
|---|
public static Box[] getBoxes()
public static boolean up(Box box)
box - die zu verschiebende Box.
public static boolean down(Box box)
box - die zu verschiebende Box.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||