Class ProjectBrowserRoot

    • Method Detail

      • showPopupMenu

        public void showPopupMenu​(java.awt.Component source,
                                  int x,
                                  int y,
                                  int modifiers,
                                  javax.swing.tree.TreePath[] paths,
                                  java.util.List<AbstractNavTreeNode> selection)
        Description copied from class: AbstractNavTreeNode
        Called when a popup triggering event (right click) occurs over this node.
        Overrides:
        showPopupMenu in class AbstractNavTreeNode
        Parameters:
        source - The component to use as the invoker for the popup menu.
        x - popup location x value
        y - popup location y value
        modifiers - extended modifier mask for this event, e.g. this which end with the _DOWN_MASK suffix, such as ALT_DOWN_MASK, BUTTON1_DOWN_MASK, and others, as defined in InputEvent.getModifiers() )}
        selection - The list of currently selected nodes.