
org.nakedobjects.plugins.dnd.HelpViewer Maven / Gradle / Ivy
The newest version!
package org.nakedobjects.plugins.dnd;
import org.nakedobjects.plugins.dnd.viewer.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