Uses of Class
jam.framework.DocumentFrame
Packages that use DocumentFrame
-
Uses of DocumentFrame in jam.console
Subclasses of DocumentFrame in jam.consoleMethods in jam.console that return DocumentFrameModifier and TypeMethodDescriptionConsoleApplication.doNew()ConsoleApplication.doOpenFile(File file) -
Uses of DocumentFrame in jam.demo
Subclasses of DocumentFrame in jam.demo -
Uses of DocumentFrame in jam.framework
Methods in jam.framework that return DocumentFrameModifier and TypeMethodDescriptionDocumentFrameFactory.createDocumentFrame(Application app, MenuBarFactory menuBarFactory) abstract DocumentFrameApplication.doNew()MultiDocApplication.doNew()SingleDocApplication.doNew()Application.doOpen()abstract DocumentFrameApplication.doOpenFile(File file) MultiDocApplication.doOpenFile(File file) SingleDocApplication.doOpenFile(File file) AuxilaryFrame.getDocumentFrame()MultiDocApplication.getDocumentFrame(File file) MultiDocApplication.getUpperDocumentFrame()Methods in jam.framework with parameters of type DocumentFrameModifier and TypeMethodDescriptionvoidMultiDocApplication.destroyDocumentFrame(DocumentFrame documentFrame) voidSingleDocApplication.setDocumentFrame(DocumentFrame documentFrame) Constructors in jam.framework with parameters of type DocumentFrameModifierConstructorDescriptionAuxilaryFrame(DocumentFrame documentFrame) AuxilaryFrame(DocumentFrame documentFrame, JPanel contentsPanel)