Uses of Class
jam.framework.DocumentFrame
-
Packages that use DocumentFrame Package Description jam.console jam.demo jam.framework -
-
Uses of DocumentFrame in jam.console
Subclasses of DocumentFrame in jam.console Modifier and Type Class Description classConsoleFrameMethods in jam.console that return DocumentFrame Modifier and Type Method Description DocumentFrameConsoleApplication. doNew()DocumentFrameConsoleApplication. doOpenFile(java.io.File file) -
Uses of DocumentFrame in jam.demo
Subclasses of DocumentFrame in jam.demo Modifier and Type Class Description classDemoFrame -
Uses of DocumentFrame in jam.framework
Methods in jam.framework that return DocumentFrame Modifier and Type Method Description DocumentFrameDocumentFrameFactory. createDocumentFrame(Application app, MenuBarFactory menuBarFactory)abstract DocumentFrameApplication. doNew()DocumentFrameMultiDocApplication. doNew()DocumentFrameSingleDocApplication. doNew()DocumentFrameApplication. doOpen()DocumentFrameApplication. doOpen(java.lang.String fileName)abstract DocumentFrameApplication. doOpenFile(java.io.File file)DocumentFrameMultiDocApplication. doOpenFile(java.io.File file)DocumentFrameSingleDocApplication. doOpenFile(java.io.File file)DocumentFrameAuxilaryFrame. getDocumentFrame()DocumentFrameMultiDocApplication. getDocumentFrame(java.io.File file)DocumentFrameMultiDocApplication. getUpperDocumentFrame()Methods in jam.framework with parameters of type DocumentFrame Modifier and Type Method Description voidMultiDocApplication. destroyDocumentFrame(DocumentFrame documentFrame)voidSingleDocApplication. setDocumentFrame(DocumentFrame documentFrame)Constructors in jam.framework with parameters of type DocumentFrame Constructor Description AuxilaryFrame(DocumentFrame documentFrame)AuxilaryFrame(DocumentFrame documentFrame, javax.swing.JPanel contentsPanel)
-