|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for showing / editing an XML element
Method Summary | |
boolean |
autoScroll()
|
void |
dispose()
Dispose inner resource like the context |
javax.swing.JComponent |
getView()
|
void |
init(ElementViewContext context)
Initialize this view with a context for interacting with the XMLContainer |
void |
setEditable(boolean editable)
Make this element view editable |
void |
updateView(com.japisoft.fastparser.node.SimpleNode node)
Update the view content with this node |
Method Detail |
public void init(ElementViewContext context)
public javax.swing.JComponent getView()
public void updateView(com.japisoft.fastparser.node.SimpleNode node)
public boolean autoScroll()
true
is this view doesn't need to be inside a JScrollPane and false
elsepublic void dispose()
public void setEditable(boolean editable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |