|
||||||||||
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(SimpleNode node)
Update the view content with this node |
Methods inherited from interface com.japisoft.xmlpad.error.ErrorListener |
initErrorProcessing, notifyError, notifyNoError, stopErrorProcessing |
Method Detail |
public void init(ElementViewContext context)
public javax.swing.JComponent getView()
public void updateView(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 |