|
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.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.java.sip.communicator.util.swing.TransparentPanel
net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm
public class LdapConfigForm
This ConfigurationForm shows the list of LDAP directories and allow users to manage them.
| Nested Class Summary | |
|---|---|
static class |
LdapConfigForm.RefreshContactSourceThread
Thread that will perform refresh of contact sources. |
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface net.java.sip.communicator.service.gui.ConfigurationForm |
|---|
ADVANCED_TYPE, CONTACT_SOURCE_TYPE, FORM_TYPE, GENERAL_TYPE, SECURITY_TYPE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
LdapConfigForm()
Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Processes buttons events (new, modify, remove) |
Object |
getForm()
Returns the containing form. |
byte[] |
getIcon()
Returns the icon of this configuration form. |
int |
getIndex()
Required by ConfirgurationForm interface 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. |
void |
valueChanged(ListSelectionEvent e)
Required by ListSelectionListener. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapConfigForm()
| Method Detail |
|---|
public String getTitle()
ConfigurationForm
getTitle in interface ConfigurationFormConfigurationForm.getTitle()public byte[] getIcon()
ConfigurationForm
getIcon in interface ConfigurationFormConfigurationForm.getIcon()public Object getForm()
ConfigurationFormNote that it's very important to return here an object that is compatible with the current UI implementation library.
getForm in interface ConfigurationFormConfigurationForm.getForm()public int getIndex()
0 is the first position -1 means that the form will be put at the end
getIndex in interface ConfigurationFormConfigurationForm.getIndex()public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent)public void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - event triggeredpublic 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 | |||||||||