|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
DocumentFrame |
SingleDocApplication.doNew()
|
abstract DocumentFrame |
Application.doNew()
|
DocumentFrame |
MultiDocApplication.doNew()
|
DocumentFrame |
Application.doOpen()
|
DocumentFrame |
Application.doOpen(java.lang.String fileName)
|
DocumentFrame |
SingleDocApplication.doOpenFile(java.io.File file)
|
abstract DocumentFrame |
Application.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |