|
|||||||||
| Home >> All >> org >> gendiapo >> [ editor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gendiapo.editor
Interface NodeControler

- All Superinterfaces:
- javax.swing.text.ViewFactory
- public interface NodeControler
- extends javax.swing.text.ViewFactory
| Method Summary | |
int |
commit(org.merlotxml.merlot.MerlotDOMNode node,
javax.swing.text.Element element)
|
javax.swing.text.View |
create(javax.swing.text.Element element)
Creates a view for a given element. |
void |
parse(org.merlotxml.merlot.MerlotDOMNode node,
java.util.Vector list)
|
| Method Detail |
create
public javax.swing.text.View create(javax.swing.text.Element element)
- Description copied from interface:
javax.swing.text.ViewFactory - Creates a view for a given element.
- Specified by:
createin interfacejavax.swing.text.ViewFactory
commit
public int commit(org.merlotxml.merlot.MerlotDOMNode node, javax.swing.text.Element element)
parse
public void parse(org.merlotxml.merlot.MerlotDOMNode node, java.util.Vector list)
|
|||||||||
| Home >> All >> org >> gendiapo >> [ editor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC