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

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

package org.nakedobjects.plugins.html.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 - 2024 Weber Informatics LLC | Privacy Policy