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

List of all members.

Public Member Functions

 ChangeColorAction ()
void updateEnablement ()
void run ()
void dispose ()

Static Public Attributes

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

Detailed Description

This action opens a color dialog and checks whether the chosen color is different enough from other colors. If yes, the new color will be sent to the sessionmembers If no, you can change a new color or abort the process

Author:
cnk and tobi

Constructor & Destructor Documentation

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

Member Function Documentation

void de.fu_berlin.inf.dpp.ui.actions.ChangeColorAction.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.

void de.fu_berlin.inf.dpp.ui.actions.ChangeColorAction.run ( )
void de.fu_berlin.inf.dpp.ui.actions.ChangeColorAction.updateEnablement ( )

Member Data Documentation

final String de.fu_berlin.inf.dpp.ui.actions.ChangeColorAction.ACTION_ID = ChangeColorAction.class.getName() [static]
 All Classes Namespaces Files Functions Variables Enumerations