Searched refs:column (Results 51 - 75 of 157) sorted by relevance

1234567

/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java123 int row, int column) {
130 return super.prepareRenderer(renderer, row, column);
149 int column) {
156 if (column == VALUE_COLUMN) {
157 Object obj = getModel().getValueAt(row, column);
163 renderer.setToolTipText(getToolTip(row,column));
169 super.getCellRenderer(row, column);
170 if (!isCellError(row, column)) {
171 if (!(isColumnEditable(column) && isWritable(row) &&
213 public final boolean editCellAt(final int row, final int column, EventObjec argument
122 prepareRenderer(TableCellRenderer renderer, int row, int column) argument
148 getCellRenderer(int row, int column) argument
248 setValueAt(Object value, int row, int column) argument
268 isColumnEditable(int column) argument
306 getToolTip(int row, int column) argument
672 sortRequested(int column) argument
817 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
878 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DXMBeanNotifications.java128 public void setValueAt(Object value, int row, int column) { argument
134 TableCellRenderer renderer, int row, int column) {
142 Component comp = super.prepareRenderer(renderer, row, column);
149 if (column == 2 && cell != null) {
166 public synchronized TableCellRenderer getCellRenderer(int row, int column) { argument
176 UserDataCell cell = getUserDataCell(row, column);
181 (DefaultTableCellRenderer) super.getCellRenderer(row, column);
189 ((DefaultTableModel) getModel()).getValueAt(row, column);
201 private UserDataCell getUserDataCell(int row, int column) { argument
202 Object obj = ((DefaultTableModel) getModel()).getValueAt(row, column);
133 prepareRenderer( TableCellRenderer renderer, int row, int column) argument
432 getTableCellRendererComponent( JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
550 getTableCellEditorComponent( JTable table, Object value, boolean isSelected, int row, int column) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DJavaCharStream.java116 protected int column = 0; field in class:JavaCharStream
207 bufcolumn[bufpos] = column;
263 column++;
268 line += (column = 1);
278 line += (column = 1);
290 column--;
291 column += (tabSize - (column % tabSize));
298 bufcolumn[bufpos] = column;
365 ++column;
[all...]
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DJavaCharStream.java96 protected int column = 0; field in class:JavaCharStream
187 bufcolumn[bufpos] = column;
243 column++;
248 line += (column = 1);
258 line += (column = 1);
270 column--;
271 column += (tabSize - (column % tabSize));
278 bufcolumn[bufpos] = column;
345 ++column;
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java40 * column class of <code>Object</code>. When
76 /** The <code>Vector</code> of column identifiers. */
122 * object values. Each column's name will be taken from
140 * object values. Each column's name will be taken from
177 * the row index and the second is the column index.
193 * at row 1, column 5: <p>
219 * mapped to column 0 in <code>dataVector</code>. Each row in
245 * array is the row index and the second is the column index.
478 * Replaces the column identifiers in the model. If the number of
485 * @param columnIdentifiers vector of column identifier
625 getColumnName(int column) argument
644 isCellEditable(int row, int column) argument
658 getValueAt(int row, int column) argument
675 setValueAt(Object aValue, int row, int column) argument
[all...]
H A DDefaultTableColumnModel.java40 * The standard column-handler for a <code>JTable</code>.
66 /** Model for keeping track of column selections */
69 /** Width margin between each column */
78 /** Column selection allowed in this column model */
88 * Creates a default table column model.
131 * Deletes the <code>column</code> from the
133 * <code>column</code> is not in the table's columns list.
139 * @param column the <code>TableColumn</code> to be removed
142 public void removeColumn(TableColumn column) { argument
143 int columnIndex = tableColumns.indexOf(column);
[all...]
H A DJTableHeader.java98 * to column dragging or resizing, are now unconditional.
102 * a column is dragged or resized; the default is true.
106 /** The index of the column being resized. <code>null</code> if not resizing. */
109 /** The index of the column being dragged. <code>null</code> if not dragging. */
112 /** The distance from its original position the column has been dragged. */
142 * <code>cm</code> as the column model. If <code>cm</code> is
146 * @param cm the column model for the table
191 * Sets whether the user can drag column headers to reorder columns.
198 = "Whether the user can drag column headers to reorder columns.")
245 * Returns the dragged column, i
350 getHeaderRect(int column) argument
899 private int column; field in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
[all...]
H A DTableColumnModel.java35 * Defines the requirements for a table column model object suitable for
60 * Deletes the <code>TableColumn</code> <code>column</code> from the
62 * <code>column</code> is not in the table's column list.
66 * @param column the <code>TableColumn</code> to be removed
69 public void removeColumn(TableColumn column); argument
72 * Moves the column and its header at <code>columnIndex</code> to
73 * <code>newIndex</code>. The old column at <code>columnIndex</code>
74 * will now be found at <code>newIndex</code>. The column that used
80 * @param columnIndex the index of column t
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/table/
H A DSortHeaderCellRenderer.java34 * column state and renders arrow buttons to indicated the sorted column
73 int row, int column) {
77 if (column == model.getColumn()) {
71 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DLongCellRenderer.java42 int row, int column) {
40 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java354 // Replace this with the index of the last column.
529 for (int column = cMin; column <= cMax; column++) {
530 int w = cm.getColumn(column).getWidth();
537 for (int column = cMax; column >= cMin; column--) {
538 int w = cm.getColumn(column).getWidth();
549 for (int column
669 paintCell(SynthContext context, Graphics g, Rectangle cellRect, int row, int column) argument
713 getTableCellRendererComponent( JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
770 getTableCellRendererComponent( JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DSynthTableHeaderUI.java225 int row, int column) {
227 boolean hasRollover = (column == getRolloverColumn());
243 table.convertColumnIndexToModel(column)) {
262 hasFocus, row, column);
222 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk10/jdk/src/demo/share/jfc/TableExample/
H A DTableMap.java102 public boolean isCellEditable(int row, int column) { argument
103 return model.isCellEditable(row, column);
H A DTableExample4.java55 * Another JTable example, showing how column attributes can be refined
121 public String getColumnName(int column) {
122 return names[column];
136 public void setValueAt(Object aValue, int row, int column) {
138 data[row][column] = aValue;
144 // Turn off auto-resizing so that we can set column sizes
160 // Use the combo box as the editor in the "Favorite Color" column.
163 // Set a pink background and tooltip for the Color column renderer.
170 // Set a tooltip for the header of the colors column.
177 // Set the width of the "Vegetarian" column
[all...]
/openjdk10/jdk/test/javax/swing/JTable/6567433/
H A DUpdateUIRecursionTest.java114 int row, int column)
117 hasFocus, row, column);
112 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DECMAException.java65 * @param column column number of throw
67 private ECMAException(final Object thrown, final String fileName, final int line, final int column) { argument
68 super(ScriptRuntime.safeToString(thrown), asThrowable(thrown), fileName, line, column);
92 * @param column column number of throw
95 public static ECMAException create(final Object thrown, final String fileName, final int line, final int column) { argument
104 // copy over file name, line number and column number.
107 ee.setColumnNumber(column);
113 return new ECMAException(thrown, fileName, line, column);
[all...]
/openjdk10/nashorn/samples/
H A Dfindvardelete.js70 var column = this.lineMap.getColumnNumber(pos);
71 print("WARNING: delete " + varName + " in " + file + " @ " + line + ":" + column);
H A Dfindwith.js70 var column = this.lineMap.getColumnNumber(pos);
71 print("WARNING: 'with' usage in " + file + " @ " + line + ":" + column);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DJavaThreadsPanel.java245 TableColumn column;
248 column = new TableColumn(0, MAX_WIDTH);
249 column.setHeaderValue(columnNames[0]);
250 column.setMaxWidth(MAX_WIDTH);
251 column.setResizable(false);
252 addColumn(column);
255 column = new TableColumn(1, HUGE_WIDTH);
256 column.setHeaderValue(columnNames[1]);
257 column.setResizable(false);
258 addColumn(column);
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/
H A DDefaultSwatchChooserPanel.java363 for (int column = 0; column < numSwatches.width; column++) {
364 Color c = getColorForCell(column, row);
368 x = (numSwatches.width - column - 1) * (swatchSize.width + gap.width);
370 x = column * (swatchSize.width + gap.width);
377 if (selRow == row && selCol == column && this.isFocusOwner()) {
421 int column;
423 column = numSwatches.width - x / (swatchSize.width + gap.width) - 1;
425 column
431 getColorForCell( int column, int row) argument
[all...]
/openjdk10/jdk/test/java/lang/instrument/BootClassPath/
H A DSetup.java163 int column;
165 column = 2;
167 column = 1;
171 return names[i][column];
/openjdk10/jdk/test/javax/swing/JTable/KeyBoardNavigation/
H A DKeyBoardNavigation.java92 public String getColumnName(int column) {return names[column];}
95 public void setValueAt(Object aValue, int row, int column) {
97 data[row][column] = aValue;
103 // Turn off auto-resizing so that we can set column sizes programmatically.
118 // Use the combo box as the editor in the "Favorite Color" column.
121 // Set a pink background and tooltip for the Color column renderer.
127 // Set a tooltip for the header of the colors column.
132 // Set the width of the "Vegetarian" column.
136 // Show the values in the "Favorite Number" column i
[all...]
/openjdk10/jdk/test/javax/swing/JTable/TAB/
H A DTAB.java91 public String getColumnName(int column) {return names[column];}
94 public void setValueAt(Object aValue, int row, int column) {
96 data[row][column] = aValue;
102 // Turn off auto-resizing so that we can set column sizes programmatically.
117 // Use the combo box as the editor in the "Favorite Color" column.
120 // Set a pink background and tooltip for the Color column renderer.
126 // Set a tooltip for the header of the colors column.
131 // Set the width of the "Vegetarian" column.
135 // Show the values in the "Favorite Number" column i
[all...]
/openjdk10/jdk/test/javax/swing/JTable/
H A DJTableScrollTest.java117 public String getColumnName(int column) {return names[column];}
120 public void setValueAt(Object aValue, int row, int column) { data[row][column] = aValue; }
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java44 protected int column = 0; field in class:SimpleCharStream
167 column++;
172 line += (column = 1);
182 line += (column = 1);
194 column--;
195 column += (tabSize - (column % tabSize));
202 bufcolumn[bufpos] = column;
272 column = startcolumn - 1;
295 column
[all...]

Completed in 116 milliseconds

1234567