Searched refs:cellHasFocus (Results 1 - 25 of 28) sorted by relevance

12

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DListCellRenderer.java46 * boolean cellHasFocus) {
104 * @param cellHasFocus True if the specified cell has the focus.
116 boolean cellHasFocus);
111 getListCellRendererComponent( JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DDefaultListCellRenderer.java123 boolean cellHasFocus)
163 if (cellHasFocus) {
118 getListCellRendererComponent( JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/test/javax/swing/JComboBox/7082443/
H A Dbug7082443.java65 boolean isSelected, boolean cellHasFocus) {
67 isSelected, cellHasFocus);
/openjdk9/jdk/test/javax/swing/JList/6567433/
H A DUpdateUIRecursionTest.java91 int index, boolean isSelected, boolean cellHasFocus)
94 isSelected, cellHasFocus);
90 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/test/javax/swing/JComboBox/6567433/
H A DUpdateUIRecursionTest.java92 int index, boolean isSelected, boolean cellHasFocus)
95 isSelected, cellHasFocus);
91 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java208 int index, boolean isSelected, boolean cellHasFocus) {
209 if (!useListColors && (isSelected || cellHasFocus)) {
212 isSelected, cellHasFocus, list.isEnabled(), false);
219 isSelected, cellHasFocus);
207 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DSynthComboBoxUI.java462 int index, boolean isSelected, boolean cellHasFocus) {
471 SynthLabelUI.class), isSelected, cellHasFocus,
461 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/test/javax/swing/JComboBox/7195179/
H A DTest7195179.java61 public Component getListCellRendererComponent(JList<? extends Integer> list, Integer value, int index, boolean isSelected, boolean cellHasFocus) {
62 return this.renderer.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java99 boolean cellHasFocus)
95 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java65 public Component getListCellRendererComponent(final JList<? extends Object> list, Object value, final int index, boolean isSelected, boolean cellHasFocus) { argument
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaComboBoxRendererInternal.java78 final boolean cellHasFocus) {
75 getListCellRendererComponent(final JList<? extends E> list, final E value, int index, final boolean isSelected, final boolean cellHasFocus) argument
H A DAquaFileChooserUI.java1024 public Component getTableCellRendererComponent(final JTable list, final Object value, final boolean isSelected, final boolean cellHasFocus, final int index, final int col) { argument
1104 final boolean cellHasFocus,
1128 final boolean cellHasFocus,
1170 final boolean cellHasFocus) {
1171 super.getListCellRendererComponent(list, directory, index, isSelected, cellHasFocus);
1286 final boolean cellHasFocus) {
1287 super.getListCellRendererComponent(list, filter, index, isSelected, cellHasFocus);
1101 getTableCellRendererComponent(final JTable list, final Object value, final boolean isSelected, final boolean cellHasFocus, final int index, final int col) argument
1125 getTableCellRendererComponent(final JTable list, final Object value, final boolean isSelected, final boolean cellHasFocus, final int index, final int col) argument
/openjdk9/jdk/test/javax/swing/RepaintManager/8162350/
H A DRepaintManagerFPUIScaleTest.java215 boolean cellHasFocus) {
217 list, value, index, isSelected, cellHasFocus
210 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/list/
H A DListDemo.java395 boolean cellHasFocus) {
397 list, value, index, isSelected, cellHasFocus
390 getListCellRendererComponent( JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java662 boolean isSelected, boolean cellHasFocus) {
664 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
674 boolean isSelected, boolean cellHasFocus) {
676 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
786 boolean cellHasFocus) {
788 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
661 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
673 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
784 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java1028 boolean isSelected, boolean cellHasFocus) {
1030 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1042 boolean isSelected, boolean cellHasFocus) {
1044 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1328 boolean cellHasFocus) {
1330 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1027 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1041 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1326 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java683 public Component getListCellRendererComponent(JList<? extends File> list, File value, int index, boolean isSelected, boolean cellHasFocus) { argument
684 Component c = delegate.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
894 boolean isSelected, boolean cellHasFocus) {
895 Component c = delegate.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
893 getListCellRendererComponent(JList<? extends FileFilter> list, FileFilter value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DThreadTab.java600 boolean isSelected, boolean cellHasFocus) {
601 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java626 boolean cellHasFocus) {
629 isSelected, cellHasFocus);
621 getListCellRendererComponent( JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DWindowsFileChooserUI.java1001 boolean cellHasFocus) {
1003 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1184 boolean cellHasFocus) {
1186 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
999 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1182 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java942 boolean cellHasFocus) {
944 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1139 boolean cellHasFocus) {
1141 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
940 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1137 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/src/demo/share/jfc/Font2DTest/
H A DFont2DTest.java1147 boolean cellHasFocus) {
1151 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1166 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1143 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJListOperator.java346 * @param cellHasFocus True if the specified cell has the focus.
350 public Component getRenderedComponent(int itemIndex, boolean isSelected, boolean cellHasFocus) { argument
356 cellHasFocus));
H A DJTableOperator.java1121 * @param cellHasFocus True if the specified cell has the focus.
1124 public Component getRenderedComponent(int row, int column, boolean isSelected, boolean cellHasFocus) { argument
1129 cellHasFocus,
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DFilePane.java1507 boolean cellHasFocus) {
1513 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1505 getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument

Completed in 142 milliseconds

12