org.homeunix.thecave.moss.swing
Class ApplicationModel

java.lang.Object
  extended by org.homeunix.thecave.moss.swing.ApplicationModel

public class ApplicationModel
extends java.lang.Object

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.

Author:
wyatt

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

getInstance

public static ApplicationModel getInstance()

getOpenFrames

public java.util.List<MossFrame> getOpenFrames()
Get a list of open frames, sorted by title.

Returns: