List of usage examples for javax.swing AbstractAction subclass-usage
From source file com.meghnasoft.async.AbstractAsynchronousAction.java
/**
* AbstractAsynchronousAction class extends the standard AbstractAction
* class from Java/Swing.
* It generalizes the concept of 'actionPerformed()' to include actions
* that may not return right away and hence are launched on a separate
* thread.
From source file org.photovault.swingui.ExportSelectedAction.java
/** This action class implements exporting of all the selected images from a certain thumbnail view. */ class ExportSelectedAction extends AbstractAction implements SelectionChangeListener {
From source file ro.nextreports.designer.action.chart.OpenChartAction.java
/** * User: mihai.panaitescu * Date: 17-Dec-2009 * Time: 13:59:57 */ public class OpenChartAction extends AbstractAction {
From source file com.floreantpos.actions.NewBarTabAction.java
public class NewBarTabAction extends AbstractAction implements CardInputListener { private Component parentComponent; private PaymentType selectedPaymentType; private OrderType orderType; private List<ShopTable> selectedTables;
From source file org.ecoinformatics.seek.ecogrid.quicksearch.QuickSearchAction.java
/** * This class will handle quick search action */ class QuickSearchAction extends AbstractAction { // attributes
From source file ro.nextreports.designer.action.chart.PreviewChartAction.java
/** * User: mihai.panaitescu * Date: 18-Dec-2009 * Time: 16:42:54 */ // open-flash-chart.swf from zip chart-webroot.zip is the downloaded from here :
From source file netbeanstypescript.CompileAction.java
/** * * @author jeffrey */ public class CompileAction extends AbstractAction {
From source file net.sf.taverna.t2.workbench.ui.servicepanel.actions.AddServiceProviderAction.java
/**
* Action for adding a service provider
*
* @author Stian Soiland-Reyes
* @author Alan R Williams
*/
From source file net.phyloviz.project.action.LoadDataSetAction.java
public final class LoadDataSetAction extends AbstractAction { private static final String VIZ_FOLDER = "visualization"; public LoadDataSetAction() { putValue(Action.NAME, "Load DataSet");
From source file maltcms.ui.nb.pipelineRunner.actions.RunMaltcmsPipelinesAction.java
/** * * @author Nils Hoffmann */ @ActionID(category = "Maui", id = "maltcms.ui.nb.pipelineRunner.actions.RunMaltcmsPipelinesAction") @ActionRegistration(displayName = "#CTL_RunMaltcmsPipelinesAction", lazy = false)