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

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

package cdc.ui.swing.cells;

import javax.swing.JComponent;

public interface CellComponent {
    public Class getContentClass();

    public JComponent getDelegate();

    public void configure(C value,
                          CellParams params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy