|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolDialog
Provides a common interface for all tool dialogs.
Method Summary | |
---|---|
void |
cancelTool()
Called to cancel the tool (if it is running). |
boolean |
invokeTool()
Called to invoke the actual tool. |
void |
reset()
Resets the dialog, will be called if the dialog is shown at least once and should be redisplayed again. |
void |
showDialog()
Shows the dialog with the given capture results. |
Method Detail |
---|
void cancelTool() throws IllegalStateException
IllegalStateException
- in case the tool isn't running.boolean invokeTool() throws IllegalStateException
IllegalStateException
- in case the tool is already running.void reset()
void showDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |