net.sourceforge.squirrel_sql.plugins.sqlscript.table_script
Interface IAbortController
- All Known Implementing Classes:
- AbortController
public interface IAbortController
AbortController is a widget for allowing the user to express their desire to interrupt the current
(possibly) long-running process. This interface describes the operations that an AbortController must
support.
|
Method Summary |
boolean |
isStop()
|
boolean |
isVisble()
|
void |
setVisible(boolean b)
Sets whether or not the widget should become visible or should hide. |
isStop
boolean isStop()
- Returns:
- true if the user has indicated their desire to stop the long-running process; false otherwise.
isVisble
boolean isVisble()
- Returns:
- true if the widget has been displayed and is visible to the user.
setVisible
void setVisible(boolean b)
- Sets whether or not the widget should become visible or should hide.
- Parameters:
b - true displays the widget; false causes the widget to hide.
Copyright © 2001-2011. All Rights Reserved.