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

org.nakedobjects.nos.client.dnd.action.WindowControl Maven / Gradle / Ivy

package org.nakedobjects.nos.client.dnd.action;

import org.nakedobjects.nos.client.dnd.UserAction;
import org.nakedobjects.nos.client.dnd.View;
import org.nakedobjects.nos.client.dnd.drawing.Size;


public abstract class WindowControl extends AbstractControlView {
    public final static int HEIGHT = 13;
    public final static int WIDTH = HEIGHT + 2;

    protected WindowControl(final UserAction action, final View target) {
        super(action, target);
    }

    public Size getMaximumSize() {
        return new Size(WIDTH, HEIGHT);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy