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 class
SequencePlotContainerManager
A handler for the sequence plot containers.Fields in adams.flow.sink.sequenceplotter declared as XYSequenceContainerManager Modifier and Type Field Description protected XYSequenceContainerManager
SequencePlotterPanel. m_MarkerContainerManager
the manager for the marker sequences.protected XYSequenceContainerManager
SequencePlotterPanel. m_OverlayContainerManager
the manager for the overlays.Methods in adams.flow.sink.sequenceplotter that return XYSequenceContainerManager Modifier and Type Method Description XYSequenceContainerManager
SequencePlotterPanel. getMarkerContainerManager()
Returns the marker container manager in use.XYSequenceContainerManager
SequencePlotterPanel. getOverlayContainerManager()
Returns the overlay container manager in use.protected XYSequenceContainerManager
SequencePlotterPanel. newMarkerContainerManager()
Returns the manager for the marker sequences.protected XYSequenceContainerManager
SequencePlotterPanel. 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 boolean
AbstractSequencePostProcessor. postProcess(XYSequenceContainerManager manager, String plotName)
Post-processes the sequences.boolean
AligningSequences. postProcess(XYSequenceContainerManager manager, String plotName)
Post-processes the sequences.boolean
PassThrough. postProcess(XYSequenceContainerManager manager, String plotName)
Post-processes the sequences.boolean
SimplePruning. 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 void
MemoryMonitorPanel. 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 XYSequenceContainerManager
AbstractXYSequencePaintlet. m_CustomerContainerManager
a custom container manager to obtain the sequences from.protected XYSequenceContainerManager
MultiPaintlet. m_CustomerContainerManager
a custom container manager to obtain the sequences from.Methods in adams.gui.visualization.sequence that return XYSequenceContainerManager Modifier and Type Method Description XYSequenceContainerManager
AbstractXYSequencePaintlet. getActualContainerManager()
Returns the container manager in use.XYSequenceContainerManager
MultiPaintlet. getActualContainerManager()
Returns the container manager in use.XYSequenceContainerManager
XYSequencePaintletWithCustomerContainerManager. getActualContainerManager()
Returns the container manager in use.XYSequenceContainerManager
AbstractXYSequencePaintlet. getCustomerContainerManager()
Returns the current custom container manager to obtain the sequences from.XYSequenceContainerManager
MultiPaintlet. getCustomerContainerManager()
Returns the current custom container manager to obtain the sequences from.XYSequenceContainerManager
XYSequencePaintletWithCustomerContainerManager. getCustomerContainerManager()
Returns the current custom container manager to obtain the sequences from.protected XYSequenceContainerManager
XYSequencePanel. newContainerManager()
Returns the container manager to use.Methods in adams.gui.visualization.sequence with parameters of type XYSequenceContainerManager Modifier and Type Method Description protected XYSequenceContainerModel
XYSequenceContainerList. createModel(XYSequenceContainerManager manager)
Creates a new model.void
AbstractXYSequencePaintlet. setCustomContainerManager(XYSequenceContainerManager value)
Sets the custom container manager to obtain the sequences from.void
MultiPaintlet. setCustomContainerManager(XYSequenceContainerManager value)
Sets the custom container manager to obtain the sequences from.void
XYSequencePaintletWithCustomerContainerManager. 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 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.boolean
SaveAs. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)
Checks whether this action can handle the panel.boolean
ViewAsTable. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)
Checks whether this action can handle the panel. -
Uses of XYSequenceContainerManager in adams.gui.visualization.sequence.plotpopup
-