Searched defs:accessory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java217 * Says that a different accessory component is in use
255 private JComponent accessory = null; field in class:JFileChooser
1234 * Returns the accessory component.
1236 * @return this JFileChooser's accessory component, or null
1240 return accessory;
1244 * Sets the accessory component. An accessory is often used to show a
1249 * Note: if there was a previous accessory, you should unregister
1250 * any listeners that the accessory might have registered with the
1256 * description: Sets the accessory componen
[all...]

Completed in 33 milliseconds