org.jcurl.demo.tactics
Class JCurlShotPlanner.WaitCursorTask<T,V>

Package class diagram package JCurlShotPlanner.WaitCursorTask
java.lang.Object
  extended by org.jdesktop.swingworker.SwingWorker<T,V>
      extended by org.jdesktop.application.Task<T,V>
          extended by org.jcurl.demo.tactics.JCurlShotPlanner.WaitCursorTask<T,V>
All Implemented Interfaces:
Runnable, Future<T>
Enclosing class:
JCurlShotPlanner

abstract static class JCurlShotPlanner.WaitCursorTask<T,V>
extends Task<T,V>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Task
Task.BlockingScope, Task.InputBlocker
 
Nested classes/interfaces inherited from class org.jdesktop.swingworker.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
JCurlShotPlanner.WaitCursorTask(SingleFrameApplication app)
           
 
Method Summary
protected abstract  T doCursor()
           
protected  T doInBackground()
           
 
Methods inherited from class org.jdesktop.application.Task
addTaskListener, cancelled, done, failed, finished, getApplication, getContext, getDescription, getExecutionDuration, getInputBlocker, getMessage, getMessageDuration, getResourceMap, getTaskListeners, getTaskService, getTitle, getUserCanCancel, interrupted, isPending, isProgressPropertyValid, isStarted, message, process, removeTaskListener, resourceName, setDescription, setInputBlocker, setMessage, setProgress, setProgress, setProgress, setTitle, setUserCanCancel, succeeded
 
Methods inherited from class org.jdesktop.swingworker.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCurlShotPlanner.WaitCursorTask

public JCurlShotPlanner.WaitCursorTask(SingleFrameApplication app)
Method Detail

doCursor

protected abstract T doCursor()
                       throws Exception
Throws:
Exception

doInBackground

protected T doInBackground()
                    throws Exception
Specified by:
doInBackground in class SwingWorker<T,V>
Throws:
Exception


Copyright © 2005-2009 JCurl.mro.name. All Rights Reserved.