|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.configforms.ConfigFormDescriptor
public class ConfigFormDescriptor
The ConfigFormDescriptor saves information about the ConfigurationForm. When a ConfigurationForm is added in the ConfigurationWindow we create the corresponding descriptor and load all the data we need in order to show this configuration form.
| Constructor Summary | |
|---|---|
ConfigFormDescriptor(ConfigurationForm configForm)
Loads the given ConfigurationForm. |
|
| Method Summary | |
|---|---|
ConfigurationForm |
getConfigForm()
Returns the corresponding ConfigurationForm. |
ImageIcon |
getConfigFormIcon()
Returns the icon of the corresponding ConfigurationForm. |
Component |
getConfigFormPanel()
Returns the form of the corresponding ConfigurationForm. |
String |
getConfigFormTitle()
Returns the title of the corresponding ConfigurationForm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigFormDescriptor(ConfigurationForm configForm)
configForm - the ConfigurationForm to load| Method Detail |
|---|
public ImageIcon getConfigFormIcon()
public Component getConfigFormPanel()
public String getConfigFormTitle()
public ConfigurationForm getConfigForm()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||