|
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.advancedconfig.AdvancedConfigurationPanel
public class AdvancedConfigurationPanel
The advanced configuration panel.
| Nested Class Summary |
|---|
| 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 | |
|---|---|
AdvancedConfigurationPanel()
Creates an instance of the AdvancedConfigurationPanel. |
|
| Method Summary | |
|---|---|
void |
addConfigForm(ConfigurationForm configForm)
Adds a new ConfigurationForm to this list. |
Object |
getForm()
Returns the form component. |
byte[] |
getIcon()
Returns the icon of the form. |
int |
getIndex()
Returns the index of the form in its parent container. |
String |
getTitle()
Returns the title of the form. |
boolean |
isAdvanced()
Indicates if the form is an advanced form. |
void |
removeConfigForm(ConfigurationForm configForm)
Removes a ConfigurationForm from this list. |
void |
serviceChanged(org.osgi.framework.ServiceEvent event)
Handles registration of a new configuration form. |
void |
setSelected(ConfigurationForm configForm)
Selects the given ConfigurationForm. |
void |
setVisible(boolean isVisible)
Implements ApplicationWindow.show method. |
void |
validateCurrentForm()
Validates the currently selected configuration form. |
void |
valueChanged(ListSelectionEvent e)
Called when user selects a component in the list of configuration forms. |
| 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 AdvancedConfigurationPanel()
| Method Detail |
|---|
public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListenerevent - the ServiceEvent that notified uspublic void addConfigForm(ConfigurationForm configForm)
configForm - The ConfigurationForm to add.public void setVisible(boolean isVisible)
ApplicationWindow.show method.
setVisible in interface ConfigurationContainersetVisible in class JComponentisVisible - specifies whether the frame is to be visible or not.public void removeConfigForm(ConfigurationForm configForm)
configForm - The ConfigurationForm to remove.public void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - the ListSelectionEventpublic void setSelected(ConfigurationForm configForm)
setSelected in interface ConfigurationContainerconfigForm - the ConfigurationForm to selectpublic String getTitle()
getTitle in interface ConfigurationFormpublic byte[] getIcon()
getIcon in interface ConfigurationFormpublic Object getForm()
getForm in interface ConfigurationFormpublic int getIndex()
getIndex in interface ConfigurationFormpublic boolean isAdvanced()
isAdvanced in interface ConfigurationFormpublic void validateCurrentForm()
validateCurrentForm in interface ConfigurationContainer
|
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 | |||||||||