|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
vooga.levelEditor.model.CurrentLevelObjectModel
public class CurrentLevelObjectModel
This is the data model for the Current Level Object window.
Constructor Summary | |
---|---|
CurrentLevelObjectModel()
Construct a new model. |
Method Summary | |
---|---|
javax.swing.ListModel |
getListModel()
A list model containing a list of all objects currently in the level. |
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrentLevelObjectModel()
Method Detail |
---|
public javax.swing.ListModel getListModel()
public void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |