|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPlugin
org.freehep.jas.plugin.tree.FTreePlugin
Constructor Summary | |
FTreePlugin()
|
Method Summary | |
boolean |
apply(javax.swing.JComponent panel)
|
javax.swing.JComponent |
component()
|
protected void |
init()
|
java.lang.String[] |
namesOfExistingTrees()
Get the names of the exising FTrees. |
java.lang.String[] |
path()
|
int |
restore(int level,
XMLIOManager manager,
Element el)
|
void |
save(XMLIOManager manager,
Element el)
|
FTree |
tree()
Get the provider's default FTree. |
FTree |
tree(java.lang.String name)
Get an FTree by name. |
FTreeNodeAdapterRegistry |
treeNodeAdapterRegistry()
Get the FTreeNodeAdapterRegistry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FTreePlugin()
Method Detail |
protected void init() throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public FTreeNodeAdapterRegistry treeNodeAdapterRegistry()
FTreeProvider
treeNodeAdapterRegistry
in interface FTreeProvider
public java.lang.String[] namesOfExistingTrees()
FTreeProvider
namesOfExistingTrees
in interface FTreeProvider
public FTree tree()
FTreeProvider
tree
in interface FTreeProvider
public FTree tree(java.lang.String name)
FTreeProvider
tree
in interface FTreeProvider
name
- The name of the FTree.
public int restore(int level, XMLIOManager manager, Element el)
public void save(XMLIOManager manager, Element el)
public boolean apply(javax.swing.JComponent panel)
public javax.swing.JComponent component()
public java.lang.String[] path()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |