Searched defs:column (Results 76 - 86 of 86) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1068 short column = storePointerForADepth(fElementPointer);
1069 if(column > 0){
1070 short pointer = getElementPointer((short)fElementStack.fDepth, (short)(column - 1) );
1077 resetPointer((short)fElementStack.fDepth , column) ;
1090 void resetPointer(short depth, short column){ argument
1091 fPointerInfo[depth] [column] = (short)0;
1094 //returns column information at which pointer was stored.
1109 sb.append(" column = " + i ) ;
1120 boolean canStore(short depth, short column){ argument
1122 //column
1128 getElementPointer(short depth, short column) argument
1191 skipElement(short column) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java106 * Number of rows per column. This is only used if the row height is
553 * then determined from the column count. For example, lets say
562 * least one column. The preferred height then becomes the
999 int column = convertModelToColumn(index);
1001 if (row == -1 || column == -1) {
1014 x = insets.left + column * cellWidth;
1016 x = list.getWidth() - insets.right - (column+1) * cellWidth;
1090 private int getHeight(int column, int row) { argument
1091 if (column < 0 || column > columnCoun
1156 convertLocationToRowInColumn(int y, int column) argument
1186 getRowCount(int column) argument
1219 getModelIndex(int column, int row) argument
[all...]
H A DBasicTableUI.java242 * row or column selection is allowed). When performing modifications,
261 // both column and row selection
275 // column selection only
344 * Find the next lead row and column based on the given
647 //Set the header's selected column to match the table.
958 // The row and column where the press occurred and the
1246 int column = table.columnAtPoint(p);
1249 if ((column == -1) || (row == -1)) {
1253 table.changeSelection(row, column,
1333 private boolean pointOutsidePrefSize(int row, int column, Poin argument
2105 paintCell(Graphics g, Rectangle cellRect, int row, int column) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java139 * Retrieves the value in the designated column in the current row of this
142 * @param index <code>int</code> designating the column in this row of this
155 * Retrieves the value in the designated column in the current row of this
158 * @param columnName a <code>String</code> object designating the column in this row of this
171 * Sets <i>obj</i> as the value in column <i>index</i> in the current row of the
175 * @param index an <code>int</code> giving the number of the column into which to
184 * inside crsRes for that column.
387 * Sets <i>obj</i> as the value in column <i>columnName</i> in the current row of the
391 * @param columnName a <code>String</code> object giving the name of the column
864 * Returns the specified column o
881 toCollection(int column) argument
903 toCollection(String column) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java1094 ShellFolderColumnInfo column = columns[i];
1095 if (column != null) {
1096 column.setAlignment(column.getAlignment() == LVCFMT_RIGHT
1098 : column.getAlignment() == LVCFMT_CENTER
1102 column.setComparator(new ColumnComparator(Win32ShellFolder2.this, i));
1104 notNullColumns.add(column);
1115 public Object getFolderColumnValue(final int column) { argument
1118 return doGetColumnValue(getParentIShellFolder(), getRelativePIDL(), column);
1155 // compares 2 objects within this folder by the specified column
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp1043 * Helper function for creating Java column info object
1104 // Fill column details list
1115 jobject column = CreateColumnInfo(env, local
1118 env->SetObjectArrayElement(columns, (jsize) colNum, column);
1149 // Fill column details list
1155 jobject column = CreateColumnInfo(env, local
1158 env->SetObjectArrayElement(columns, (jsize) colNum++, column);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java718 ShellFolderColumnInfo column = allColumns[i];
719 if (column.isVisible()) {
721 visibleColumns.add(column);
770 ? f // always return the file itself for the 1st column
828 public boolean isCellEditable(int row, int column) { argument
830 return (!readOnly && column == COLUMN_FILENAME && canWrite(currentDirectory));
869 TableColumn column = new TableColumn(i);
873 // the column must have a string resource that we try to get
879 column.setHeaderValue(title);
883 column
950 getValueAt(int row, int column) argument
966 private int column; field in class:FilePane.DirectoriesFirstComparatorWrapper
968 DirectoriesFirstComparatorWrapper(int column, Comparator comparator) argument
1016 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
1059 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
1253 getTableCellRendererComponent( JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2668 void nmethod::print_code_comment_on(outputStream* st, int column, u_char* begin, u_char* end) { argument
2680 st->move_to(column);
2692 st->move_to(column);
2735 st->move_to(column);
2756 st->move_to(column);
2761 st->move_to(column);
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java157 * methods to insert column values into the insert row.
190 * Used to track match column for JoinRowSet consumption
195 * Used to track match column for JoinRowSet consumption
1297 * Returns the specified column of this <code>CachedRowSetImpl</code> object
1299 * column's data and utilitizes the <code>Vector</code> to establish the
1305 * stored in the specified column of this
1309 * an invalid column is provided.
1314 public Collection<?> toCollection(int column) throws SQLException { argument
1325 vec.add(crsTemp.getObject(column));
1333 * Returns the specified column o
1350 toCollection(String column) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1350 // One sort state for each column. Both are ascending by default
1364 // Need to repaint the highlighted column.
1369 // This stops mouseDrags from moving the column
1381 public Component getTableCellRendererComponent(final JTable localTable, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column) { argument
1396 cellBorder.setSelected(column == fSortColumn);
1397 final int horizontalShift = (column == 0 ? 35 : 10);
1400 if (column == fSortColumn) {
1401 cellBorder.setSortOrder(fSortAscending[column] ? AquaTableHeaderBorder.SORT_ASCENDING : AquaTableHeaderBorder.SORT_DECENDING);
1678 final int column = fFileList.columnAtPoint(p);
1681 if ((column
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java133 * the column and row indexes returned by various <code>JTable</code> methods
141 * internally and converts its column indices before querying the model.
143 * So, when writing a <code>TableModel</code>, it is not necessary to listen for column
234 /** Do not adjust column widths automatically; use a horizontal scrollbar instead. */
237 /** When a column is adjusted in the UI, adjust the next column the opposite way. */
244 /** During all resize operations, apply adjustments to the last column only. */
334 * If true, both a row selection and a column selection
336 * the cells whose row and column are both selected.
350 /** Identifies the column o
2336 isColumnSelected(int column) argument
2350 isCellSelected(int row, int column) argument
2684 getColumnName(int column) argument
2696 getColumnClass(int column) argument
2715 getValueAt(int row, int column) argument
2739 setValueAt(Object aValue, int row, int column) argument
2763 isCellEditable(int row, int column) argument
2828 moveColumn(int column, int targetColumn) argument
2924 getCellRect(int row, int column, boolean includeSpacing) argument
3468 editCellAt(int row, int column) argument
3489 editCellAt(int row, int column, EventObject e) argument
5398 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
5480 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
5678 getCellRenderer(int row, int column) argument
5713 prepareRenderer(TableCellRenderer renderer, int row, int column) argument
5757 getCellEditor(int row, int column) argument
5783 prepareEditor(TableCellEditor editor, int row, int column) argument
7549 getAccessibleAt(int row, int column) argument
7910 private int column; field in class:JTable.AccessibleJTable.AccessibleJTableCell
8738 private int column; field in class:JTable.AccessibleJTable.AccessibleJTableHeaderCell
8750 AccessibleJTableHeaderCell(int row, int column, JTableHeader parent, Component rendererComponent) argument
[all...]

Completed in 1808 milliseconds

1234