Search in sources :

Example 6 with ScrollTable

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;
}
Also used : ScrollTable(org.vcell.util.gui.ScrollTable)

Example 7 with ScrollTable

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;
}
Also used : ScrollTable(org.vcell.util.gui.ScrollTable)

Example 8 with ScrollTable

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;
}
Also used : ScrollTable(org.vcell.util.gui.ScrollTable)

Example 9 with ScrollTable

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;
}
Also used : ScrollTable(org.vcell.util.gui.ScrollTable)

Example 10 with ScrollTable

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;
}
Also used : ScrollTable(org.vcell.util.gui.ScrollTable)

Aggregations

ScrollTable (org.vcell.util.gui.ScrollTable)18 JPanel (javax.swing.JPanel)4 BorderLayout (java.awt.BorderLayout)3 Dimension (java.awt.Dimension)3 JScrollPane (javax.swing.JScrollPane)3 GridBagConstraints (java.awt.GridBagConstraints)2 GridBagLayout (java.awt.GridBagLayout)2 Insets (java.awt.Insets)2 Point (java.awt.Point)2 MouseEvent (java.awt.event.MouseEvent)2 TitledBorder (javax.swing.border.TitledBorder)2 ImageException (cbit.image.ImageException)1 LocalVCSimulationDataIdentifier (cbit.vcell.client.ClientSimManager.LocalVCSimulationDataIdentifier)1 ActiveView (cbit.vcell.client.desktop.biomodel.SelectionManager.ActiveView)1 AsynchClientTask (cbit.vcell.client.task.AsynchClientTask)1 UserDataEntry (cbit.vcell.export.gloworm.atoms.UserDataEntry)1 Curve (cbit.vcell.geometry.Curve)1 SampledCurve (cbit.vcell.geometry.SampledCurve)1 SinglePoint (cbit.vcell.geometry.SinglePoint)1 VariableType (cbit.vcell.math.VariableType)1