*
* @return true if any progress bars are still active
*/
+ @Override
public boolean operationInProgress()
{
if (progressBars != null && progressBars.size() > 0)
}
/**
+ *
+ * @return true if any progress bars are still active
+ */
+ @Override
+ public boolean operationInProgress()
+ {
+ if (progressBars != null && progressBars.size() > 0)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ /**
* This will return the first AlignFrame viewing AlignViewport av. It will
* break if there are more than one AlignFrames viewing a particular av. This
*
*/\r
public abstract void registerHandler(long id,\r
IProgressIndicatorHandler handler);\r
+ /**\r
+ *\r
+ * @return true if any progress bars are still active\r
+ */\r
+ boolean operationInProgress();\r
\r
}\r