Class SettingsPanel

java.lang.Object
de.julianweinelt.datacat.dbx.api.ui.SettingsPanel

public class SettingsPanel extends Object
  • Constructor Details

    • SettingsPanel

      public SettingsPanel(String title)
  • Method Details

    • add

      public void add(Component component)
      Add a Component to the panel, moving to the next free row.
      Parameters:
      component - The component to add
    • setTitle

      public void setTitle(String title)
    • createPanel

      public JPanel createPanel()
    • title

      public String title()
    • finish

      public void finish()