Searched refs:SizeSequence (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSizeSequence.java29 * A <code>SizeSequence</code> object
32 * One situation for which <code>SizeSequence</code>
35 * In this case, a single <code>SizeSequence</code>
43 * <code>SizeSequence</code> object
46 * <code>SizeSequence</code> object
49 * <code>SizeSequence</code> object
57 * <img src="doc-files/SizeSequence-1.gif" width=384 height = 100
73 * Note that a <code>SizeSequence</code> object simply represents intervals
124 public class SizeSequence { class
130 * Creates a new <code>SizeSequence</cod
137 public SizeSequence() { method in class:SizeSequence
150 public SizeSequence(int numEntries) { method in class:SizeSequence
162 public SizeSequence(int numEntries, int value) { method in class:SizeSequence
174 public SizeSequence(int[] sizes) { method in class:SizeSequence
[all...]
H A DJTable.java382 private SizeSequence rowModel;
953 private SizeSequence getRowModel() {
955 rowModel = new SizeSequence(getRowCount(), getRowHeight());
3844 private SizeSequence modelRowSizes;
3866 modelRowSizes = new SizeSequence(getModel().getRowCount(),

Completed in 87 milliseconds