Class BasicPrefPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
ApplicationPreferenceModelPanel.GeneralAllPrefPanel, ApplicationPreferenceModelPanel.VisualsPrefPanel, LogPanelPreferencePanel.ColumnSelectorPanel, LogPanelPreferencePanel.FormattingPanel, LogPanelPreferencePanel.VisualsPrefPanel

public abstract class BasicPrefPanel extends JPanel
All of the Preferences panels used in this class extend from this, it is used to provide standard L&F required by all.
See Also:
  • Field Details

    • title

      private String title
  • Constructor Details

    • BasicPrefPanel

      protected BasicPrefPanel(String title)
  • Method Details

    • getTitle

      public final String getTitle()
      Returns:
      Returns the title.
    • setTitle

      public final void setTitle(String title)
      Parameters:
      title - The title to set.
    • toString

      public String toString()
      Overrides:
      toString in class Component