Example usage for javax.swing AbstractAction subclass-usage

List of usage examples for javax.swing AbstractAction subclass-usage

Introduction

In this page you can find the example usage for javax.swing AbstractAction subclass-usage.

Usage

From source file ro.nextreports.designer.action.datasource.DataSourceConnectAction.java

/**
 * Created by IntelliJ IDEA.
 * User: mihai.panaitescu
 * Date: Sep 13, 2006
 * Time: 4:10:55 PM
 */

From source file it.unibas.spicygui.controllo.mapping.ActionExecuteXQuery.java

public class ActionExecuteXQuery extends AbstractAction {

    private static Log logger = LogFactory.getLog(ActionExecuteXQuery.class);
    private MappingTask mappingTask;
    private String instance;
    private Vista vista;

From source file cool.pandora.modeller.ui.handlers.iiif.UploadBagHandler.java

/**
 * Upload Bag Handler.
 *
 * @author Christopher Johnson
 */
public class UploadBagHandler extends AbstractAction implements Progress {

From source file com.willwinder.ugs.nbp.core.actions.ConnectDisconnectAction.java

/**
 * An action for connecting or disconnecting to a controller
 *
 * @author wwinder
 */
@ActionID(category = LocalizingService.ConnectDisconnectCategory, id = LocalizingService.ConnectDisconnectActionId)

From source file org.zaproxy.zap.utils.TableExportAction.java

/**
 * An {@code AbstractAction} to facilitate exporting tables (as shown) to a file (such as CSV).
 * <p>
 * Filters, sorting, column order, and column visibility may all impact the data exported.
 *
 * @param <T> the type of the table.

From source file org.kepler.gui.CookbookAction.java

/**
 * This action opens the Kelper Cookbook, which is an html file at the
 * classpath-relative location defined by COOKBOOK_URL_STR
 * 
 *@author Matthew Brooke
 *@since 27 January 2006

From source file it.unibas.spicygui.controllo.tree.ActionAddMappingInCompositionScene.java

public class ActionAddMappingInCompositionScene extends AbstractAction {

    private static Log logger = LogFactory.getLog(ActionAddMappingInCompositionScene.class);
    private Modello modello;
    private LastActionBean lastActionBean;
    private JTree albero;

From source file cool.pandora.modeller.ui.handlers.text.CreateWordsHandler.java

/**
 * Create Words Handler.
 *
 * @author Christopher Johnson
 */
public class CreateWordsHandler extends AbstractAction implements Progress {

From source file eu.delving.sip.actions.ImportAction.java

/**
 * Import a new file from the file system or initiate a harvest of data from an OAI-PMH source.
 *
 * @author Gerald de Jong <gerald@delving.eu>
 */

From source file it.unibas.spicygui.controllo.tree.ActionShowHideJoinConditions.java

public class ActionShowHideJoinConditions extends AbstractAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionShowHideJoinConditions.class);
    private Modello modello = null;
    private LastActionBean lastActionBean;