|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.uzh.ifi.attempto.acewiki.gui.SentenceEditorHandler
public class SentenceEditorHandler
This class manages the predictive editor. It creates the editor window and handles its responses.
Method Summary | |
---|---|
void |
actionPerformed(nextapp.echo.app.event.ActionEvent e)
|
static PreditorWindow |
generateCreationWindow(Statement followingStatement,
ArticlePage page)
Generates a new preditive editor window for the creation of a new sentence. |
static PreditorWindow |
generateEditWindow(Sentence sentence,
ArticlePage page)
Generates a new preditive editor window for editing an existing sentence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PreditorWindow generateCreationWindow(Statement followingStatement, ArticlePage page)
followingStatement
- The statement in front of which the new sentences should be added,
or null if the sentences should be added to the end of the article.page
- The host page into which the sentence should be added.
public static PreditorWindow generateEditWindow(Sentence sentence, ArticlePage page)
sentence
- The sentence that should be edited.page
- The host page which contains the sentence to be edited.
public void actionPerformed(nextapp.echo.app.event.ActionEvent e)
actionPerformed
in interface nextapp.echo.app.event.ActionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |