01: package org.millstone.examples.features; 02: 03: public class UIComponents extends Feature { 04: 05: protected String getDescriptionXHTML() { 06: return ""; 07: } 08: 09: protected String getImage() { 10: return "ui-components.gif"; 11: } 12: 13: protected String getTitle() { 14: return ""; 15: } 16: 17: }