Uses of Class
adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
-
-
Uses of AbstractContainerListPopupCustomizer.Context in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Methods in adams.gui.visualization.container.datacontainerpanel.containerlistpopup that return AbstractContainerListPopupCustomizer.Context Modifier and Type Method Description AbstractContainerListPopupCustomizer.Context<T,M,C>
AbstractContainerListPopupCustomizer. createContext(DataContainerPanelWithContainerList<T,M,C> panel, ContainerTable<M,C> table, int row)
Generates the context container.Methods in adams.gui.visualization.container.datacontainerpanel.containerlistpopup with parameters of type AbstractContainerListPopupCustomizer.Context Modifier and Type Method Description abstract void
AbstractContainerListPopupCustomizer. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ChooseColor. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
CopyID. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
HideAll. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Notes. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Remove. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
RemoveAll. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ShowAll. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
StoreColorInReport. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
StoreValueInReport. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ToggleVisibility. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
UpdateID. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.protected com.github.fracpete.javautils.struct.Struct2<Field,Object>
StoreValueInReport. enterValue(AbstractContainerListPopupCustomizer.Context<T,M,C> context)
Prompts the user to enter a field and value.protected void
UpdateID. update(AbstractContainerListPopupCustomizer.Context<T,M,C> context)
Allows the user to choose extraction/updating schemes for updating the IDs and the applies them. -
Uses of AbstractContainerListPopupCustomizer.Context in adams.gui.visualization.instance.containerlistpopup
Methods in adams.gui.visualization.instance.containerlistpopup with parameters of type AbstractContainerListPopupCustomizer.Context Modifier and Type Method Description void
SaveAs. customize(AbstractContainerListPopupCustomizer.Context<Instance,InstanceContainerManager,InstanceContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<Instance,InstanceContainerManager,InstanceContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list. -
Uses of AbstractContainerListPopupCustomizer.Context in adams.gui.visualization.sequence.containerlistpopup
Methods in adams.gui.visualization.sequence.containerlistpopup with parameters of type AbstractContainerListPopupCustomizer.Context Modifier and Type Method Description void
SaveAs. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list. -
Uses of AbstractContainerListPopupCustomizer.Context in adams.gui.visualization.spreadsheet.containerlistpopup
Methods in adams.gui.visualization.spreadsheet.containerlistpopup with parameters of type AbstractContainerListPopupCustomizer.Context Modifier and Type Method Description void
SaveAs. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list. -
Uses of AbstractContainerListPopupCustomizer.Context in adams.gui.visualization.timeseries.containerlistpopup
Methods in adams.gui.visualization.timeseries.containerlistpopup with parameters of type AbstractContainerListPopupCustomizer.Context Modifier and Type Method Description void
Information. customize(AbstractContainerListPopupCustomizer.Context<Timeseries,TimeseriesContainerManager,TimeseriesContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Reports. customize(AbstractContainerListPopupCustomizer.Context<Timeseries,TimeseriesContainerManager,TimeseriesContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<Timeseries,TimeseriesContainerManager,TimeseriesContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.
-