Searched defs:hasFocus (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DLongCellRenderer.java41 boolean isSelected, boolean hasFocus,
53 if (hasFocus) {
40 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DSortHeaderCellRenderer.java72 boolean isSelected, boolean hasFocus,
71 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableCellRenderer.java63 * <code>isSelected</code> and <code>hasFocus</code> values of
81 * @param hasFocus if true, render cell appropriately. For
92 boolean isSelected, boolean hasFocus,
91 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DDefaultTableCellRenderer.java171 * <code>isSelected</code> and <code>hasFocus</code> values of
181 * @param hasFocus true if cell has focus
188 boolean isSelected, boolean hasFocus, int row, int column) {
232 if (hasFocus) {
187 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeCellRenderer.java49 * leaf and if <code>hasFocus</code> is true the node currently has
74 boolean leaf, int row, boolean hasFocus);
72 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWButtonPeer.java86 public boolean hasFocus() { method in class:LWButtonPeer.JButtonDelegate
87 return getTarget().hasFocus();
H A DLWChoicePeer.java140 public boolean hasFocus() { method in class:LWChoicePeer.JComboBoxDelegate
141 return getTarget().hasFocus();
H A DLWTextFieldPeer.java143 public boolean hasFocus() { method in class:LWTextFieldPeer.JPasswordFieldDelegate
144 return getTarget().hasFocus();
H A DLWTextAreaPeer.java213 public boolean hasFocus() { method in class:LWTextAreaPeer.ScrollableJTextArea.JTextAreaDelegate
214 return getTarget().hasFocus();
H A DLWListPeer.java264 public boolean hasFocus() { method in class:LWListPeer.ScrollableJList.JListDelegate
265 return getTarget().hasFocus();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTreeRenderer.java39 boolean leaf, int row, boolean hasFocus) {
41 tree, value, selected, expanded, leaf, row, hasFocus);
37 getTreeCellRendererComponent( JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
H A DXMBeanInfo.java87 boolean hasFocus, int row, int column) {
89 table, value, isSelected, hasFocus, row, column);
85 getTableCellRendererComponent( JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTreeCellRenderer.java99 boolean hasFocus) {
101 expanded, leaf, row, hasFocus);
120 if (hasFocus) {
96 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk7/jdk/test/javax/swing/JSlider/6348946/
H A Dbug6348946.java126 boolean hasFocus,
123 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int col) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxUI.java71 * @param hasFocus whether or not the JComboBox has focus
76 boolean hasFocus) {
90 super.paintCurrentValue(g, bounds, hasFocus);
103 * @param hasFocus whether or not the JComboBox has focus
108 boolean hasFocus) {
116 if (hasFocus && !isPopupVisible(comboBox) &&
75 paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus) argument
107 paintCurrentValueBackground(Graphics g, Rectangle bounds, boolean hasFocus) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableHeaderUI.java228 boolean hasFocus,
232 if (isSelected || hasRollover || hasFocus) {
235 isSelected, hasFocus, table.isEnabled(),
265 hasFocus, row, column);
226 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DSynthTabbedPaneUI.java838 boolean isMouseDown, boolean isMouseOver, boolean hasFocus) {
859 if (hasFocus && tabPane.hasFocus()) {
837 updateTabContext(int index, boolean selected, boolean isMouseDown, boolean isMouseOver, boolean hasFocus) argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java212 boolean hasFocus) {
215 hasFocus);
208 getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
H A DWindowsComboBoxUI.java251 * @param hasFocus whether or not the JComboBox has focus
256 boolean hasFocus) {
278 if ( hasFocus && !isPopupVisible(comboBox) ) {
311 super.paintCurrentValue(g, bounds, hasFocus);
320 boolean hasFocus) {
322 super.paintCurrentValueBackground(g, bounds, hasFocus);
502 if (editor.hasFocus()) {
255 paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus) argument
319 paintCurrentValueBackground(Graphics g, Rectangle bounds, boolean hasFocus) argument
H A DWindowsTableHeaderUI.java76 boolean isSelected, hasFocus, hasRollover; field in class:WindowsTableHeaderUI.XPDefaultRenderer
84 boolean isSelected, boolean hasFocus,
87 hasFocus, row, column);
89 this.hasFocus = hasFocus;
175 } else if (isSelected || hasFocus || hasRollover) {
83 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTableHeaderUI.java115 public Component getTableCellRendererComponent(final JTable localTable, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column) { argument
/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java58 boolean isSelected, boolean hasFocus, int row, int column) {
68 if (hasFocus) {
117 if (hasFocus) {
57 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifComboBoxUI.java134 boolean hasFocus = comboBox.hasFocus();
146 paintCurrentValue(g,r,hasFocus);
177 public void paintCurrentValue(Graphics g,Rectangle bounds,boolean hasFocus) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java301 boolean hasFocus,
319 else if (hasFocus) {
298 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenuItem.java835 private boolean hasFocus = false; field in class:JMenuItem.AccessibleJMenuItem
893 if (!hasFocus) {
894 hasFocus = true;
900 if (hasFocus) {
901 hasFocus = false;

Completed in 70 milliseconds

12