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.report.ViewReportSqlAction.java

/**
 * Created by IntelliJ IDEA.
 * User: mihai.panaitescu
 * Date: Nov 16, 2007
 * Time: 11:37:56 AM
 */

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

public class ActionShowHideFunctionalDependencies extends AbstractAction implements Observer {

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

From source file net.sf.nmedit.nomad.core.menulayout.MLEntry.java

/**
 * A node in the menu layout. 
 * 
 * @author Christian Schneider
 */
public class MLEntry extends AbstractAction {

From source file org.openmicroscopy.shoola.agents.treeviewer.actions.TreeViewerAction.java

/** 
 * Top class that each action should extend.
 *
 * @author  Jean-Marie Burel     
 *             <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @version 2.2

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

public class ActionExecuteSql extends AbstractAction {

    private static Log logger = LogFactory.getLog(ActionExecuteSql.class);
    private JTextArea textArea;
    private MappingTask mappingTask;
    private Modello modello;

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

/**
 * Patch Sequence Handler.
 *
 * @author Christopher Johnson
 */
public class PatchSequenceHandler extends AbstractAction implements Progress {

From source file org.ecoinformatics.seek.ecogrid.quicksearch.QueryAction.java

/**
 * This class will access ecogrid nodes: send the query and get the resultset
 * 
 * @author Tao
 */

From source file org.kse.gui.actions.KeyStoreExplorerAction.java

/**
 * Abstract base class for all KeyStore Explorer actions.
 *
 */
public abstract class KeyStoreExplorerAction extends AbstractAction {
    private static final long serialVersionUID = 1L;

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

/**
 * Patch List Handler.
 *
 * @author Christopher Johnson
 */
public class PatchListHandler extends AbstractAction implements Progress {

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

/**
 * Patch Pages Handler.
 *
 * @author Christopher Johnson
 */
public class PatchPagesHandler extends AbstractAction implements Progress {