List of usage examples for javax.swing.event TableColumnModelListener interface-usage
From source file Main.java
class MyTableColumnModelListener implements TableColumnModelListener { JTable table; public MyTableColumnModelListener(JTable table) { this.table = table; }
From source file com.github.fritaly.dualcommander.event.ColumnEventHelper.java
public final class ColumnEventHelper extends MouseAdapter implements TableColumnModelListener { private final ColumnEventListener listener; private boolean resizing = false;
From source file edu.ku.brc.specify.plugins.sgr.SGRResultsDisplay.java
/**
* @author rods
*
* @code_status Alpha
*
* Sep 27, 2010
From source file org.isatools.isacreator.spreadsheet.Spreadsheet.java
/**
* Spreadsheet class.
* Provides the functionality of a spreadsheet including the JTable, Listeners, Addition of Cell Editors, and so forth. Spreadsheet
* is created automatically from Table Reference Objects created by the ISAcreator configuration tool!
*
* @author Eamonn Maguire