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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DListCellRenderer.java46 * boolean cellHasFocus) {
103 * @param cellHasFocus True if the specified cell has the focus.
115 boolean cellHasFocus);
110 getListCellRendererComponent( JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DDefaultListCellRenderer.java118 boolean cellHasFocus)
158 if (cellHasFocus) {
113 getListCellRendererComponent( JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/test/javax/swing/JComboBox/7082443/
H A Dbug7082443.java65 boolean isSelected, boolean cellHasFocus) {
67 isSelected, cellHasFocus);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java212 int index, boolean isSelected, boolean cellHasFocus) {
213 if (!useListColors && (isSelected || cellHasFocus)) {
216 isSelected, cellHasFocus, list.isEnabled(), false);
223 isSelected, cellHasFocus);
211 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DSynthComboBoxUI.java466 int index, boolean isSelected, boolean cellHasFocus) {
475 SynthLabelUI.class), isSelected, cellHasFocus,
465 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DMonitorTool.java107 boolean cellHasFocus) {
115 isSelected, cellHasFocus);
103 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DStackTraceTool.java131 boolean cellHasFocus) {
139 isSelected, cellHasFocus);
127 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DSourceTool.java300 boolean cellHasFocus) {
305 isSelected, cellHasFocus);
296 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java95 boolean cellHasFocus)
90 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DBasicListUI.java205 boolean cellHasFocus = list.hasFocus() && (row == leadIndex);
209 cellRenderer.getListCellRendererComponent(list, value, row, isSelected, cellHasFocus);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java68 public Component getListCellRendererComponent(final JList list, Object value, final int index, boolean isSelected, boolean cellHasFocus) { argument
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxRenderer.java82 public Component getListCellRendererComponent(final JList list, final Object value, int index, final boolean isSelected, final boolean cellHasFocus) { argument
H A DAquaFileChooserUI.java1003 public Component getTableCellRendererComponent(final JTable list, final Object value, final boolean isSelected, final boolean cellHasFocus, final int index, final int col) { argument
1079 public Component getTableCellRendererComponent(final JTable list, final Object value, final boolean isSelected, final boolean cellHasFocus, final int index, final int col) { argument
1095 public Component getTableCellRendererComponent(final JTable list, final Object value, final boolean isSelected, final boolean cellHasFocus, final int index, final int col) { argument
1126 public Component getListCellRendererComponent(final JList list, final Object value, final int index, final boolean isSelected, final boolean cellHasFocus) {
1127 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1237 public Component getListCellRendererComponent(final JList list, final Object value, final int index, final boolean isSelected, final boolean cellHasFocus) {
1238 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java645 boolean isSelected, boolean cellHasFocus) {
647 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
656 boolean isSelected, boolean cellHasFocus) {
658 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
765 boolean cellHasFocus) {
767 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
644 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
655 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
763 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java1014 boolean isSelected, boolean cellHasFocus) {
1016 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1027 boolean isSelected, boolean cellHasFocus) {
1029 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1303 boolean cellHasFocus) {
1305 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1013 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1026 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1301 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java526 boolean cellHasFocus) {
529 isSelected, cellHasFocus);
521 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DWindowsFileChooserUI.java986 boolean cellHasFocus) {
988 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1174 boolean cellHasFocus) {
1176 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
984 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1172 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java683 public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) { argument
684 Component c = delegate.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
899 public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) { argument
900 Component c = delegate.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DThreadTab.java601 boolean isSelected, boolean cellHasFocus) {
602 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java860 boolean cellHasFocus) {
862 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1048 boolean cellHasFocus) {
1050 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
858 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
1046 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/demo/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
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java1486 boolean cellHasFocus) {
1492 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
1484 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument

Completed in 7625 milliseconds