001 // License: GPL. For details, see LICENSE file.
002 package org.openstreetmap.josm.actions;
003
004 import javax.swing.Action;
005
006 /* allow us to tell the toolbar that name and icon may be changed */
007 public interface AdaptableAction extends Action {
008 }