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

com.objogate.wl.swing.driver.table.Location Maven / Gradle / Ivy

The newest version!
/**
 * Something that can be converted into a Cell in a Table 
 */
package com.objogate.wl.swing.driver.table;

import javax.swing.JTable;

public interface Location {
  Cell asCellIn(JTable table);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy