Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction Class Reference
Inheritance diagram for de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction:
de.fu_berlin.inf.dpp.ui.actions.Disposable

List of all members.

Public Member Functions

 ChangeXMPPAccountAction ()
void run ()
void dispose ()
Menu getMenu (Menu parent)
Menu getMenu (Control parent)

Static Public Attributes

static final String ACTION_ID

Detailed Description

In addition to the connect/disconnect action, this allows the user to switch between accounts. At the moment, it is implemented by a drop-down in the RosterView.


Constructor & Destructor Documentation

de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction.ChangeXMPPAccountAction ( )

Member Function Documentation

void de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction.dispose ( )

Gets called when the SarosView is about to being disposed. Actions implementing this interface should release all resources and remove all installed listeners that were allocated and installed during the lifetime of the action.

Implements de.fu_berlin.inf.dpp.ui.actions.Disposable.

Menu de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction.getMenu ( Control  parent)
Menu de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction.getMenu ( Menu  parent)
void de.fu_berlin.inf.dpp.ui.actions.ChangeXMPPAccountAction.run ( )

Member Data Documentation

 All Classes Namespaces Files Functions Variables Enumerations