use of org.vcell.util.gui.sorttable.JSortTable in project vcell by virtualcell.
the class SpatialObjectPropertyPanel method getScrollTable.
private JSortTable getScrollTable() {
if (scrollPaneTable == null) {
scrollPaneTable = new JSortTable();
scrollPaneTable.setName("SortTable");
}
return scrollPaneTable;
}
use of org.vcell.util.gui.sorttable.JSortTable in project vcell by virtualcell.
the class SpatialProcessPropertyPanel method getScrollTable.
private JSortTable getScrollTable() {
if (scrollPaneTable == null) {
scrollPaneTable = new JSortTable();
scrollPaneTable.setName("SortTable");
}
return scrollPaneTable;
}
use of org.vcell.util.gui.sorttable.JSortTable in project vcell by virtualcell.
the class ElectricalStimulusPanel method getScrollPaneTable.
/**
* Return the ScrollPaneTable property value.
* @return cbit.vcell.messaging.admin.sorttable.JSortTable
*/
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private JSortTable getScrollPaneTable() {
if (ivjScrollPaneTable == null) {
try {
ivjScrollPaneTable = new JSortTable();
ivjScrollPaneTable.setName("ScrollPaneTable");
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);
}
}
return ivjScrollPaneTable;
}
use of org.vcell.util.gui.sorttable.JSortTable in project vcell by virtualcell.
the class MembraneConditionsPanel method getScrollPaneTable.
/**
* Return the ScrollPaneTable property value.
* @return javax.swing.JTable
*/
private JSortTable getScrollPaneTable() {
if (table == null) {
try {
table = new JSortTable();
table.setName("membraneSpecsTable");
tableModel = new MembraneConditionTableModel(table);
table.setModel(tableModel);
// table.setScrollTableActionManager(new InternalScrollTableActionManager(table));
table.setAutoResizeMode(JTable.AUTO_RESIZE_SUBSEQUENT_COLUMNS);
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);
}
}
return table;
}
use of org.vcell.util.gui.sorttable.JSortTable in project vcell by virtualcell.
the class SpeciesContextSpecPanel method getScrollPaneTable.
private JSortTable getScrollPaneTable() {
if (ivjScrollPaneTable == null) {
try {
ivjScrollPaneTable = new JSortTable();
ivjScrollPaneTable.setName("ScrollPaneTable");
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);
}
}
return ivjScrollPaneTable;
}
Aggregations