Package | Description |
---|---|
jam.console | |
jam.demo | |
jam.framework |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleFrame |
Modifier and Type | Method and Description |
---|---|
DocumentFrame |
ConsoleApplication.doNew() |
DocumentFrame |
ConsoleApplication.doOpenFile(java.io.File file) |
Modifier and Type | Class and Description |
---|---|
class |
DemoFrame |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
MultiDocApplication.destroyDocumentFrame(DocumentFrame documentFrame) |
void |
SingleDocApplication.setDocumentFrame(DocumentFrame documentFrame) |
Constructor and Description |
---|
AuxilaryFrame(DocumentFrame documentFrame) |
AuxilaryFrame(DocumentFrame documentFrame,
javax.swing.JPanel contentsPanel) |
http://code.google.com/p/jam-lib/