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

cdc.ui.swing.cells.CellConfigurable Maven / Gradle / Ivy

There is a newer version: 0.31.1
Show newest version
package cdc.ui.swing.cells;

@FunctionalInterface
public interface CellConfigurable {
    public void configure(CellParams params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy