Revision 43557 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/ThemeManagerWindow.java

View differences:

ThemeManagerWindow.java
57 57
            this.pageClass = pageClass;
58 58
        }
59 59

  
60
        @Override
61
        public String getName() {
62
            return this.pageClass.getName();
63
        }
64

  
60 65
        private AbstractThemeManagerPage getPage(FLayer layer) throws InstantiationException, IllegalAccessException {
61 66
            if (this.layer == null || this.layer != layer) {
62 67
                AbstractThemeManagerPage p = pageClass.newInstance();

Also available in: Unified diff