use of org.vcell.util.gui.ScrollTable in project vcell by virtualcell.
the class GeometrySubVolumePanel method getScrollPaneTable.
/**
* Return the ScrollPaneTable property value.
* @return javax.swing.JTable
*/
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private ScrollTable getScrollPaneTable() {
if (ivjScrollPaneTable == null) {
try {
ivjScrollPaneTable = new ScrollTable();
ivjScrollPaneTable.setName("ScrollPaneTable");
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);
}
}
return ivjScrollPaneTable;
}
use of org.vcell.util.gui.ScrollTable in project vcell by virtualcell.
the class SimulationStatusDetailsPanel method getScrollPaneTable.
/**
* Return the ScrollPaneTable property value.
* @return javax.swing.JTable
*/
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private ScrollTable getScrollPaneTable() {
if (ivjScrollPaneTable == null) {
try {
ivjScrollPaneTable = new ScrollTable();
ivjScrollPaneTable.setName("ScrollPaneTable");
ivjScrollPaneTable.setBounds(0, 0, 200, 200);
// user code begin {1}
// user code end
} catch (java.lang.Throwable ivjExc) {
// user code begin {2}
// user code end
handleException(ivjExc);
}
}
return ivjScrollPaneTable;
}
use of org.vcell.util.gui.ScrollTable in project vcell by virtualcell.
the class ReactionRuleSpecPropertiesPanel method getScrollPaneTable.
private ScrollTable getScrollPaneTable() {
if (table == null) {
try {
table = new ScrollTable();
table.setModel(getReactionRulePropertiesTableModel());
table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);
}
}
return table;
}
use of org.vcell.util.gui.ScrollTable in project vcell by virtualcell.
the class ResolvedLocationTablePanel method getScrollPaneTable.
/**
* Return the ScrollPaneTable property value.
* @return javax.swing.JTable
*/
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private ScrollTable getScrollPaneTable() {
if (ivjScrollPaneTable == null) {
try {
ivjScrollPaneTable = new ScrollTable();
ivjScrollPaneTable.setName("ScrollPaneTable");
// user code begin {1}
// user code end
} catch (java.lang.Throwable ivjExc) {
// user code begin {2}
// user code end
handleException(ivjExc);
}
}
return ivjScrollPaneTable;
}
use of org.vcell.util.gui.ScrollTable in project vcell by virtualcell.
the class StructureMappingPanel method getScrollPaneTable1.
/**
* Return the ScrollPaneTable1 property value.
* @return cbit.gui.JTableFixed
*/
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private ScrollTable getScrollPaneTable1() {
if (ivjScrollPaneTable1 == null) {
try {
ivjScrollPaneTable1 = new ScrollTable();
ivjScrollPaneTable1.setName("ScrollPaneTable1");
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);
}
}
return ivjScrollPaneTable1;
}
Aggregations