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

12345

/openjdk10/jdk/src/demo/share/applets/SpreadSheet/
H A DSpreadSheet.java770 int column; field in class:Node
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXOpenTypeViewer.java138 public TableCellRenderer getCellRenderer(int row, int column) { argument
149 prepareRenderer(TableCellRenderer renderer, int row, int column) argument
H A DXMBeanAttributes.java213 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
166 public synchronized TableCellRenderer getCellRenderer(int row, int column) { argument
201 private UserDataCell getUserDataCell(int row, int column) { argument
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/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java455 private final int column; field in class:JCDiagnostic.SourcePosition
/openjdk10/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUCharacterProperty.java114 public int getAdditional(int codepoint, int column) { argument
170 int column; // SRC_PROPSVEC column, or "source" if mask==0 field in class:UCharacterProperty.IntProperty
174 IntProperty(int column, int mask, int shift) { argument
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java4269 toCollection(int column) argument
4291 toCollection(String column) argument
[all...]
H A DCachedRowSetImpl.java1323 public Collection<?> toCollection(int column) throws SQLException { argument
1359 toCollection(String column) argument
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DAccessBridgeJavaEntryPoints.cpp2295 AccessBridgeJavaEntryPoints::getAccessibleTableCellInfo(jobject accessibleTable, jint row, jint column, argument
2515 getAccessibleTableColumnDescription(jobject acParent, jint column) argument
2648 isAccessibleTableColumnSelected(jobject accessibleTable, jint column) argument
2747 getAccessibleTableIndex(jobject accessibleTable, jint row, jint column) argument
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DAccessBridgeWindowsEntryPoints.cpp336 JOBJECT64 getAccessibleTableColumnDescription(long vmID, JOBJECT64 acParent, jint column) { argument
377 BOOL isAccessibleTableColumnSelected(long vmID, JOBJECT64 accessibleTable, jint column) { argument
406 jint getAccessibleTableIndex(long vmID, JOBJECT64 accessibleTable, jint row, jint column) { argument
291 getAccessibleTableCellInfo(long vmID, JOBJECT64 accessibleTable, jint row, jint column, AccessibleTableCellInfo *tableCellInfo) argument
H A DWinAccessBridge.cpp1605 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/jdk/src/jdk.accessibility/windows/native/bridge/
H A DAccessBridgeCalls.c642 AccessibleContext getAccessibleTableColumnDescription(long vmID, AccessibleContext acParent, jint column) { argument
692 BOOL isAccessibleTableColumnSelected(long vmID, AccessibleTable table, jint column) { argument
600 getAccessibleTableCellInfo(long vmID, AccessibleTable accessibleTable, jint row, jint column, AccessibleTableCellInfo *tableCellInfo) argument
735 getAccessibleTableIndex(long vmID, AccessibleTable table, jint row, jint column) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1117 void resetPointer(short depth, short column){ argument
1147 boolean canStore(short depth, short column){ argument
1155 getElementPointer(short depth, short column) argument
1219 skipElement(short column) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java1352 private boolean pointOutsidePrefSize(int row, int column, Poin argument
2176 paintCell(Graphics g, Rectangle cellRect, int row, int column) argument
[all...]
H A DBasicListUI.java1167 private int getHeight(int column, int row) { argument
1233 convertLocationToRowInColumn(int y, int column) argument
1263 getRowCount(int column) argument
1296 getModelIndex(int column, int row) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DFilePane.java835 public boolean isCellEditable(int row, int column) { argument
965 getValueAt(int row, int column) argument
981 private int column; field in class:FilePane.DirectoriesFirstComparatorWrapper
984 DirectoriesFirstComparatorWrapper(int column, Comparator<?> comparator) argument
1033 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
1076 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
1271 getTableCellRendererComponent( JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DSwingUtilities2.java702 public static boolean pointOutsidePrefSize(JTable table, int row, int column, Point p) { argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java1208 public Object getFolderColumnValue(final int column) { argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp1229 jobject column = CreateColumnInfo(env, local
1273 jobject column = CreateColumnInfo(env, local
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java884 toCollection(int column) argument
907 toCollection(String column) argument
[all...]
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubFilteredRowSetImpl.java169 public Collection<?> toCollection(int column) throws SQLException { argument
174 public Collection<?> toCollection(String column) throws SQLException { argument
H A DStubCachedRowSetImpl.java124 public Collection<?> toCollection(int column) throws SQLException { argument
129 public Collection<?> toCollection(String column) throws SQLException { argument
H A DStubWebRowSetImpl.java155 public Collection<?> toCollection(int column) throws SQLException { argument
160 public Collection<?> toCollection(String column) throws SQLException { argument
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTableOperator.java178 public JTableOperator(ContainerOperator<?> cont, String text, int row, int column, int index) { argument
197 public JTableOperator(ContainerOperator<?> cont, String text, int row, int column) { argument
294 findJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column, int index) argument
311 findJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column) argument
355 waitJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column, int index) argument
373 waitJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column) argument
470 findCellRow(String text, StringComparator comparator, int column, int index) argument
611 findCellRow(String text, int column, int index) argument
705 findCellRow(ComponentChooser chooser, int column, int index) argument
809 findCellRow(TableCellChooser chooser, int column, int index) argument
935 clickOnCell(final int row, final int column, final int clickCount, final int button, final int modifiers) argument
961 clickOnCell(int row, int column, int clickCount, int button) argument
972 clickOnCell(int row, int column, int clickCount) argument
982 clickOnCell(int row, int column) argument
993 clickForEdit(int row, int column) argument
1008 changeCellText(int row, int column, String newText) argument
1021 changeCellObject(int row, int column, Object newValue) argument
1032 scrollToCell(int row, int column) argument
1062 selectCell(int row, int column) argument
1101 callPopupOnCell(int row, int column) argument
1124 getRenderedComponent(int row, int column, boolean isSelected, boolean cellHasFocus) argument
1143 getRenderedComponent(int row, int column) argument
1155 getPointToClick(int row, int column) argument
1179 waitCellComponent(ComponentChooser chooser, int row, int column) argument
1198 waitCell(String cellText, int row, int column) argument
2552 checkCell(JTableOperator oper, int row, int column) argument
2573 checkCell(JTableOperator oper, int row, int column) argument
2601 checkCell(JTableOperator oper, int row, int column) argument
2623 int column; field in class:JTableOperator.JTableByCellFinder
2730 private int row, column; field in class:JTableOperator.CellComponentWaiter
2732 CellComponentWaiter(ComponentChooser chooser, int row, int column) argument
[all...]
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1454 public Component getTableCellRendererComponent(final JTable localTable, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column) { argument
[all...]

Completed in 332 milliseconds

12345