Searched refs:rowColors (Results 1 – 1 of 1) sorted by relevance
105 Vector rowColors; // Attributes of a record field in ColumnListCanvas148 rowColors = new Vector(); in ColumnListCanvas()366 rowColors = new Vector(); in setHeaders()442 rowColors.setElementAt(new Integer(COLOR_FIRST), row); in setHighlighted()453 rowColors.setElementAt(new Integer(COLOR_NONE), row); in setHighlighted()461 int rowColor = ((Integer) rowColors.elementAt(row)).intValue(); in getHighlighted()603 rowColors.addElement(new Integer(COLOR_NONE)); in addMoreLabels()621 rowColors.setElementAt(new Integer(COLOR_NONE), records); in growRecords()649 rowColors.setElementAt(rowColors.elementAt(pos), pos+1); in insertItem()709 rowColors.setElementAt(new Integer(COLOR_FIRST), row); in addItem()[all …]