Uses of Class
adams.gui.visualization.sequence.XYSequenceContainerManager
-
-
Uses of XYSequenceContainerManager in adams.flow.sink.sequenceplotter
Subclasses of XYSequenceContainerManager in adams.flow.sink.sequenceplotter Modifier and Type Class Description classSequencePlotContainerManagerA handler for the sequence plot containers.Fields in adams.flow.sink.sequenceplotter declared as XYSequenceContainerManager Modifier and Type Field Description protected XYSequenceContainerManagerSequencePlotterPanel. m_MarkerContainerManagerthe manager for the marker sequences.protected XYSequenceContainerManagerSequencePlotterPanel. m_OverlayContainerManagerthe manager for the overlays.Methods in adams.flow.sink.sequenceplotter that return XYSequenceContainerManager Modifier and Type Method Description XYSequenceContainerManagerSequencePlotterPanel. getMarkerContainerManager()Returns the marker container manager in use.XYSequenceContainerManagerSequencePlotterPanel. getOverlayContainerManager()Returns the overlay container manager in use.protected XYSequenceContainerManagerSequencePlotterPanel. newMarkerContainerManager()Returns the manager for the marker sequences.protected XYSequenceContainerManagerSequencePlotterPanel. newOverlayContainerManager()Returns the manager for the overlay data.Methods in adams.flow.sink.sequenceplotter with parameters of type XYSequenceContainerManager Modifier and Type Method Description abstract booleanAbstractSequencePostProcessor. postProcess(XYSequenceContainerManager manager, String plotName)Post-processes the sequences.booleanAligningSequences. postProcess(XYSequenceContainerManager manager, String plotName)Post-processes the sequences.booleanPassThrough. postProcess(XYSequenceContainerManager manager, String plotName)Post-processes the sequences.booleanSimplePruning. postProcess(XYSequenceContainerManager manager, String plotName)Post-processes the sequences. -
Uses of XYSequenceContainerManager in adams.gui.core
Methods in adams.gui.core with parameters of type XYSequenceContainerManager Modifier and Type Method Description protected voidMemoryMonitorPanel. add(XYSequenceContainerManager manager, String name, long value)Adds to the specified plot. -
Uses of XYSequenceContainerManager in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as XYSequenceContainerManager Modifier and Type Field Description protected XYSequenceContainerManagerAbstractXYSequencePaintlet. m_CustomerContainerManagera custom container manager to obtain the sequences from.protected XYSequenceContainerManagerMultiPaintlet. m_CustomerContainerManagera custom container manager to obtain the sequences from.Methods in adams.gui.visualization.sequence that return XYSequenceContainerManager Modifier and Type Method Description XYSequenceContainerManagerAbstractXYSequencePaintlet. getActualContainerManager()Returns the container manager in use.XYSequenceContainerManagerMultiPaintlet. getActualContainerManager()Returns the container manager in use.XYSequenceContainerManagerXYSequencePaintletWithCustomerContainerManager. getActualContainerManager()Returns the container manager in use.XYSequenceContainerManagerAbstractXYSequencePaintlet. getCustomerContainerManager()Returns the current custom container manager to obtain the sequences from.XYSequenceContainerManagerMultiPaintlet. getCustomerContainerManager()Returns the current custom container manager to obtain the sequences from.XYSequenceContainerManagerXYSequencePaintletWithCustomerContainerManager. getCustomerContainerManager()Returns the current custom container manager to obtain the sequences from.protected XYSequenceContainerManagerXYSequencePanel. newContainerManager()Returns the container manager to use.Methods in adams.gui.visualization.sequence with parameters of type XYSequenceContainerManager Modifier and Type Method Description protected XYSequenceContainerModelXYSequenceContainerList. createModel(XYSequenceContainerManager manager)Creates a new model.voidAbstractXYSequencePaintlet. setCustomContainerManager(XYSequenceContainerManager value)Sets the custom container manager to obtain the sequences from.voidMultiPaintlet. setCustomContainerManager(XYSequenceContainerManager value)Sets the custom container manager to obtain the sequences from.voidXYSequencePaintletWithCustomerContainerManager. setCustomContainerManager(XYSequenceContainerManager value)Sets the custom container manager to obtain the sequences from.Constructors in adams.gui.visualization.sequence with parameters of type XYSequenceContainerManager Constructor Description XYSequenceContainer(XYSequenceContainerManager manager, XYSequence data)Initializes the container.XYSequenceContainerModel(XYSequenceContainerManager manager)Initializes the model.Constructor parameters in adams.gui.visualization.sequence with type arguments of type XYSequenceContainerManager Constructor Description XYSequenceContainerModel(ContainerListManager<XYSequenceContainerManager> panel)Initializes the model. -
Uses of XYSequenceContainerManager in adams.gui.visualization.sequence.containerlistpopup
Method parameters in adams.gui.visualization.sequence.containerlistpopup with type arguments of type XYSequenceContainerManager 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.booleanSaveAs. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)Checks whether this action can handle the panel.booleanViewAsTable. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)Checks whether this action can handle the panel. -
Uses of XYSequenceContainerManager in adams.gui.visualization.sequence.plotpopup
-