Interface IndicatorContextMenuInformation
public interface IndicatorContextMenuInformation
Provide information about all context menu entries for:
a) graph context menu (RMB click on graph line)
b) widget context menu (RMB click on widget)
a) graph context menu (RMB click on graph line)
b) widget context menu (RMB click on widget)
-
Method Summary
-
Method Details
-
getGraphContextMenuItems
- Parameters:
time- graph time at x position where click was done- Returns:
- array of menu items, that should be put in graph context menu. Order of items will follow order of this array.
null or empty array if no strategy specific entries are desired
-
getWidgetContextMenuItems
JMenuItem[] getWidgetContextMenuItems()- Returns:
- array of menu items, that should be put in widget context menu. Order of items will follow order of this array.
null or empty array if no strategy specific entries are desired
-