Searched defs:isSelected (Results 1 - 25 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRenderer.java42 * @param isSelected a boolean
44 void setValue(Object aValue,boolean isSelected); argument
H A DListCellRenderer.java45 * boolean isSelected,
63 * } else if (isSelected) {
102 * @param isSelected True if the specified cell was selected.
114 boolean isSelected,
110 getListCellRendererComponent( JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DButtonGroup.java93 if (b.isSelected()) {
173 public boolean isSelected(ButtonModel m) { method in class:ButtonGroup
H A DSingleSelectionModel.java64 public boolean isSelected(); method in interface:SingleSelectionModel
H A DDefaultSingleSelectionModel.java77 public boolean isSelected() { method in class:DefaultSingleSelectionModel
H A DJToggleButton.java236 public boolean isSelected() { method in class:JToggleButton.ToggleButtonModel
238 // return getGroup().isSelected(this);
255 b = group.isSelected(this);
258 if (isSelected() == b) {
276 this.isSelected() ? ItemEvent.SELECTED : ItemEvent.DESELECTED));
289 setSelected(!this.isSelected());
402 if (tb.isSelected()) {
H A DAbstractAction.java120 static boolean isSelected(Action a) { method in class:AbstractAction
H A DButtonModel.java94 boolean isSelected(); method in interface:ButtonModel
H A DDefaultCellEditor.java120 return Boolean.valueOf(checkBox.isSelected());
251 boolean isSelected,
254 String stringValue = tree.convertValueToText(value, isSelected,
266 boolean isSelected,
278 isSelected, true, row, column);
250 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
265 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableCellEditor.java63 * @param isSelected true if the cell is to be rendered with
70 boolean isSelected,
69 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
H A DTableCellRenderer.java63 * <code>isSelected</code> and <code>hasFocus</code> values of
79 * @param isSelected true if the cell is to be rendered with the
92 boolean isSelected, boolean hasFocus,
91 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DLongCellRenderer.java41 boolean isSelected, boolean hasFocus,
49 textField.setForeground(isSelected ? table.getSelectionForeground() :
51 textField.setBackground(isSelected ? table.getSelectionBackground() :
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/plaf/basic/
H A DBasicComboBoxRenderer.java94 boolean isSelected,
98 /**if (isSelected) {
106 if (isSelected) {
90 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOption.java99 public boolean isSelected() { method in class:Option
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeCellEditor.java55 * @param isSelected true if the cell is to be rendered with
63 boolean isSelected, boolean expanded,
62 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java57 node.setSelected(!node.isSelected());
68 public Component getListCellRendererComponent(final JList list, Object value, final int index, boolean isSelected, boolean cellHasFocus) { argument
71 this.setSelected(node.isSelected());
74 if (isSelected && list.hasFocus()) {
77 } else if (isSelected) {
H A DCheckNode.java52 public boolean isSelected() { method in class:CheckNode
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/action/
H A DStateChangeAction.java51 public boolean isSelected() method in class:StateChangeAction
/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputMethodHighlight.java161 public boolean isSelected() { method in class:InputMethodHighlight
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DMonitorTool.java106 boolean isSelected,
115 isSelected, cellHasFocus);
103 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneContrastUI.java103 protected State getState(final int index, final boolean frameActive, final boolean isSelected) { argument
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTextFieldEditor.java138 boolean isSelected,
136 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
/openjdk7/jdk/test/javax/swing/JSlider/6348946/
H A Dbug6348946.java125 boolean isSelected,
138 boolean isSelected,
123 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int col) argument
137 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int col) argument
/openjdk7/jdk/test/javax/swing/JTree/4330357/
H A Dbug4330357.java179 boolean isSelected,
178 getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) argument

Completed in 79 milliseconds

123