Results 1 to 3 of 3
- 10-07-2009, 07:26 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 6
- Rep Power
- 0
how to override "cancel operation" in "progress bar"
Hi,
I am trying to have a functionality in my eclipse desktop such that based on one boolean I can stop/cancel all other processes invoked.
To be more specific, I want to use the functionality in the eclipse framework, the functionality where we can click at the red button showing next to the name of the process.
Upon click of the button, the process is stopped.
I want to do the same thing.
To explain it more specifically: you know the red button in the progress there are a list of processes and a red button next to them, the way we can stop that process by clicking at the red square button, yes I wan to override that button's functionality.
Please let me know,
Thank You!
- 10-07-2009, 08:11 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Reading about SwingWorker is a good starting point.
- 10-08-2009, 11:28 PM #3
Member
- Join Date
- Oct 2009
- Posts
- 6
- Rep Power
- 0
Got it right
The answer I was kinda looking for is as follows:
IJobManager jobMan = Platform.getJobManager();
jobMan.cancel(STRING_NAME_OF_JOB);
I am interested in discussing SWT/JFace stuff, not the archaic AWT/Swing stuff, Please direct me to the apprpriate place.
Thanks anyway!
singswt
Similar Threads
-
Java, Military Format using "/" and "%" Operator!!
By sk8rsam77 in forum New To JavaReplies: 11Last Post: 02-26-2010, 03:03 AM -
getDisplayLanguage returns "en" not "English"
By DD70 in forum New To JavaReplies: 6Last Post: 08-12-2009, 11:22 PM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM -
"Jumble" or "Scramble" Program
By Shadow22202 in forum Java AppletsReplies: 8Last Post: 04-30-2008, 03:42 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks