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 org.jbpm.bpel.tutorial.atm.terminal.DepositAction.java

/**
 * @author Alejandro Guizar
 * @version $Revision$ $Date: 2007/11/29 10:31:47 $
 */
class DepositAction extends AbstractAction {

From source file uk.nhs.cfh.dsp.srth.desktop.modules.scripting.actions.LaunchGroovyConsoleAction.java

/**
 * A custom {@link javax.swing.Action} that launches the Scripting Console
 *
 * <br>Version : @#VersionNumber#@
 * <br>Written by @author Jay Kola
 * <br>Created on Jan 18, 2011 at 2:31:00 PM

From source file net.pandoragames.far.ui.swing.component.listener.ActionView.java

/**
 * Opens the "viewer" that visualises the matches of a (regex) search pattern.
 * The pattern is taken from the currently active form, FindForm or ReplaceForm.
 *
 * @author Olivier Wehner
 * <!--

From source file org.tinymediamanager.ui.moviesets.actions.MovieSetAddAction.java

/**
 * @author Manuel Laggner
 * 
 */
public class MovieSetAddAction extends AbstractAction {
    private static final long serialVersionUID = 819724436270051906L;

From source file uk.co.modularaudio.componentdesigner.mainframe.actions.ToggleLoggingAction.java

public class ToggleLoggingAction extends AbstractAction {
    private static final long serialVersionUID = 6567077333146253552L;

    private static Log log = LogFactory.getLog(ToggleLoggingAction.class.getName());

    private final ComponentDesignerFrontController fc;

From source file com.awesheet.ui.actions.ViewDocumentationAction.java

public class ViewDocumentationAction extends AbstractAction {
    public ViewDocumentationAction() {
        super("Documentation");
    }

    @Override

From source file uk.co.modularaudio.componentdesigner.mainframe.actions.RevertFileAction.java

public class RevertFileAction extends AbstractAction {
    private static final long serialVersionUID = -4249015082380141979L;

    private final Log log = LogFactory.getLog(RevertFileAction.class.getName());

    private final ComponentDesignerFrontController fc;

From source file org.jbpm.bpel.tutorial.atm.terminal.WithdrawAction.java

/**
 * @author Alejandro Guizar
 * @version $Revision$ $Date: 2007/11/29 10:31:47 $
 */
public class WithdrawAction extends AbstractAction {

From source file uk.nhs.cfh.dsp.srth.expression.repository.actions.core.PurgeTCTableAction.java

/**
 * A custom {@link javax.swing.Action} that purges the transitive closure table for expressions.
 *
 * <br>Version : @#VersionNumber#@
 * <br>Written by @author Jay Kola
 * <br>Created on Apr 10, 2010 at 3:34:25 PM

From source file ca.sfu.federation.action.SetLayoutToIContextModelViewAction.java

/**
 * Set the application to the Scenario Model View layout.
 * @author Davis Marques
 * @version 0.1.0
 */
public class SetLayoutToIContextModelViewAction extends AbstractAction {