List of usage examples for java.awt.event ActionListener interface-usage
From source file us.paulevans.basicxslt.SaveAsConfigurationFrame.java
/** * Defines the save-as configuration frame. * @author pevans * */ public class SaveAsConfigurationFrame extends JFrame implements ActionListener {
From source file guineu.modules.visualization.intensityboxplot.IntensityBoxPlotToolBar.java
/** * Intensity plot toolbar class */ class IntensityBoxPlotToolBar extends JToolBar implements ActionListener { static final Icon pointsIcon = new ImageIcon("icons/pointsicon.png");
From source file org.kuali.test.ui.base.SimpleInputDlg2.java
/** * * @author rbtucker */ public class SimpleInputDlg2 extends JDialog implements ActionListener { private static final Logger LOG = Logger.getLogger(SimpleInputDlg2.class);
From source file com.jostrobin.battleships.view.panels.PlacementPanel.java
/** * @author rowyss * Date: 05.11.11 Time: 18:51 */ public class PlacementPanel extends JPanel implements ActionListener, InitializingBean { public static final Logger LOG = LoggerFactory.getLogger(PlacementPanel.class);
From source file SimpleTextureGen.java
/**
* This uses a TexCoordGeneration class to automatically define the texture
* coordinates.
*
* @author I.J.Palmer
* @version 1.0
From source file org.gumtree.vis.awt.AbstractPlotEditor.java
/** * @author nxi * */ public abstract class AbstractPlotEditor extends JPanel implements ActionListener {
From source file com.game.ui.views.MapEditor.java
/** * * @author Kaushik */ public class MapEditor extends JFrame implements ActionListener {
From source file SimpleTexture.java
/**
* This demonstrates the simple application of textures. Each face of a cube has
* an image mapped onto it exactly once. The image is loaded from an external
* file.
*
* @author I.J.Palmer
From source file net.sf.firemox.ui.MdbListener.java
/**
* An ActionListener that listens to the radio buttons menus
*
* @author <a href="mailto:fabdouglas@users.sourceforge.net">Fabrice Daugan </a>
* @since 0.83
* @since 0.85 settings are "per TBS"
From source file org.jcurl.mr.gui.BroomPanel0.java
public class BroomPanel0 extends JPanel implements ChangeListener, ActionListener, PropertyChangeListener { private static final Log log = JCLoggerFactory.getLogger(BroomPanel0.class); private static final long serialVersionUID = 9008976409239381440L;