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 voidAbstractContainerListPopupCustomizer. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidChooseColor. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidCopyID. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidHideAll. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidNotes. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidRemove. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidRemoveAll. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidShowAll. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidStoreColorInReport. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidStoreValueInReport. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidToggleVisibility. customize(AbstractContainerListPopupCustomizer.Context<T,M,C> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidUpdateID. 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 voidUpdateID. 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 voidSaveAs. customize(AbstractContainerListPopupCustomizer.Context<Instance,InstanceContainerManager,InstanceContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidViewAsTable. 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 voidSaveAs. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidViewAsTable. 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 voidSaveAs. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidViewAsTable. 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 voidInformation. customize(AbstractContainerListPopupCustomizer.Context<Timeseries,TimeseriesContainerManager,TimeseriesContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidReports. customize(AbstractContainerListPopupCustomizer.Context<Timeseries,TimeseriesContainerManager,TimeseriesContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<Timeseries,TimeseriesContainerManager,TimeseriesContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.
-