|
Nekit v 0.9 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Every class that creates an object NekitEditor should supply a class that implements this interface. This is to warrant that NekitEditor can do some basic operations.
NekitEditor| Method Summary | |
void |
close()
The editor needs to close itself |
java.lang.String |
getRemoteTreeString(java.lang.String id)
The editor asks for a XML Tree with a list of possible anchors |
void |
newFile()
The user asked to upload a new File, the class should handle this request. |
boolean |
newFileEnabled()
The editor needs to know if newFile is enabled |
void |
save(java.lang.String text)
Save the edited HTML text |
| Method Detail |
public void newFile()
public boolean newFileEnabled()
public void close()
public void save(java.lang.String text)
text - The edited HTML textpublic java.lang.String getRemoteTreeString(java.lang.String id)
id - the id of the list (for now it can be "internalAnchor" or
"fileAnchor")
|
Nekit v 0.9 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||