public class ConfigPanelBuilder extends Object
Constructor and Description |
---|
ConfigPanelBuilder() |
Modifier and Type | Method and Description |
---|---|
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.
|
public LabelledComponent add(String label, JComponent component)
public LabelledComponent add(String label, JComponent component, String defaultValue)
public JPanel getPanel()
public void setTitle(String title)
title
- The title.Copyright © 2002-2019 Atlassian. All Rights Reserved.