|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.moss.swing.ApplicationModel
public class ApplicationModel
This is a class which allows for keeping track of what documents, frames, etc are open for a single application. It is automatically opened as a Singleton object as needed.
| Method Summary | |
|---|---|
static ApplicationModel |
getInstance()
|
java.util.List<MossFrame> |
getOpenFrames()
Get a list of open frames, sorted by title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ApplicationModel getInstance()
public java.util.List<MossFrame> getOpenFrames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||