Class AbstractNamedHistoryPanel.HistoryEntrySelectionEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AbstractNamedHistoryPanel<T>

    public static class AbstractNamedHistoryPanel.HistoryEntrySelectionEvent
    extends EventObject
    Event object that gets sent whenever a history entry gets selected.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Names

        protected String[] m_Names
        the names of the entries.
    • Constructor Detail

      • HistoryEntrySelectionEvent

        public HistoryEntrySelectionEvent​(AbstractNamedHistoryPanel source,
                                          String[] names)
        Initializes the even.
        Parameters:
        source - the panel that triggered the event
        names - the names of the entries
    • Method Detail

      • getNames

        public String[] getNames()
        Returns the names of the entries.
        Returns:
        the names