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 it.unibas.spicygui.controllo.tree.ActionShowHideConstraints.java

public class ActionShowHideConstraints extends AbstractAction implements Observer {

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

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

/**
 * Action to create a new parametric model.
 * @author Davis Marques
 */
public class CreateProjectAction extends AbstractAction {

From source file cool.pandora.modeller.ui.handlers.base.SaveBagHandler.java

/**
 * Save Bag Handler.
 *
 * @author gov.loc
 */
public class SaveBagHandler extends AbstractAction implements Progress {

From source file eu.ggnet.dwoss.redtape.action.StateTransitionAction.java

/**
 *
 * @author oliver.guenther
 */
public class StateTransitionAction extends AbstractAction {

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

public class ActionDeleteDuplicateSetCloneNode extends AbstractAction {

    private Modello modello;
    private JLayeredPaneCorrespondences jLayeredPane;
    private JTree jTree;
    private IDataSourceProxy dataSource;

From source file net.sf.jabref.external.MoveFileAction.java

/**
 * Action for moving or renaming a file that is linked to from an entry in JabRef.
 */
public class MoveFileAction extends AbstractAction {
    private static final Log LOGGER = LogFactory.getLog(MoveFileAction.class);

From source file org.pdfsam.plugin.merge.actions.SaveListAsXmlAction.java

/**
 * Saves the selection list an xml file that can be used as input for the pdfsam-console
 * 
 * @author Andrea Vacondio
 * 
 */

From source file ActionDisabled.java

class MyAction extends AbstractAction {
    JFrame f;
    boolean toggle = true;

    public MyAction(JFrame f) {
        super("Change Color");

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

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

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

public class ActionExclusionInclusion extends AbstractAction {

    private static Log logger = LogFactory.getLog(ActionExclusionInclusion.class);
    private Modello modello;
    private JTree albero;
    private IDataSourceProxy dataSource;