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.rimudb.editor.actions.OpenDescriptorAction.java

/**
 * @author Simon Ritchie
 *
 */
public class OpenDescriptorAction extends AbstractAction {
    private final static Log log = LogFactory.getLog(OpenDescriptorAction.class);

From source file org.rimudb.editor.actions.SaveAsDescriptorAction.java

/**
 * @author Simon Ritchie
 *
 */
public class SaveAsDescriptorAction extends AbstractAction {
    private final static Log log = LogFactory.getLog(SaveAsDescriptorAction.class);

From source file org.rimudb.editor.actions.SaveDescriptorAction.java

/**
 * @author Simon Ritchie
 *
 */
public class SaveDescriptorAction extends AbstractAction {
    private final static Log log = LogFactory.getLog(SaveDescriptorAction.class);

From source file org.tinymediamanager.ui.actions.ClearUrlCacheAction.java

/**
 * The ClearCacheAction to clear the url cache
 * 
 * @author Manuel Laggner
 */
public class ClearUrlCacheAction extends AbstractAction {

From source file org.rimudb.editor.actions.ConvertFinderAction.java

/**
 * @author Simon Ritchie
 *
 */
public class ConvertFinderAction extends AbstractAction {
    private final static Log log = LogFactory.getLog(ConvertFinderAction.class);

From source file actions.ScanFileAction.java

/**
 *
 * @author SMhatre
 */
public class ScanFileAction extends AbstractAction {

From source file utils.ZTransform.java

/**
 *
 * @author sugang
 */
public class ZTransform extends AbstractAction {

From source file org.rimudb.editor.actions.GenerateCopyCodeAction.java

/**
 * @author Simon Ritchie
 *
 */
public class GenerateCopyCodeAction extends AbstractAction {
    private final static Log log = LogFactory.getLog(GenerateCopyCodeAction.class);

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

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

From source file org.rimudb.editor.actions.ClearTableAction.java

public class ClearTableAction extends AbstractAction {
    private final static Log log = LogFactory.getLog(ClearTableAction.class);
    private static final long serialVersionUID = 1L;
    private final RimuDBEditor rimudbEditor;

    public ClearTableAction(RimuDBEditor rimudbEditor, String name) {