Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/IFLayerStatus.java

View differences:

IFLayerStatus.java
60 60

  
61 61
/**
62 62
 * <p>According to the particular constitution of a layer, it can be in a set of states,
63
 *  some of them simultaneously, that altogether represent its status.</p>
63
 *  some of them simultaneously, that altogether represent its <i>status</i>.</p>
64 64
 *   
65
 * <p>The interface <code>IFLayerStatus</code> is a "marked" interface (we don't define any methods), that represents
65
 * <p><code>IFLayerStatus</code> is a "marked" interface (we don't define any methods), that represents
66 66
 *  the common status of all kind of layers.</p>
67
 *  
68
 * <p>Samples of a layer's status:
69
 *  <ul>
70
 *  <li>OK</li>
71
 *  <li>Dirty</li>
72
 *  <li>Error</li>
73
 *  </ul>
74
 * </p>
75 67
 * 
76 68
 * @author azabala
77 69
 */

Also available in: Unified diff