source: josm/trunk/src/org/openstreetmap/josm/actions/AdaptableAction.java@ 12060

Last change on this file since 12060 was 7937, checked in by bastiK, 9 years ago

add subversion property svn:eol=native

  • Property svn:eol-style set to native
File size: 238 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.actions;
3
4import javax.swing.Action;
5
6/* allow us to tell the toolbar that name and icon may be changed */
7public interface AdaptableAction extends Action {
8}
Note: See TracBrowser for help on using the repository browser.