|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cancelable | |
|---|---|
| org.fuin.utils4swing.progress | |
| Uses of Cancelable in org.fuin.utils4swing.progress |
|---|
| Methods in org.fuin.utils4swing.progress that return Cancelable | |
|---|---|
Cancelable |
FileCopyProgressMonitor.getCancelable()
The unit that gets notified when the user presses the "cancel" button - If null the "cancel" button is disabled. |
| Methods in org.fuin.utils4swing.progress with parameters of type Cancelable | |
|---|---|
void |
FileCopyProgressPanel.setCancelable(Cancelable cancelable)
Sets the listener to inform about the user cancelling the current transfer. |
| Constructors in org.fuin.utils4swing.progress with parameters of type Cancelable | |
|---|---|
FileCopyProgressMonitor(Cancelable cancelable,
java.lang.String title,
int fileMax)
Constructor with basic arguments. |
|
FileCopyProgressMonitor(Cancelable cancelable,
java.lang.String title,
java.lang.String transferText,
java.lang.String srcLabelText,
java.lang.String destLabelText,
int fileMax)
Constructor with basic arguments. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||