Uses of Class
adams.gui.visualization.sequence.XYSequenceContainer
-
-
Uses of XYSequenceContainer in adams.flow.sink.sequenceplotter
Subclasses of XYSequenceContainer in adams.flow.sink.sequenceplotter Modifier and Type Class Description class
SequencePlotContainer
Container for sequence plot data. -
Uses of XYSequenceContainer in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence that return XYSequenceContainer Modifier and Type Method Description XYSequenceContainer[]
AbstractXYSequencePointHitDetector. containers(MouseEvent e)
Detects hits and associates them with the containers.XYSequenceContainer
XYSequenceContainerManager. getVisible(int index)
Returns the nth visible container.XYSequenceContainer
XYSequenceContainerManager. newContainer(Comparable o)
Returns a new container containing the given payload.XYSequenceContainer
XYSequenceContainerManager. remove(int index)
Removes the container at the specified position.Methods in adams.gui.visualization.sequence that return types with arguments of type XYSequenceContainer Modifier and Type Method Description List<XYSequenceContainer>
XYSequenceContainerManager. getAllVisible()
Returns (a copy of) all currently stored containers.Methods in adams.gui.visualization.sequence with parameters of type XYSequenceContainer Modifier and Type Method Description void
XYSequenceContainerManager. add(XYSequenceContainer c)
Adds the given container to the list.void
XYSequenceContainer. assign(XYSequenceContainer c)
Updates itself with the values from given container (the manager is excluded!).Color
XYSequenceContainerManager. getColor(XYSequenceContainer cont)
Returns the color for the container.String
XYSequenceContainerDisplayIDGenerator. getDisplay(XYSequenceContainer c)
Returns the display ID for the sequence.protected boolean
XYSequenceContainerManager. isMatch(XYSequenceContainer cont, String search, boolean regExp)
Returns whether the container matches the current search.void
XYSequencePanel. saveSequence(XYSequenceContainer cont)
Saves the specified sequence as spreadsheet file.void
XYSequencePanel. viewSequence(XYSequenceContainer cont)
Views the specified sequence in a table. -
Uses of XYSequenceContainer in adams.gui.visualization.sequence.containerlistpopup
Method parameters in adams.gui.visualization.sequence.containerlistpopup with type arguments of type XYSequenceContainer 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 XYSequenceContainer in adams.gui.visualization.sequence.plotpopup
-