Statistics
| Revision:

root / trunk / applications / appgvSIG / src / com / iver / cit / gvsig / gui / styling / AbstractTypeSymbolEditorPanel.java @ 12906

History | View | Annotate | Download (5.86 KB)

1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2
 *
3
 * Copyright (C) 2005 IVER T.I. and Generalitat Valenciana.
4
 *
5
 * This program is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * of the License, or (at your option) any later version.
9
 *
10
 * This program is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 * GNU General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU General Public License
16
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 *
19
 * For more information, contact:
20
 *
21
 *  Generalitat Valenciana
22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
24
 *   46010 VALENCIA
25
 *   SPAIN
26
 *
27
 *      +34 963862235
28
 *   gvsig@gva.es
29
 *      www.gvsig.gva.es
30
 *
31
 *    or
32
 *
33
 *   IVER T.I. S.A
34
 *   Salamanca 50
35
 *   46005 Valencia
36
 *   Spain
37
 *
38
 *   +34 963163400
39
 *   dac@iver.es
40
 */
41

    
42
/* CVS MESSAGES:
43
*
44
* $Id: AbstractTypeSymbolEditorPanel.java 12906 2007-08-03 07:34:15Z jaume $
45
* $Log$
46
* Revision 1.10  2007-08-03 07:34:15  jaume
47
* javadoc
48
*
49
* Revision 1.9  2007/07/30 12:56:04  jaume
50
* organize imports, java 5 code downgraded to 1.4 and added PictureFillSymbol
51
*
52
* Revision 1.8  2007/07/18 06:56:03  jaume
53
* continuing with cartographic support
54
*
55
* Revision 1.7  2007/07/12 10:43:55  jaume
56
* *** empty log message ***
57
*
58
* Revision 1.6  2007/06/29 13:07:33  jaume
59
* +PictureLineSymbol
60
*
61
* Revision 1.5  2007/05/08 15:44:07  jaume
62
* *** empty log message ***
63
*
64
* Revision 1.4  2007/04/20 07:54:38  jaume
65
* *** empty log message ***
66
*
67
* Revision 1.3  2007/04/05 16:08:34  jaume
68
* Styled labeling stuff
69
*
70
* Revision 1.2  2007/03/09 11:25:00  jaume
71
* Advanced symbology (start committing)
72
*
73
* Revision 1.1.2.3  2007/02/21 07:35:14  jaume
74
* *** empty log message ***
75
*
76
* Revision 1.1.2.2  2007/02/08 15:42:13  jaume
77
* *** empty log message ***
78
*
79
* Revision 1.1.2.1  2007/01/26 13:49:03  jaume
80
* *** empty log message ***
81
*
82
* Revision 1.1  2007/01/16 11:52:11  jaume
83
* *** empty log message ***
84
*
85
* Revision 1.6  2006/11/13 09:15:23  jaume
86
* javadoc and some clean-up
87
*
88
* Revision 1.5  2006/11/06 16:06:52  jaume
89
* *** empty log message ***
90
*
91
* Revision 1.4  2006/10/31 16:16:34  jaume
92
* *** empty log message ***
93
*
94
* Revision 1.3  2006/10/30 19:30:35  jaume
95
* *** empty log message ***
96
*
97
* Revision 1.2  2006/10/29 23:53:49  jaume
98
* *** empty log message ***
99
*
100
* Revision 1.1  2006/10/27 12:41:09  jaume
101
* GUI
102
*
103
*
104
*/
105
package com.iver.cit.gvsig.gui.styling;
106

    
107
import javax.swing.JPanel;
108

    
109
import com.iver.cit.gvsig.fmap.core.CartographicSupport;
110
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
111
/**
112
 * <p>
113
 * Abstract class that all the Symbol settings interface must extend.
114
 * </p> 
115
 * <p> 
116
 * The components contained by this panel are automatically placed in 
117
 * the SymbolEditor symbol options area. In case other panel of this
118
 * was already placed, then the old one is replaced by this.
119
 * </p>
120
 * <p>
121
 * </p>
122
 * @author jaume dominguez faus - jaume.dominguez@iver.es
123
 */
124
public abstract class AbstractTypeSymbolEditorPanel {
125
        protected SymbolEditor owner;
126
        private boolean applying = false;
127

    
128
        /**
129
         * Produces and returns  the ISymbol according with the user settings.
130
         *
131
         * @return XMLEntity defining the ISymbol.
132
         * @see getSymbolClass() method
133
         */
134
        public abstract ISymbol getLayer();
135

    
136
        /**
137
         * Creates a new instance of this type symbol editor panel associated to
138
         * its SymbolEditor parent which will be notified of the changes in
139
         * order to keep the symbol preview in sync with the user settings.
140
         * @param owner, the SymbolEditor which created this.
141
         */
142
        public AbstractTypeSymbolEditorPanel(SymbolEditor owner) {
143
                this.owner = owner;
144
        }
145

    
146
        /**
147
         * <p>
148
         * Returns the name of the config tabs that will be shown in the selector combo box.
149
         * This is typically a human-readable (and also translatable) name for the symbol that
150
         * this TypeEditorPanel deals with, but maybe you prefer to use any other one.<br>
151
         * </p>
152
         * <p>
153
         * The order of the entries in the combo is alphabetically-based. So you can force a
154
         * position by defining a name that suits your needs.
155
         * </p>
156
         * @return A human-readable text naming this panel
157
         */
158
        public abstract String getName();
159

    
160
        /**
161
         * <p>
162
         * Due to the complexity that many symbols settings can reach, the SymbolEditorPanel is
163
         * designed in a tabbed-based fashion. So, you can use as many of pages you want to put
164
         * your components. This pages are regular JPanels that will be automatically added to
165
         * the SymbolEditor dialog.<br>
166
         * </p>
167
         * <p>
168
         * In case you need only one page, just return a JPanel array with a length of 1.
169
         * </p>
170
         * @return An array of JPanel containing the setting's interface.
171
         */
172
        public abstract JPanel[] getTabs();
173

    
174
        /**
175
         * Invoked when the user selects or adds a new layer. This method fills up
176
         * the components on the right according on the layer properties
177
         * @param <b>ISymbol</b> layer, the symbol
178
         */
179
        public abstract void refreshControls(ISymbol layer);
180

    
181
        public final String toString() {
182
                return getName();
183
        }
184

    
185
        protected final void fireSymbolChangedEvent() {
186
                if (!applying) { // avoid unnecessary events
187
                        applying = true;
188
                        ISymbol sym = getLayer();
189

    
190
                        if (sym instanceof CartographicSupport) {
191
                                CartographicSupport cs = (CartographicSupport) sym;
192
                                cs.setReferenceSystem(owner.getUnitsReferenceSystem());
193
                                cs.setUnit(owner.getUnit());
194

    
195
                        }
196
                        owner.setLayerToSymbol(getLayer());
197
                        owner.refresh();
198
                        applying = false;
199
                }
200
        }
201

    
202
        /**
203
         * Returns the symbol class that is handled by this configuration panel.
204
         * @return <b>Class</b> (of the concrete ISymbol that this configuration panel deals with)
205
         */
206
        public abstract Class getSymbolClass();
207

    
208
        public abstract EditorTool getEditorTool();
209

    
210

    
211
}
212