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