All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.runtime.help.HelpManager Maven / Gradle / Ivy

package org.nakedobjects.runtime.help;

import org.nakedobjects.applib.Identifier;
import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;


public interface HelpManager extends ApplicationScopedComponent {

    /**
     * Returns help text for the specified identifier. If no help text is available then an empty String
     * should be returned.
     */
    String help(Identifier identifier);
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy