Uses of Interface
de.stefanreiser.swing.worker.Cancelable
Package | Description |
---|---|
de.stefanreiser.swing |
Diverse Hilfsmittel für Swing.
|
de.stefanreiser.swing.worker |
Hilfsmittel für Worker-Threads.
|
de.tu_bs.isbs.util.math.interpolation |
Hilfsmittel für diverse Interpolationsaufgaben.
|
-
Uses of Cancelable in de.stefanreiser.swing
Methods in de.stefanreiser.swing with parameters of type Cancelable Modifier and Type Method Description void
JPanelWaiting. setCancelable(Cancelable cancelable)
-
Uses of Cancelable in de.stefanreiser.swing.worker
Classes in de.stefanreiser.swing.worker that implement Cancelable Modifier and Type Class Description class
CancelableDummy
A "Dummy"-Cancelable.class
CancelableRunnable
Wie Runnable, jedoch mit der Möglichkeit, über das Cancelable-Interface einen Abbruchwunsch mitzuteilen. -
Uses of Cancelable in de.tu_bs.isbs.util.math.interpolation
Methods in de.tu_bs.isbs.util.math.interpolation with parameters of type Cancelable Modifier and Type Method Description static void
CsvInterpolation. interpolateFile(java.io.File fIn, java.io.File[] fOut, int maxGap, java.lang.String fieldSep, int skipNFields, Cancelable cancelable)
Erzeugt pro Spalte der Eingabedatei eine interpolierte Ausgabedatei.