Revision 41346 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/documents/view/legend/gui/AbstractThemeManagerPage.java

View differences:

AbstractThemeManagerPage.java
90 90
            return ThemeManagerWindow.isTabEnabledForLayer(this, layer);
91 91
        }
92 92
        
93
        /**
94
         * Retorna la prioridad usada para determinar la posicion de la pesta?a.
95
         * 
96
         * Cuanto mas alta sea esta mas a la izquierda estara la pesta?a.
97
         * @return La prioridad 
98
         */
99
        public int getPriority() {
100
            return 50;
101
        }
102
        
93 103
	/**
94 104
	 * Returns the name of this ThemeManagerPage's tab, the text returned by this
95 105
	 * method will be shown in the text of this panel's tab.

Also available in: Unified diff