Revision 41264 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/extension/BasicSymbologyExtension.java

View differences:

BasicSymbologyExtension.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/* CVS MESSAGES:
25
*
26
* $Id: AdvancedSymbologyExtension.java 16205 2007-11-08 16:33:35Z jdominguez $
27
* $Log: AdvancedSymbologyExtension.java,v $
28
* Revision 1.12  2007/09/19 15:34:59  jaume
29
* removed unnecessary imports
30
*
31
* Revision 1.11  2007/09/17 09:11:28  jaume
32
* order of the elements inverted
33
*
34
* Revision 1.10  2007/09/13 11:37:09  jvidal
35
* *** empty log message ***
36
*
37
* Revision 1.9  2007/09/04 10:53:10  caballero
38
* show page
39
*
40
* Revision 1.8  2007/08/09 10:39:04  jaume
41
* first round of found bugs fixed
42
*
43
* Revision 1.7  2007/08/01 13:03:31  jaume
44
* plugable symbol editor
45
*
46
* Revision 1.6  2007/05/22 12:17:12  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.5  2007/05/17 09:32:37  jaume
50
* *** empty log message ***
51
*
52
* Revision 1.4  2007/03/21 08:03:03  jaume
53
* refactored to use ISymbol instead of FSymbol
54
*
55
* Revision 1.3  2007/03/13 16:57:35  jaume
56
* Added MultiVariable legend
57
*
58
* Revision 1.2  2007/03/09 11:25:00  jaume
59
* Advanced symbology (start committing)
60
*
61
* Revision 1.1.2.4  2007/02/21 07:35:14  jaume
62
* *** empty log message ***
63
*
64
* Revision 1.1.2.3  2007/02/12 15:14:41  jaume
65
* refactored interval legend and added graduated symbol legend
66
*
67
* Revision 1.1.2.2  2007/02/01 17:47:12  jaume
68
* *** empty log message ***
69
*
70
* Revision 1.1.2.1  2007/02/01 12:12:41  jaume
71
* theme manager window and all its components are now dynamic
72
*
73
*/
74 24
package org.gvsig.app.extension;
75 25

  
76 26
import org.gvsig.andami.IconThemeHelper;
......
177 127
	}
178 128

  
179 129
	public boolean isEnabled() {
180
		return true; // or whatever
130
		return false;
181 131
	}
182 132

  
183 133
	public boolean isVisible() {
184
		return true; // or whatever
134
		return false;
185 135
	}
186 136

  
187 137
	public IPreference[] getPreferencesPages() {

Also available in: Unified diff