|
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 | |||||||||
public interface ConfigurationForm
The ConfigurationForm interface is meant to be implemented by all
bundles that want to add their own specific configuration forms in the UI.
Each ConfigurationForm implementation could be added to the UI
by invoking the ConfigurationDialog.addConfigurationForm method.
The ConfigurationDialog for the current ui implementation could
be obtained by invoking UIService.getConfigurationDialog method.
| Field Summary | |
|---|---|
static String |
ADVANCED_TYPE
The advanced configuration form type. |
static String |
CONTACT_SOURCE_TYPE
The advanced contact source form type. |
static String |
FORM_TYPE
The name of a property representing the type of the configuration form. |
static String |
GENERAL_TYPE
The general configuration form type. |
static String |
SECURITY_TYPE
The security configuration form type. |
| Method Summary | |
|---|---|
Object |
getForm()
Returns the containing form. |
byte[] |
getIcon()
Returns the icon of this configuration form. |
int |
getIndex()
Returns the index of this configuration form in the configuration window. |
String |
getTitle()
Returns the title of this configuration form. |
boolean |
isAdvanced()
Indicates if this is an advanced configuration form. |
| Field Detail |
|---|
static final String FORM_TYPE
static final String SECURITY_TYPE
static final String GENERAL_TYPE
static final String ADVANCED_TYPE
static final String CONTACT_SOURCE_TYPE
| Method Detail |
|---|
String getTitle()
byte[] getIcon()
Object getForm()
Note that it's very important to return here an object that is compatible with the current UI implementation library.
int getIndex()
0 is the first position -1 means that the form will be put at the end
boolean isAdvanced()
|
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 | |||||||||