List of usage examples for javax.swing SwingWorker subclass-usage
From source file com.itemanalysis.jmetrik.stats.ranking.RankingAnalysis.java
public class RankingAnalysis extends SwingWorker<String, Void> { private JmetrikTextFile textFile = null; private Connection conn = null; private DatabaseAccessObject dao = null; private RankingCommand command = null;
From source file com.itemanalysis.jmetrik.stats.transformation.LinearTransformationAnalysis.java
public class LinearTransformationAnalysis extends SwingWorker<String, Void> { private LinearTransformationCommand command = null; private JmetrikTextFile textFile = null; private Connection conn = null; private DatabaseAccessObject dao = null;
From source file com.itemanalysis.jmetrik.graph.irt.IrtPlotAnalysis.java
public class IrtPlotAnalysis extends SwingWorker<IrtPlotPanel, Void> { private IrtPlotCommand command = null; private IrtPlotPanel irtPanel = null; private Throwable theException = null; private Connection conn = null;
From source file com.itemanalysis.jmetrik.graph.nicc.NonparametricCurveAnalysis.java
public class NonparametricCurveAnalysis extends SwingWorker<String, Void> { private Connection conn = null; private DatabaseAccessObject dao = null; private NonparametricCurveCommand command = null; private NonparametricCurvePanel nonparametricPanel = null;
From source file com.paniclauncher.workers.InstanceInstaller.java
public class InstanceInstaller extends SwingWorker<Boolean, Void> { private String instanceName; private Pack pack; private String version; private boolean isReinstall;
From source file edu.ku.brc.specify.conversion.SynonymCleanup.java
/**
* @author rods
*
* @code_status Alpha
*
* Apr 11, 2013
From source file gov.llnl.lc.infiniband.opensm.plugin.gui.chart.PortHeatMapWorker.java
public class PortHeatMapWorker extends SwingWorker<Void, Void> implements CommonLogger { private PortHeatMapPlotPanel PlotPanel; private EnumSet<IB_Depth> IncludedDepths; private ArrayList<IB_Vertex> IncludedNodes; private OMS_Collection History; private boolean UseService = false; // if true, use the SmtService, if false, use default file
From source file gov.llnl.lc.infiniband.opensm.plugin.gui.chart.PortCounterPlotWorker.java
/**********************************************************************
* Used exclusively by the PortCounterXYplotPanel, which is in turn used
* by the simple PortCounterXYplot and the fancier PortCounterCrossHairPlot
* <p>
* This is just a swing worker for the plot, which used to be a private
* internal class within PortCounterXYplotPanel. It was brought out and
From source file com.sec.ose.osi.ui.ApplicationCloseMgr.java
/** * DialogDisplayerThread * @author suhyun47.kim, ytaek.kim, hankido.lee * */ class DialogDisplayerThread extends SwingWorker<Object, Object> {
From source file it.iit.genomics.cru.igb.bundles.mi.business.MIWorker.java
/**
* @author Arnaud Ceol
*
* Run the framework.
*
*/