List of usage examples for javax.swing JMenuItem subclass-usage
From source file tk.tomby.tedit.gui.MenuItem.java
/**
* DOCUMENT ME!
*
* @author $author$
* @version $Revision: 1.1.1.1 $
*/
From source file org.datacleaner.widgets.OpenAnalysisJobMenuItem.java
/** * Menu item that represents opening a "recent" job on the * {@link DatastoreManagementPanel} 's "more jobs" drop down menu. */ public class OpenAnalysisJobMenuItem extends JMenuItem implements ActionListener {
From source file org.eobjects.datacleaner.widgets.OpenAnalysisJobMenuItem.java
/** * Menu item that represents opening a "recent" job on the {@link WelcomePanel} * 's "more jobs" drop down menu. */ public class OpenAnalysisJobMenuItem extends JMenuItem implements ActionListener {
From source file net.sf.jabref.external.ExternalFileMenuItem.java
/** * The menu item used in the popup menu for opening external resources associated * with an entry. Shows the resource name and icon given, and adds an action listener * to process the request if the user clicks this menu item. */ public class ExternalFileMenuItem extends JMenuItem implements ActionListener {