public interface ToolDialog
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.