Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.ui.actions.RenameContactAction Class Reference

Inherits Action.

List of all members.

Public Member Functions

 RenameContactAction ()
void run ()
void dispose ()

Static Public Attributes

static final String ACTION_ID = RenameContactAction.class.getName()

Protected Member Functions

void updateEnablement ()

Protected Attributes

IConnectionListener connectionListener
ISelectionListener selectionListener

Detailed Description

Renames the nickname of the selected roster entry.

Author:
rdjemili

Constructor & Destructor Documentation

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

Member Function Documentation

void de.fu_berlin.inf.dpp.ui.actions.RenameContactAction.dispose ( )
void de.fu_berlin.inf.dpp.ui.actions.RenameContactAction.run ( )
void de.fu_berlin.inf.dpp.ui.actions.RenameContactAction.updateEnablement ( ) [protected]

Member Data Documentation

final String de.fu_berlin.inf.dpp.ui.actions.RenameContactAction.ACTION_ID = RenameContactAction.class.getName() [static]
Initial value:
 new IConnectionListener() {
        @Override
        public void connectionStateChanged(Connection connection,
            final ConnectionState newState) {
            updateEnablement();
        }
    }
Initial value:
 new ISelectionListener() {
        @Override
        public void selectionChanged(IWorkbenchPart part, ISelection selection) {
            updateEnablement();
        }
    }
 All Classes Namespaces Files Functions Variables Enumerations