List of usage examples for java.awt.event ActionListener interface-usage
From source file org.openmrs.module.muzimabiometrics.panels.ScanFingerprint.java
/** * Created by vikas on 19/02/15. */ public class ScanFingerprint extends BasePanel implements ActionListener { private static final String LAUNCH_FINGERPRINT_APP = "Click to start scanning process ";
From source file org.openmrs.module.muzimafingerPrint.panels.ScanFingerprint.java
/** * Created by vikas on 19/02/15. */ public class ScanFingerprint extends BasePanel implements ActionListener { private static final String LAUNCH_FINGERPRINT_APP = "Click to start scanning process ";
From source file com.egangotri.transliteratorAsSwing.TransliteratorJFrame.java
public class TransliteratorJFrame extends JFrame implements ActionListener, KeyListener, ClipboardOwner { JMenuBar menubar = new JMenuBar(); JMenu file, help;
From source file com.digitalgeneralists.assurance.ui.components.FilePickerTextField.java
@Component("FilePickerTextField") @Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE) public class FilePickerTextField extends AbstractInputPanel implements ActionListener, IFormStateValidator { private static final long serialVersionUID = 1L; private final JFileChooser filePicker = new JFileChooser();
From source file gsn.wrappers.SystemTime.java
/** * This wrapper presents the system current clock. */ public class SystemTime extends AbstractWrapper implements ActionListener {
From source file com.db2eshop.gui.menu.RightClickPopupMenu.java
/**
* <p>RightClickPopupMenu class.</p>
*
* @author Denis Neuling (denisneuling@gmail.com)
*
*/
From source file fxts.stations.util.preferences.EditAction.java
/** * Actions of editing. * Creation date (10/28/2003 1:36 PM) */ public class EditAction implements ActionListener { private final Log mLogger = LogFactory.getLog(EditAction.class);
From source file net.itransformers.topologyviewer.menu.handlers.graphTools.shortherstPathMenuHandlers.DijkstraWeightedShortestPathMenuHandler.java
/**
* Created by IntelliJ IDEA.
* Date: 12-4-27
* Time: 23:30
* To change this template use File | Settings | File Templates.
*/
From source file org.jets3t.apps.cockpitlite.ToggleAclDialog.java
/** * Dialog for the user to toggle ACL settings of an object to/from public/private. * * @author James Murty */ public class ToggleAclDialog extends JDialog implements ActionListener {
From source file org.monome.pages.PageTemplate.java
/**
* The Template page, a good starting point for creating your own pages.
* Usage information is available at:
*
* http://code.google.com/p/monome-pages/wiki/ExternalApplicationPage
*