Class AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<T>

    • Field Detail

      • m_EntryName

        protected String m_EntryName
        the history entry name .
    • Constructor Detail

      • AbstractHistoryEntryFrame

        public AbstractHistoryEntryFrame​(AbstractNamedHistoryPanel<T> owner,
                                         String name)
        Initializes the frame.
        Parameters:
        owner - the owning history panel
        name - the name of the history entry
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BaseFrame
      • getDefaultSize

        protected Dimension getDefaultSize()
        Returns the default size of the frame.
        Returns:
        the default size
      • getEntryName

        public String getEntryName()
        Returns the name of the history entry.
        Returns:
        the name
      • updateEntry

        public abstract void updateEntry()
        Updates the entry, i.e., re-displays it.