| java.lang.Object javax.swing.table.AbstractTableModel org.cougaar.glm.execution.eg.EGTableModelBase
EGTableModelBase | abstract public class EGTableModelBase extends AbstractTableModel (Code) | | Augment the standard TableModel interface to include column layout info.
|
CLUSTER_WIDTH | public static int CLUSTER_WIDTH(Code) | | |
CONSUMER_WIDTH | public static int CONSUMER_WIDTH(Code) | | |
DATE_WIDTH | public static int DATE_WIDTH(Code) | | |
ITEM_WIDTH | public static int ITEM_WIDTH(Code) | | |
QUANTITY_WIDTH | public static int QUANTITY_WIDTH(Code) | | |
SEND_WIDTH | public static int SEND_WIDTH(Code) | | |
STEP_WIDTH | public static int STEP_WIDTH(Code) | | |
cellIsFirst | public boolean cellIsFirst(int row, int col)(Code) | | |
cellIsMarked | public boolean cellIsMarked(int row, int col)(Code) | | |
cellSelectionChanged | public void cellSelectionChanged(int row, int col)(Code) | | |
compareRowsByColumn | public int compareRowsByColumn(int row1, int row2, int column)(Code) | | Default implementation of compareRowsByColumn compares class
names if the objects have different classes. Otherwise uses
compareTo if both are Comparable. Otherwise, compares the
toString values of the objects.
|
getNumericCellWidth | public static int getNumericCellWidth(String s)(Code) | | |
getToolTipText | public String getToolTipText(int row, int col)(Code) | | |
setWidths | public static void setWidths()(Code) | | |
|
|