Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui
Interface ConfigurationContainer

All Known Implementing Classes:
AdvancedConfigurationPanel, ConfigurationFrame

public interface ConfigurationContainer


Method Summary
 void setSelected(ConfigurationForm configForm)
          Selects the given ConfigurationForm if it exists in this container.
 void setVisible(boolean visible)
          Shows or hides this configuration container depending on the value of parameter visible.
 void validateCurrentForm()
          Validates the currently selected configuration form.
 

Method Detail

setVisible

void setVisible(boolean visible)
Shows or hides this configuration container depending on the value of parameter visible.

Parameters:
visible - if true, shows the main application window; otherwise, hides the main application window.

setSelected

void setSelected(ConfigurationForm configForm)
Selects the given ConfigurationForm if it exists in this container.

Parameters:
configForm - the ConfigurationForm to select

validateCurrentForm

void validateCurrentForm()
Validates the currently selected configuration form. This method is meant to be used by configuration forms the re-validate when a new component has been added or size has changed.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.