public class

ConfigPanelBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.configurator.gui.ConfigPanelBuilder

Summary

Public Constructors
ConfigPanelBuilder()
Public Methods
LabelledComponent add(String label, JComponent component)
LabelledComponent add(String label, JComponent component, String defaultValue)
JPanel getPanel()
void setTitle(String title)
Gives the panel a titled border with the given title.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfigPanelBuilder ()

Public Methods

public LabelledComponent add (String label, JComponent component)

public LabelledComponent add (String label, JComponent component, String defaultValue)

public JPanel getPanel ()

public void setTitle (String title)

Gives the panel a titled border with the given title.

Parameters
title The title.