Searched refs:column (Results 126 - 150 of 157) sorted by relevance

1234567

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1095 short column = storePointerForADepth(fElementPointer);
1096 if(column > 0){
1097 short pointer = getElementPointer((short)fElementStack.fDepth, (short)(column - 1) );
1104 resetPointer((short)fElementStack.fDepth , column) ;
1117 void resetPointer(short depth, short column){ argument
1118 fPointerInfo[depth] [column] = (short)0;
1121 //returns column information at which pointer was stored.
1136 sb.append(" column = " + i ) ;
1147 boolean canStore(short depth, short column){ argument
1149 //column
1155 getElementPointer(short depth, short column) argument
1219 skipElement(short column) argument
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXOpenTypeViewer.java138 public TableCellRenderer getCellRenderer(int row, int column) { argument
140 (DefaultTableCellRenderer)super.getCellRenderer(row,column);
141 tcr.setToolTipText(getToolTip(row,column));
150 int row, int column) {
151 Component comp = super.prepareRenderer(renderer, row, column);
158 Object o = ((DefaultTableModel) getModel()).getValueAt(row, column);
159 if (column == 0) {
411 // Update column width
149 prepareRenderer(TableCellRenderer renderer, int row, int column) argument
/openjdk10/langtools/test/jdk/jshell/
H A DCompletenessStressTest.java233 int column = (int) lineMap.getColumnNumber(start);
245 writer.write(String.format("Unexpected end: row %d, column %d: '%c' -- %s\n",
246 row, column, ch, text.substring(start, end)));
253 writer.write(String.format("Empty statement: row %d, column %d: -- %s\n",
256 writer.write(String.format("Expected %s got %s: '%s' row %d, column %d: -- %s\n",
257 expected, ci.completeness(), unit, row, column, unit));
/openjdk10/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DWinAccessBridge.cpp1301 jint row, jint column,
1305 accessibleTable, row, column, tableCellInfo);
1318 pkg->column = column;
1437 jint column) {
1441 column);
1444 column);
1456 pkg->column = column;
1605 WinAccessBridge::isAccessibleTableColumnSelected(long vmID, JOBJECT64 accessibleTable, jint column) { argument
1300 getAccessibleTableCellInfo(long vmID, JOBJECT64 accessibleTable, jint row, jint column, AccessibleTableCellInfo *tableCellInfo) argument
1435 getAccessibleTableColumnDescription(long vmID, JOBJECT64 accessibleContext, jint column) argument
1741 getAccessibleTableIndex(long vmID, JOBJECT64 accessibleTable, jint row, jint column) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java450 * This class is used to defer the line/column position fetch logic after diagnostic construction.
455 private final int column; field in class:JCDiagnostic.SourcePosition
460 line = column = -1;
463 column = source.getColumnNumber(n, true);
472 return column;
699 * Get the column number within the line of source referred to by this diagnostic.
700 * @return the column number within the line of source referred to by this diagnostic
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DSwingUtilities2.java702 public static boolean pointOutsidePrefSize(JTable table, int row, int column, Point p) { argument
703 if (table.convertColumnIndexToModel(column) != 0 || row == -1) {
706 TableCellRenderer tcr = table.getCellRenderer(row, column);
707 Object value = table.getValueAt(row, column);
709 false, row, column);
711 Rectangle cellBounds = table.getCellRect(row, column, false);
2083 * Maps the index of the column in the view at
2084 * {@code viewColumnIndex} to the index of the column
2086 * column in the model. If {@code viewColumnIndex}
2090 * @param viewColumnIndex the index of the column i
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DConnectDialog.java421 public TableCellRenderer getCellRenderer(int row, int column) { argument
428 int column) {
431 hasFocus, row, column);
678 public Class<?> getColumnClass(int column) { argument
679 switch (column) {
682 default: return super.getColumnClass(column);
/openjdk10/jdk/src/jdk.accessibility/windows/native/include/bridge/
H A DAccessBridgePackages.h108 * The header for a column of data.
110 #define ACCESSIBLE_COLUMN_HEADER L"column header"
886 jint column; member in struct:AccessibleTableCellInfoTag
896 jint column; member in struct:GetAccessibleTableCellInfoPackageTag
922 jint column; member in struct:GetAccessibleTableColumnDescriptionPackageTag
955 jint column; member in struct:IsAccessibleTableColumnSelectedPackageTag
985 jint column; member in struct:GetAccessibleTableIndexPackageTag
/openjdk10/langtools/src/jdk.compiler/share/classes/jdk/internal/shellsupport/doc/
H A DJavadocFormatter.java475 for (int column = 0; column < content.size(); column++) {
476 String[] lines = content.get(column);
479 boolean header = headerFlags.get(column);
/openjdk10/jdk/src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/
H A DAccessBridge.java1552 final int column = getAccessibleTableColumn(at, index);
1557 TableCellRenderer renderer = table.getCellRenderer(row, column);
1559 Class<?> columnClass = table.getColumnClass(column);
1563 renderer.getTableCellRendererComponent(table, table.getValueAt(row, column),
1564 false, false, row, column);
2960 * returns the column count for an AccessibleTable
2982 final int row, final int column) {
2989 Accessible a = at.getAccessibleAt(row, column);
3005 TableCellRenderer renderer = table.getCellRenderer(row, column);
3007 Class<?> columnClass = table.getColumnClass(column);
2981 getAccessibleTableCellAccessibleContext(final AccessibleTable at, final int row, final int column) argument
3027 getAccessibleTableCellIndex(final AccessibleTable at, int row, int column) argument
3048 getAccessibleTableCellRowExtent(final AccessibleTable at, final int row, final int column) argument
3068 getAccessibleTableCellColumnExtent(final AccessibleTable at, final int row, final int column) argument
3088 isAccessibleTableCellSelected(final AccessibleTable at, final int row, final int column) argument
3294 getAccessibleTableColumnDescription(final AccessibleTable at, final int column) argument
3366 isAccessibleTableColumnSelected(final AccessibleTable at, final int column) argument
3450 getAccessibleTableIndex(final AccessibleTable at, int row, int column) argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DMemoryPanel.java52 // Multi-row (and multi-column) selection. Have to duplicate state
103 public Object getValueAt(int row, int column) {
104 switch (column) {
117 default: throw new RuntimeException("Column " + column + " out of bounds");
/openjdk10/jdk/make/src/classes/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java171 * A bit mask used to indicate a bit in the table's flags column that marks
177 * A bit mask used to indicate a bit in the table's flags column that marks
183 * A bit mask used to indicate a bit in the table's flags column that marks
1265 // The temporary state table has an extra "flag column" at the end where this
1267 // flag column.
1361 // the last column of each row is the flag column. Take care to merge the
1662 // If there's a column position where the state being tested transitions to a
1853 // Look down each column in the state table. For each nonzero cell in
1854 // that column, loo
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp1144 * Helper function for creating Java column info object
1153 // Convert ShellFolder column names to locale-sensitive names
1218 // Fill column details list
1229 jobject column = CreateColumnInfo(env, local
1232 if(!column){
1236 env->SetObjectArrayElement(columns, (jsize) colNum, column);
1267 // Fill column details list
1273 jobject column = CreateColumnInfo(env, local
1276 if(!column){
1280 env->SetObjectArrayElement(columns, (jsize) colNum++, column);
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DAccessBridgeJavaEntryPoints.cpp2240 // get the table column count
2246 PrintDebugString(" ##### table column count = %d", tableInfo->columnCount);
2295 AccessBridgeJavaEntryPoints::getAccessibleTableCellInfo(jobject accessibleTable, jint row, jint column, argument
2300 PrintDebugString("\r\n##### Calling AccessBridgeJavaEntryPoints::getAccessibleTableCellInfo(%p): row=%d, column=%d",
2301 accessibleTable, row, column);
2306 tableCellInfo->column = column;
2313 accessibleTable, row, column);
2325 accessibleTable, row, column);
2333 // get the table cell column exten
2515 getAccessibleTableColumnDescription(jobject acParent, jint column) argument
2648 isAccessibleTableColumnSelected(jobject accessibleTable, jint column) argument
2747 getAccessibleTableIndex(jobject accessibleTable, jint row, jint column) argument
[all...]
H A DJavaAccessBridge.cpp711 pkg->column, &(pkg->rTableCellInfo));
768 (jobject)pkg->accessibleContext, pkg->column);
826 (jobject)pkg->accessibleTable, pkg->column);
903 (jobject)pkg->accessibleTable, pkg->row, pkg->column);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/table/
H A DTableColumn.java39 * A <code>TableColumn</code> represents all the attributes of a column in a
42 * an editor that can be used to display and edit the values in this column.
45 * rather than a per column basis - see the
52 * The <code>modelIndex</code> is the column in the
54 * cells in this column. As the column moves around in the view this
61 * To show <code>TableColumn</code>s with the same column of
121 * The index of the column in the model which is to be displayed by
139 /** The width of the column. */
142 /** The minimum width of the column
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java90 * An <code>int</code> that indicates the column index of the match column.
95 * A <code>String</code> object that stores the name of the match column.
148 * already has a match column set.
154 * <code>JoinRowSet</code>; if a match column is not set; or if an
200 // Either column id or column name will be set
238 // Set the match column here because join will be
246 // to the same column
260 * and sets the designated column a
4269 toCollection(int column) argument
4291 toCollection(String column) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java1030 final int column = source.getColumn(origin.getStart());
1031 final String formatted = ErrorManager.format(message, source, line, column, token);
1032 throw new ParserException(JSErrorType.SYNTAX_ERROR, formatted, source, line, column, token);
H A DLower.java862 final int column = source.getColumn(node.getStart());
864 final String formatted = ErrorManager.format(message, source, line, column, token);
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1422 // One sort state for each column. Both are ascending by default
1436 // Need to repaint the highlighted column.
1441 // This stops mouseDrags from moving the column
1454 public Component getTableCellRendererComponent(final JTable localTable, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column) { argument
1469 cellBorder.setSelected(column == fSortColumn);
1470 final int horizontalShift = (column == 0 ? 35 : 10);
1473 if (column == fSortColumn) {
1474 cellBorder.setSortOrder(fSortAscending[column] ? AquaTableHeaderBorder.SORT_ASCENDING : AquaTableHeaderBorder.SORT_DECENDING);
1752 final int column = fFileList.columnAtPoint(p);
1755 if ((column
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.cpp2625 void nmethod::print_code_comment_on(outputStream* st, int column, u_char* begin, u_char* end) { argument
2638 st->move_to(column);
2650 st->move_to(column);
2696 st->move_to(column);
2717 st->move_to(column);
2722 st->move_to(column);
H A Dnmethod.hpp534 void print_code_comment_on(outputStream* st, int column, address begin, address end);
/openjdk10/jdk/src/java.sql.rowset/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} 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} 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} 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} object giving the name of the column
866 * Returns the specified column o
884 toCollection(int column) argument
907 toCollection(String column) argument
[all...]
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubJoinRowSetImpl.java239 public Collection<?> toCollection(int column) throws SQLException { argument
244 public Collection<?> toCollection(String column) throws SQLException { argument
H A DStubFilteredRowSetImpl.java169 public Collection<?> toCollection(int column) throws SQLException { argument
174 public Collection<?> toCollection(String column) throws SQLException { argument

Completed in 216 milliseconds

1234567