|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for interacting easily with JXMLPad. Call getAccessibility from the XMLContainer for the implantation.
XMLContainer
Method Summary | |
void |
dispose()
This is only for inner usage, it mustn't be called by the user |
java.lang.String |
getText()
|
boolean |
invokeAction(java.lang.String actionName)
Call an XML action. |
void |
read(java.io.Reader reader)
Reset the editing content using this reader |
void |
setText(java.lang.String text)
Reset the editing content. |
void |
write(java.io.Writer writer)
Reset this writer with the editing content |
Method Detail |
public void setText(java.lang.String text)
public java.lang.String getText()
public void read(java.io.Reader reader) throws java.io.IOException
java.io.IOException
public void write(java.io.Writer writer) throws java.io.IOException
java.io.IOException
public boolean invokeAction(java.lang.String actionName)
ActionModel
for action name
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |