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 classSequencePlotContainerContainer 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.XYSequenceContainerXYSequenceContainerManager. getVisible(int index)Returns the nth visible container.XYSequenceContainerXYSequenceContainerManager. newContainer(Comparable o)Returns a new container containing the given payload.XYSequenceContainerXYSequenceContainerManager. 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 voidXYSequenceContainerManager. add(XYSequenceContainer c)Adds the given container to the list.voidXYSequenceContainer. assign(XYSequenceContainer c)Updates itself with the values from given container (the manager is excluded!).ColorXYSequenceContainerManager. getColor(XYSequenceContainer cont)Returns the color for the container.StringXYSequenceContainerDisplayIDGenerator. getDisplay(XYSequenceContainer c)Returns the display ID for the sequence.protected booleanXYSequenceContainerManager. isMatch(XYSequenceContainer cont, String search, boolean regExp)Returns whether the container matches the current search.voidXYSequencePanel. saveSequence(XYSequenceContainer cont)Saves the specified sequence as spreadsheet file.voidXYSequencePanel. 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 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 XYSequenceContainer in adams.gui.visualization.sequence.plotpopup
-