Uses of Class
jam.framework.DocumentFrame

Packages that use DocumentFrame
jam.console   
jam.demo   
jam.framework   
 

Uses of DocumentFrame in jam.console
 

Subclasses of DocumentFrame in jam.console
 class ConsoleFrame
           
 

Methods in jam.console that return DocumentFrame
 DocumentFrame ConsoleApplication.doNew()
           
 DocumentFrame ConsoleApplication.doOpenFile(java.io.File file)
           
 

Uses of DocumentFrame in jam.demo
 

Subclasses of DocumentFrame in jam.demo
 class DemoFrame
           
 

Uses of DocumentFrame in jam.framework
 

Methods in jam.framework that return DocumentFrame
 DocumentFrame DocumentFrameFactory.createDocumentFrame(Application app, MenuBarFactory menuBarFactory)
           
abstract  DocumentFrame Application.doNew()
           
 DocumentFrame SingleDocApplication.doNew()
           
 DocumentFrame MultiDocApplication.doNew()
           
 DocumentFrame Application.doOpen()
           
 DocumentFrame Application.doOpen(java.lang.String fileName)
           
abstract  DocumentFrame Application.doOpenFile(java.io.File file)
           
 DocumentFrame SingleDocApplication.doOpenFile(java.io.File file)
           
 DocumentFrame MultiDocApplication.doOpenFile(java.io.File file)
           
 DocumentFrame AuxilaryFrame.getDocumentFrame()
           
 DocumentFrame MultiDocApplication.getDocumentFrame(java.io.File file)
           
 DocumentFrame MultiDocApplication.getUpperDocumentFrame()
           
 

Methods in jam.framework with parameters of type DocumentFrame
 void MultiDocApplication.destroyDocumentFrame(DocumentFrame documentFrame)
           
 void SingleDocApplication.setDocumentFrame(DocumentFrame documentFrame)
           
 

Constructors in jam.framework with parameters of type DocumentFrame
AuxilaryFrame(DocumentFrame documentFrame)
           
AuxilaryFrame(DocumentFrame documentFrame, javax.swing.JPanel contentsPanel)
           
 



http://code.google.com/p/jam-lib/