/* * codjo.net * * Common Apache License 2.0 */ package net.codjo.segmentation.gui.preference; /** * Constantes relatives aux pr�f�rences IHM. */ public interface Constants { public static final String VAR_TABLE = "$VAR$"; }