Example usage for javax.swing JPopupMenu subclass-usage

List of usage examples for javax.swing JPopupMenu subclass-usage

Introduction

In this page you can find the example usage for javax.swing JPopupMenu subclass-usage.

Usage

From source file com.bwc.ora.views.LabelPopupMenu.java

/**
 * @author Brandon M. Wilk {@literal <}wilkb777@gmail.com{@literal >}
 */
public class LabelPopupMenu extends JPopupMenu {

    private final ChartPanel chartPanel;

From source file net.pandoragames.far.ui.swing.component.UndoHistoryPopupMenu.java

/**
 * A JPopupMenu that displays the Actions made available by an
 * {@link net.pandoragames.far.ui.swing.component.UndoHistory UndoHistory}.
 * The meneu will always show the items "Copy" and "Paste". It will show
 * the items "Undo" and "Redo" if the respective text component has been registered
 * for an undo history. It will show the items "Previous" and "Next" if the

From source file net.chaosserver.timelord.swingui.CommonTaskPopupMenu.java

/**
 * This is a popup menu designed to be used by the CommonTaskPanel that can
 * manipulate TimelordTaskData as well as individual TimelordTasks.
 *
 * @author Jordan Reed
 */

From source file com.db2eshop.gui.component.tab.menu.TabRightClickPopupMenu.java

/**
 * <p>TabRightClickPopupMenu class.</p>
 *
 * @author Denis Neuling (denisneuling@gmail.com)
 * 
 */

From source file org.rivalry.swingui.table.VisibleColumnsPopupMenu.java

/**
 * Provides a popup menu for visible table columns.
 */
public class VisibleColumnsPopupMenu extends JPopupMenu {
    /**
     * Provides an action to set selection of all items in a menu.

From source file net.pandoragames.far.ui.swing.component.FileListPopupMenu.java

/**
 * A popupmenu for the file list table that displays the different viewer options.
 * 
 * @author olive
 * <!--
 *  FAR - Find And Replace

From source file org.kepler.gui.popups.NoLiidLibraryPopup.java

/**
 * A class for organizing popup menus in the Library. By extending this class
 * you can add actions to the different types of items that show up in the
 * library. See examples such as OntologyComponentPopup. See the AnnotatedPTree
 * method "maybeShowPopup" for where to add the subclass in order for it to show
 * up.

From source file com.db2eshop.gui.menu.RightClickPopupMenu.java

/**
 * <p>RightClickPopupMenu class.</p>
 *
 * @author Denis Neuling (denisneuling@gmail.com)
 * 
 */

From source file org.executequery.gui.ReadOnlyTextPanePopUpMenu.java

/**
 *
 * @author   Takis Diakoumis
 * @version  $Revision: 1487 $
 * @date     $Date: 2015-08-23 22:21:42 +1000 (Sun, 23 Aug 2015) $
 */

From source file org.kepler.gui.popups.LibraryPopup.java

/**
 * A class for organizing popup menus in the Library. By extending this class
 * you can add actions to the different types of items that show up in the
 * library. See examples such as OntologyComponentPopup. See the AnnotatedPTree
 * method "maybeShowPopup" for where to add the subclass in order for it to show
 * up.