Documentation of 'jas2.plot.HasPopupItems' Java class
HasPopupItems
jas2.plot

Interface HasPopupItems

  • All Known Implementing Classes:
    Axis, ColorMapAxis, DataArea, EditableLabel, HTMLPage, JASPage, Legend, ManagedAxis, MovableObject, StatisticsBlock, TextBlock, Title


    public interface HasPopupItems
    A component that implements this interface may add menu items to a popup menu that is parented to itself or to one of its child components. When a component receives a mouse event which is a popup trigger, its parent PlotPanel builds a popup menu by asking all of its parent components if they implement this interface, and asks those that do to modify the menu. The class PlotPopupItem is designed to provide a convenient reflection-based menu item.
    See Also:
    PlotPanel, PlotPopupItem
    • Method Detail

      • modifyPopupMenu

        void modifyPopupMenu(javax.swing.JPopupMenu menu,
                             java.awt.Component source)
        Modify the given menu object.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.