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.ActionOpenGeneric.java

public class ActionOpenGeneric extends AbstractAction {

    private static Log logger = LogFactory.getLog(ActionOpenGeneric.class);
    private JTree albero;

    public ActionOpenGeneric(JTree albero) {

From source file com.anrisoftware.prefdialog.miscswing.actions.AbstractResourcesAction.java

/**
 * Sets the action name and mnemonic from text resource.
 *
 * @author Erwin Mueller, erwin.mueller@deventm.org
 * @since 3.0
 */

From source file org.executequery.gui.browser.FindAction.java

/**
 *
 * Modified from the original by Santhosh Kumar 
 * from http://www.jroller.com/santhosh/category/Swing
 * 
 * @author   Santhosh Kumar, Takis Diakoumis

From source file ro.nextreports.designer.action.query.ValidateSqlsAction.java

public class ValidateSqlsAction extends AbstractAction {

    public static String VALID_SQL_PROPERTY = "VALID_SQL";
    private DBObject sqlObject;
    private ReportPersistence repPersist = ReportPersistenceFactory
            .createReportPersistence(Globals.getReportPersistenceType());

From source file com.floreantpos.bo.actions.DataImportAction.java

public class DataImportAction extends AbstractAction {

    public DataImportAction() {
        super(Messages.getString("DataImportAction.0")); //$NON-NLS-1$
    }

From source file umich.ms.batmass.filesupport.core.actions.importing.ImportFileByCategory.java

/**
 *
 * @author Dmitry Avtonomov
 */
public abstract class ImportFileByCategory extends AbstractAction implements LookupListener, ContextAwareAction {

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

public class ActionSelectionCondition extends AbstractAction {

    private static Log logger = LogFactory.getLog(ActionSelectionCondition.class);
    private CreaWidgetEsisteSelectionCondition analisiSelection = new CreaWidgetEsisteSelectionCondition();
    private CreateCorrespondencesMappingTask creator = new CreateCorrespondencesMappingTask();
    private ReviewCorrespondences review = new ReviewCorrespondences();

From source file org.multibit.viewsystem.swing.action.SendBitcoinNowAction.java

/**
 * This {@link Action} actually spends bitcoin.
 */
public class SendBitcoinNowAction extends AbstractAction implements WalletBusyListener {

    public Logger log = LoggerFactory.getLogger(SendBitcoinNowAction.class.getName());

From source file org.multibit.viewsystem.swing.action.ShowPreferencesSubmitAction.java

/**
 * This {@link Action} applies changes to the preferences panel.
 */
public class ShowPreferencesSubmitAction extends AbstractAction {

    private static final long serialVersionUID = 1923492460523457765L;

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

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