Search in sources :

Example 11 with JSortTable

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

Example 12 with JSortTable

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

Example 13 with JSortTable

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

Example 14 with JSortTable

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

Example 15 with JSortTable

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

Aggregations

JSortTable (org.vcell.util.gui.sorttable.JSortTable)21 Dimension (java.awt.Dimension)4 GridBagConstraints (java.awt.GridBagConstraints)4 GridBagLayout (java.awt.GridBagLayout)4 Insets (java.awt.Insets)4 JLabel (javax.swing.JLabel)4 JTextField (javax.swing.JTextField)4 Comparator (java.util.Comparator)3 JScrollPane (javax.swing.JScrollPane)3 JTable (javax.swing.JTable)3 VCellSortTableModel (cbit.vcell.client.desktop.biomodel.VCellSortTableModel)2 Component (java.awt.Component)2 ActionEvent (java.awt.event.ActionEvent)2 ActionListener (java.awt.event.ActionListener)2 MouseAdapter (java.awt.event.MouseAdapter)2 MouseEvent (java.awt.event.MouseEvent)2 Vector (java.util.Vector)2 JMenuItem (javax.swing.JMenuItem)2 JPopupMenu (javax.swing.JPopupMenu)2 UserCancelException (org.vcell.util.UserCancelException)2