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

org.nakedobjects.nos.client.dnd.HelpViewer Maven / Gradle / Ivy

package org.nakedobjects.nos.client.dnd;

import org.nakedobjects.nos.client.dnd.drawing.Location;

/**
 * A HelpSystem is used to launch the help system and bring up contextual help.
 */
public interface HelpViewer {

    void open(Location location, String name, String description, String help);

}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy