/***************************************************
*
* cismet GmbH, Saarbruecken, Germany
*
* ... and it just works.
*
****************************************************/
package de.cismet.tools.gui.actiongroup;
/**
* DOCUMENT ME!
*
* @author thorsten.hell@cismet.de
* @version $Revision$, $Date$
*/
public final class ActionConstants {
//~ Static fields/initializers ---------------------------------------------
public static final String SELECTED_KEY = "actionConstants.selected"; // NOI18N
//~ Constructors -----------------------------------------------------------
/**
* Creates a new instance of ActionConstants.
*/
private ActionConstants() {
}
}