Changeset 8291 in josm for trunk/src/org/openstreetmap/josm/gui/widgets/AbstractFileChooser.java
- Timestamp:
- 2015-04-29T01:44:01+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/widgets/AbstractFileChooser.java
r8126 r8291 154 154 * </ul> 155 155 * 156 * @exception IllegalArgumentException if <code>mode</code> is an 157 * illegal file selection mode 156 * @throws IllegalArgumentException if <code>mode</code> is an illegal file selection mode 158 157 */ 159 158 public abstract void setFileSelectionMode(int selectionMode); … … 197 196 * dialog is dismissed 198 197 * </ul> 199 * @exception HeadlessException if GraphicsEnvironment.isHeadless() 200 * returns true. 198 * @throws HeadlessException if GraphicsEnvironment.isHeadless() returns true. 201 199 * @see java.awt.GraphicsEnvironment#isHeadless 202 200 */ … … 218 216 * dialog is dismissed 219 217 * </ul> 220 * @exception HeadlessException if GraphicsEnvironment.isHeadless() 221 * returns true. 218 * @throws HeadlessException if GraphicsEnvironment.isHeadless() returns true. 222 219 * @see java.awt.GraphicsEnvironment#isHeadless 223 220 */
Note:
See TracChangeset
for help on using the changeset viewer.