List of usage examples for javax.swing AbstractAction subclass-usage
From source file org.ecoinformatics.seek.ecogrid.SearchRegistryAction.java
/**
* Class will search the registry
*
* @author Jing Tao
*
*/
From source file Main.java
class PrintHelloAction extends AbstractAction { PrintHelloAction() { super("Print"); putValue(Action.SHORT_DESCRIPTION, "Hello, World"); }
From source file MainClass.java
class PrintHelloAction extends AbstractAction { PrintHelloAction() { super("Print"); putValue(Action.SHORT_DESCRIPTION, "Hello, World"); }
From source file cool.pandora.modeller.ui.handlers.iiif.PatchResourceHandler.java
/** * Patch Resource Handler. * * @author Christopher Johnson */ public class PatchResourceHandler extends AbstractAction implements Progress {
From source file MainClass.java
class ShowAction extends AbstractAction { Component parentComponent; public ShowAction(Component parentComponent) { super("About"); putValue(Action.MNEMONIC_KEY, new Integer(KeyEvent.VK_A));
From source file cool.pandora.modeller.ui.handlers.iiif.PatchCanvasHandler.java
/** * Patch Canvas Handler. * * @author Christopher Johnson */ public class PatchCanvasHandler extends AbstractAction implements Progress {
From source file cool.pandora.modeller.ui.handlers.text.PatchAreasHandler.java
/** * Patch Areas Handler. * * @author Christopher Johnson */ public class PatchAreasHandler extends AbstractAction implements Progress {
From source file cool.pandora.modeller.ui.handlers.text.PatchLinesHandler.java
/** * Patch Lines Handler. * * @author Christopher Johnson */ public class PatchLinesHandler extends AbstractAction implements Progress {
From source file com.floreantpos.bo.actions.DataExportAction.java
public class DataExportAction extends AbstractAction { public DataExportAction() { super(Messages.getString("DataExportAction.0")); //$NON-NLS-1$ } @Override
From source file dbseer.gui.actions.ExplainChartAction.java
/** * Created by dyoon on 2014. 8. 18.. */ public class ExplainChartAction extends AbstractAction { private static double confidenceThreshold = 20.0;