|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.demo.GUIDemo.SharedActionHandler
private class GUIDemo.SharedActionHandler
The event handler that is used in various purpose.
Constructor Summary | |
---|---|
private |
GUIDemo.SharedActionHandler()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Performs an action depending on the given action event. |
private void |
activateWorkflow()
Activates the work flow. |
private void |
analyzeText()
Analyze the input text with the activated work flow. |
private void |
fileOpen()
Reads a text file, and use the text as the input data. |
private void |
help()
Show 'help' window. |
private void |
initWorkflow()
Initialize the work flow with the sequence of the plug-ins that the user selected. |
private void |
reset()
Reset the work flow and the demo program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private GUIDemo.SharedActionHandler()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
private void fileOpen()
private void help()
private void initWorkflow()
private void activateWorkflow()
private void analyzeText()
private void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |