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

org.jmol.awtjs.swing.ColumnSelectionModel Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.jmol.awtjs.swing;

public interface ColumnSelectionModel {

	ListSelectionModel getSelectionModel();

	TableColumn getColumn(int i);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy