List of usage examples for javax.swing SwingWorker subclass-usage
From source file com.googlecode.pondskum.client.ShutdownHttpClient.java
public final class ShutdownHttpClient extends SwingWorker<Void, Void> { private DefaultHttpClient httpClient; private Logger logger; public ShutdownHttpClient(final Config config, final DefaultHttpClient httpClient) { this.httpClient = httpClient;
From source file cz.muni.fi.mushroomhunter.restclient.AllLocationSwingWorker.java
/** * * @author Simon Hochla */ public class AllLocationSwingWorker extends SwingWorker<List<LocationDto>, Void> {
From source file com.u2apple.tool.ui.worker.DeviceWorker.java
/** * * @author Adam */ public class DeviceWorker extends SwingWorker<List<AndroidDevice>, Void> {
From source file de.onyxbits.raccoon.gplay.VersionWorker.java
class VersionWorker extends SwingWorker<Version, Integer> { private OverviewBuilder owner; public VersionWorker(OverviewBuilder owner) { this.owner = owner;
From source file net.minecraft.client.MineExec.java
/** * * @author Taconut */ public class MineExec extends SwingWorker { public String mineCmd;
From source file pro.miner.classess.MergeListFreqCounter.java
/** * * @author Farooq */ public class MergeListFreqCounter extends SwingWorker {
From source file gui.accessories.DownloadProgressWork.java
/** * * @author Serguei */ public class DownloadProgressWork extends SwingWorker<Void, Void> {
From source file cz.muni.fi.mushroomhunter.restclient.AllMushroomsSwingWorker.java
/** * * @author Simon Hochla */ public class AllMushroomsSwingWorker extends SwingWorker<List<MushroomDto>, Void> {
From source file cz.muni.fi.mushroomhunter.restclient.MushroomCreateSwingWorker.java
/** * * @author Simon Hochla */ public class MushroomCreateSwingWorker extends SwingWorker<Void, Void> {
From source file cz.muni.fi.mushroomhunter.restclient.MushroomDeleteSwingWorker.java
/** * * @author Simon Hochla */ public class MushroomDeleteSwingWorker extends SwingWorker<Integer, Void> {