net.sourceforge.squirrel_sql.plugins.sqlscript.table_script
Class AbortController

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.AbortController
All Implemented Interfaces:
IAbortController

public class AbortController
extends Object
implements IAbortController


Constructor Summary
AbortController(IApplication app)
           
 
Method Summary
 boolean isStop()
           
 boolean isVisble()
           
 void setVisible(boolean b)
          Sets whether or not the widget should become visible or should hide.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbortController

public AbortController(IApplication app)
Method Detail

isStop

public boolean isStop()
Specified by:
isStop in interface IAbortController
Returns:
true if the user has indicated their desire to stop the long-running process; false otherwise.
See Also:
IAbortController.isStop()

isVisble

public boolean isVisble()
Specified by:
isVisble in interface IAbortController
Returns:
true if the widget has been displayed and is visible to the user.
See Also:
IAbortController.isVisble()

setVisible

public void setVisible(boolean b)
Description copied from interface: IAbortController
Sets whether or not the widget should become visible or should hide.

Specified by:
setVisible in interface IAbortController
Parameters:
b - true displays the widget; false causes the widget to hide.
See Also:
IAbortController.setVisible(boolean)


Copyright © 2001-2011. All Rights Reserved.