Class ConfigPanelBuilder
java.lang.Object
com.atlassian.jira.configurator.gui.ConfigPanelBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(String label, JComponent component) add(String label, JComponent component, String defaultValue) getPanel()voidGives the panel a titled border with the given title.
-
Constructor Details
-
ConfigPanelBuilder
public ConfigPanelBuilder()
-
-
Method Details
-
add
-
add
-
getPanel
-
setTitle
Gives the panel a titled border with the given title.- Parameters:
title- The title.
-