Revision 3554 branches/gvSIG_WMSv2/extensions/extWMS/src/com/iver/cit/gvsig/gui/panels/StyleTree.java

View differences:

StyleTree.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1.2.3  2006-01-05 23:15:53  jaume
46
* Revision 1.1.2.4  2006-01-09 18:10:38  jaume
47
* casi con el time dimension
48
*
49
* Revision 1.1.2.3  2006/01/05 23:15:53  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.1.2.2  2006/01/04 18:09:02  jaume
......
64 67

  
65 68
import java.awt.Color;
66 69
import java.awt.Component;
67
import java.util.ArrayList;
68 70
import java.util.Hashtable;
69 71
import java.util.Iterator;
70 72
import java.util.Vector;
......
89 91
 * bi-dimensional string array containing the layer name and the selected style name.
90 92
 * </p>
91 93
 * <p>
92
 * Keep in mind that although is similar to LayersTree it is not the same.
94
 * Keep in mind that although it's similar to LayersTree it is not the same.
93 95
 * It does not use the same instances of the WMSLayerNode that LayerTreeModel
94 96
 * because it allows to repeat layers. So, each layer is a completely new 
95
 * WMSLayerNode containing same properties but no same parent (which is always
97
 * WMSLayerNode containing same properties but not the same parent (which is always
96 98
 * the tree root) and each style is a completely new FMapStyle containing same
97 99
 * properties but its parent is one of the layers of the StylesTree and not one
98 100
 * of those of the Layers tree.
99 101
 * </p>
100 102
 * 
101
 * @author jaume
103
 * @author jaume dominguez faus
102 104
 *
103 105
 */
104 106
public class StyleTree extends JTree {

Also available in: Unified diff