Uses of Interface
com.amalgamasimulation.visualsets.VisualSet.ContextMenuHandler
Packages that use VisualSet.ContextMenuHandler
-
Uses of VisualSet.ContextMenuHandler in com.amalgamasimulation.visualsets
Fields in com.amalgamasimulation.visualsets with type parameters of type VisualSet.ContextMenuHandlerModifier and TypeFieldDescriptionprotected List<VisualSet.ContextMenuHandler<T>> VisualSet.contextMenuHandlersMethods in com.amalgamasimulation.visualsets that return types with arguments of type VisualSet.ContextMenuHandlerModifier and TypeMethodDescriptionVisualSet.getContextMenuHandlers()Return the list of the actions to be executed every time a context menu for given data element is called.Methods in com.amalgamasimulation.visualsets with parameters of type VisualSet.ContextMenuHandlerModifier and TypeMethodDescriptionBarVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) ConnectionVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) GanttPolylineVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) GanttVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) HeatmapVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) HistogramVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) HorizontalGridLineVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) LineBarVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) LineVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) PointsVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) PolylineVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) RangeRegionVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) RegionVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) TriangleMarkerVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) VerticalGridLineVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) VisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) Adds the action to be executed every time a context menu for given data element is called.VisualSet.removeContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) Removes the action to be executed every time a context menu for given data element is called.