|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFactory | |
se.kmr.scam.editor | |
se.kmr.scam.editor.gui | |
se.kmr.scam.editor.impl | |
se.kmr.scam.editor.tree |
Uses of DocumentFactory in se.kmr.scam.editor |
Methods in se.kmr.scam.editor with parameters of type DocumentFactory | |
void |
Search.searchForParents(DocumentFactory df,
DocumentReceiver dm,
String uri)
|
void |
Search.searchRDQL(DocumentFactory df,
DocumentReceiver dm,
String rdql)
|
Uses of DocumentFactory in se.kmr.scam.editor.gui |
Fields in se.kmr.scam.editor.gui declared as DocumentFactory | |
static DocumentFactory |
Desktop.documentFactory
|
Uses of DocumentFactory in se.kmr.scam.editor.impl |
Classes in se.kmr.scam.editor.impl that implement DocumentFactory | |
class |
DocumentFactoryImpl
TODO, add functionality for caching documents and detaching them via listening to their removeFromModel requests (fire event in documentimpl). |
Uses of DocumentFactory in se.kmr.scam.editor.tree |
Methods in se.kmr.scam.editor.tree that return DocumentFactory | |
DocumentFactory |
DocumentNode.getDocumentFactory()
|
Constructors in se.kmr.scam.editor.tree with parameters of type DocumentFactory | |
ManifestTree(TreeModel newModel,
TransferHandler transferHandler,
DocumentFactory factory)
Constructor for ManifestTree. |
|
ManifestNode(Document doc,
DocumentFactory factory)
|
|
ManifestEditor(String top,
DocumentReceiver mess,
DocumentFactory dFactory,
DocumentTransferHandler transferHandler)
|
|
DocumentNode(Document doc,
DocumentFactory fac)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |