Uses of Class
org.virion.jam.framework.DocumentFrame

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

Uses of DocumentFrame in org.virion.jam.console
 

Subclasses of DocumentFrame in org.virion.jam.console
 class ConsoleFrame
           
 

Methods in org.virion.jam.console that return DocumentFrame
 DocumentFrame ConsoleApplication.doNew()
           
 DocumentFrame ConsoleApplication.doOpenFile(File file)
           
 

Uses of DocumentFrame in org.virion.jam.demo
 

Subclasses of DocumentFrame in org.virion.jam.demo
 class DemoFrame
           
 

Uses of DocumentFrame in org.virion.jam.framework
 

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

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

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