Searched refs:ACTION_CANCEL (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java66 public final static String ACTION_CANCEL = "cancelSelection"; field in class:FilePane
486 if (cmd == ACTION_CANCEL) {
508 if (cmd == ACTION_CANCEL) {
521 actionList.add(new FilePaneAction(ACTION_CANCEL));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java236 map.put(FilePane.ACTION_CANCEL, getCancelSelectionAction());

Completed in 28 milliseconds