com.atlassian.jira.configurator.gui
Class ConfigPanelBuilder

java.lang.Object
  extended by com.atlassian.jira.configurator.gui.ConfigPanelBuilder

public class ConfigPanelBuilder
extends Object


Constructor Summary
ConfigPanelBuilder()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPanelBuilder

public ConfigPanelBuilder()
Method Detail

add

public LabelledComponent add(String label,
                             JComponent component)

add

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

getPanel

public JPanel getPanel()

setTitle

public void setTitle(String title)
Gives the panel a titled border with the given title.

Parameters:
title - The title.


Copyright © 2002-2013 Atlassian. All Rights Reserved.