blob: da885928741661d62e8d075a0a57d82e821ae5b7 [file] [log] [blame]
package org.polarsys.chess.core.constraint;
/**
* The Class PreferenceProperties.
*/
public class PreferenceProperties {
/** The diagram in view. */
public static String DIAGRAM_IN_VIEW="DiagramInView";
/** The palettes in view. */
public static String PALETTES_IN_VIEW="PaletteInView";
}