UIComponents.java :  » Web-Framework » Millstone » org » millstone » examples » features » Java Open Source

Java Open Source » Web Framework » Millstone 
Millstone » org » millstone » examples » features » UIComponents.java
package org.millstone.examples.features;

public class UIComponents extends Feature {

    protected String getDescriptionXHTML() {
        return "";
    }

    protected String getImage() {
        return "ui-components.gif";
    }

    protected String getTitle() {
        return "";
    }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.