|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.common.progress.swing.JobsViewPane.JobData
private static class JobsViewPane.JobData
A simple struct to group information about a Job
| Field Summary | |
|---|---|
private JButton |
cancel
|
private int |
index
|
private Progress |
job
|
private JLabel |
label
|
private JProgressBar |
progress
|
| Constructor Summary | |
|---|---|
JobsViewPane.JobData(Progress job,
int index,
JLabel label,
JProgressBar progress,
JButton cancel)
Simple ctor |
|
| Method Summary | |
|---|---|
(package private) JButton |
getCancel()
Accessor for the cancel button |
(package private) int |
getIndex()
Accessor for the index in the list of jobs |
(package private) Progress |
getJob()
Accessor for the job |
(package private) JLabel |
getLabel()
Accessor for the label for this job |
(package private) JProgressBar |
getProgress()
Accessor for the gui progress component |
(package private) void |
invalidate()
Make sure we can't be used any more |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Progress job
private JLabel label
private JProgressBar progress
private JButton cancel
private int index
| Constructor Detail |
|---|
public JobsViewPane.JobData(Progress job,
int index,
JLabel label,
JProgressBar progress,
JButton cancel)
| Method Detail |
|---|
void invalidate()
Progress getJob()
JLabel getLabel()
JProgressBar getProgress()
JButton getCancel()
int getIndex()
|
Copyright ยจ 2003-2007 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||