Home
last modified time | relevance | path

Searched refs:rowColors (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java105 Vector rowColors; // Attributes of a record field in ColumnListCanvas
148 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 …]