|
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.service.gui.LazyConfigurationForm
public class LazyConfigurationForm
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.gui.ConfigurationForm |
|---|
ADVANCED_TYPE, CONTACT_SOURCE_TYPE, FORM_TYPE, GENERAL_TYPE, SECURITY_TYPE |
| Constructor Summary | |
|---|---|
LazyConfigurationForm(String formClassName,
ClassLoader formClassLoader,
String iconID,
String titleID)
Creates an instance of LazyConfigurationForm. |
|
LazyConfigurationForm(String formClassName,
ClassLoader formClassLoader,
String iconID,
String titleID,
int index)
Creates an instance of LazyConfigurationForm. |
|
LazyConfigurationForm(String formClassName,
ClassLoader formClassLoader,
String iconID,
String titleID,
int index,
boolean isAdvanced)
Creates an instance of LazyConfigurationForm. |
|
| Method Summary | |
|---|---|
Object |
getForm()
Returns the form component. |
protected ClassLoader |
getFormClassLoader()
Returns the form class loader. |
String |
getFormClassName()
Returns the form class name. |
byte[] |
getIcon()
Returns the icon of the form. |
protected String |
getIconID()
Returns the identifier of the icon. |
int |
getIndex()
Returns the index of the form in its parent container. |
String |
getTitle()
Returns the title of the form. |
protected String |
getTitleID()
Returns the identifier of the title of the form. |
boolean |
isAdvanced()
Indicates if the form is an advanced form. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyConfigurationForm(String formClassName,
ClassLoader formClassLoader,
String iconID,
String titleID)
formClassName - the class name of the configuration formformClassLoader - the class loadericonID - the identifier of the form icontitleID - the identifier of the form title
public LazyConfigurationForm(String formClassName,
ClassLoader formClassLoader,
String iconID,
String titleID,
int index)
formClassName - the class name of the configuration formformClassLoader - the class loadericonID - the identifier of the form icontitleID - the identifier of the form titleindex - the index of the form in the parent container
public LazyConfigurationForm(String formClassName,
ClassLoader formClassLoader,
String iconID,
String titleID,
int index,
boolean isAdvanced)
formClassName - the class name of the configuration formformClassLoader - the class loadericonID - the identifier of the form icontitleID - the identifier of the form titleindex - the index of the form in the parent containerisAdvanced - indicates if the form is advanced configuration form| Method Detail |
|---|
public Object getForm()
getForm in interface ConfigurationFormprotected ClassLoader getFormClassLoader()
public String getFormClassName()
public byte[] getIcon()
getIcon in interface ConfigurationFormprotected String getIconID()
public int getIndex()
getIndex in interface ConfigurationFormpublic String getTitle()
getTitle in interface ConfigurationFormprotected String getTitleID()
public boolean isAdvanced()
isAdvanced in interface ConfigurationForm
|
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 | |||||||||