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

Last change on this file since 7859 was 4032, checked in by stoecker, 13 years ago

allow to define icon and name for search and background layer actions in toolbar

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.