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

org.nakedobjects.plugins.dnd.viewer.table.ColumnWidthStrategy Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.plugins.dnd.viewer.table;

import org.nakedobjects.metamodel.spec.feature.NakedObjectAssociation;


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

    int getPreferredWidth(int i, NakedObjectAssociation specification);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy