jas2.plot
Interface HasPopupItems
-
- All Known Implementing Classes:
- Axis, ColorMapAxis, DataArea, EditableLabel, HTMLPage, JASPage, Legend, ManagedAxis, MovableObject, StatisticsBlock, TextBlock, Title
public interface HasPopupItemsA 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 parentPlotPanelbuilds 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 classPlotPopupItemis designed to provide a convenient reflection-based menu item.- See Also:
PlotPanel,PlotPopupItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidmodifyPopupMenu(javax.swing.JPopupMenu menu, java.awt.Component source)Modify the given menu object.
-
DataMelt 3.0 © DataMelt by jWork.ORG