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

org.nakedobjects.plugins.htmlviewer.component.DebugPane Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.plugins.htmlviewer.component;

public interface DebugPane extends Component {

    void addSection(String title);

    void appendln(String text);

    void indent();

    void unindent();

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy