Searched refs:toggle (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DGUIDemo.java50 myDrawer.toggle(this);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultRowSorter.java468 // It's the primary sorting key, toggle it
469 keys.set(0, toggle(keys.get(0)));
484 private SortKey toggle(SortKey key) { method in class:DefaultRowSorter
H A DJTable.java2359 boolean toggle, boolean extend, boolean selected,
2362 if (toggle) {
2379 if (toggle) {
2395 * two flags: <code>toggle</code> and <code>extend</code>. Most changes
2404 * <li> <code>toggle</code>: <em>false</em>, <code>extend</code>: <em>false</em>.
2406 * <li> <code>toggle</code>: <em>false</em>, <code>extend</code>: <em>true</em>.
2409 * <li> <code>toggle</code>: <em>true</em>, <code>extend</code>: <em>false</em>.
2411 * <li> <code>toggle</code>: <em>true</em>, <code>extend</code>: <em>true</em>.
2417 * @param toggle see description above
2422 public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolea argument
2358 changeSelectionModel(ListSelectionModel sm, int index, boolean toggle, boolean extend, boolean selected, int anchor, boolean anchorSelected) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1474 * Paints the expand (toggle) part of a row. The receiver should
1544 * Returns true if the expand (toggle) control should be drawn for
2228 * expand/collapse region of the <code>row</code>, this will toggle
2306 * Returning true signifies a mouse event on the node should toggle
2326 * implying the location is not in the expand (toggle) control
2342 * particular row. If the event is a toggle selection event, the
2346 * specified a toggle event the row is expanded/collapsed.
2382 // Should this event toggle the selection of this row?
2919 * Will toggle the expandedness of a node, as well as potentially
3066 SHARED_ACTION.toggle(tre
4305 private void toggle(JTree tree, BasicTreeUI ui) { method in class:BasicTreeUI.Actions
[all...]

Completed in 60 milliseconds