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

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

package cdc.ui.swing.cells;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy