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

org.nakedobjects.nos.client.dnd.table.ColumnWidthStrategy Maven / Gradle / Ivy

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

import org.nakedobjects.noa.reflect.NakedObjectField;


public interface ColumnWidthStrategy {
    int getMinimumWidth(int i, NakedObjectField specification);

    int getPreferredWidth(int i, NakedObjectField specification);

    int getMaximumWidth(int i, NakedObjectField specification);
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy