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

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

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

import javax.swing.table.TableCellEditor;
import javax.swing.tree.TreeCellEditor;

public interface CellEditor extends CellComponent, TableCellEditor, TreeCellEditor {
    // Empty
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy