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

org.nakedobjects.nos.client.dnd.debug.DebugViewStructure Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.nos.client.dnd.debug;

import org.nakedobjects.nof.core.util.DebugInfo;
import org.nakedobjects.nof.core.util.DebugString;
import org.nakedobjects.nos.client.dnd.View;


public class DebugViewStructure implements DebugInfo {
    private final View view;

    public DebugViewStructure(final View display) {
        this.view = display;
    }

    public void debugData(final DebugString debug) {
        view.debug(debug);
    }

    public String debugTitle() {
        return "View Structure";
    }
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy