|
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 ChatRoomConfigurationForm
The ChatRoomConfigurationForm contains the chat room configuration.
It's meant to be implemented by protocol providers in order to provide an
access to the administration properties of a chat room. The GUI should be
able to obtain this form from the chat room and provide the user with the
user interface representation and the possibility to change it.
The ChatRoomConfigurationForm contains a list of
ChatRoomConfigurationFormFields. Each field corresponds to a chat
room configuration property.
| Method Summary | |
|---|---|
Iterator<ChatRoomConfigurationFormField> |
getConfigurationSet()
Returns an Iterator over a set of ChatRoomConfigurationFormFields, containing the current configuration of the chat room. |
void |
submit()
Submits the information in this configuration form to the server. |
| Method Detail |
|---|
Iterator<ChatRoomConfigurationFormField> getConfigurationSet()
void submit()
throws OperationFailedException
OperationFailedException - if the submit opeation do not succeed
for some reason (e.g. a wrong value is provided for a property)
|
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 | |||||||||