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.jax.maanova.plot.SaveChartAction.java

/**
 * An action for saving a JFreeChart image
 * @author <A HREF="mailto:keith.sheppard@jax.org">Keith Sheppard</A>
 */
public class SaveChartAction extends AbstractAction {
    /**

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

/**
 * Create Default Containers Handler.
 *
 * @author Christopher Johnson
 */
public class CreateDefaultContainersHandler extends AbstractAction implements Progress {

From source file org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.ScriptTemplateAction.java

public abstract class ScriptTemplateAction extends AbstractAction {
    private static final Log logger = LogFactory.getLog(ScriptTemplateAction.class);

    private static final String TEMPLATE_LOCATION_PATTERN = "/org/pentaho/reporting/engine/classic/core/designtime/datafactory/scripts/%s-template-%s.txt";
    private URL resource;
    private boolean global;

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

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

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

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

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

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

From source file ru.gelin.fictionbook.reader.actions.OpenAction.java

/**
 *  Action which is performed for opening new document in the Reader.
 */
public class OpenAction extends AbstractAction {

    /** commons logging instance */

From source file org.tinymediamanager.ui.tvshows.actions.TvShowEditAction.java

/**
 * The Class TvShowEditAction. To edit TV shows/episodes
 * 
 * @author Manuel Laggner
 */
public class TvShowEditAction extends AbstractAction {

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

/**
 * Create Xml Files Handler.
 *
 * @author Christopher Johnson
 */
public class CreateXmlFilesHandler extends AbstractAction implements Progress {

From source file de.alpharogroup.mystic.crypt.actions.ShowLicenseFrameAction.java

/**
 * The Class ShowLicenseFrameAction.
 */
public class ShowLicenseFrameAction extends AbstractAction {

    /** The Constant serialVersionUID. */