source:
josm/trunk/src/org/openstreetmap/josm/actions/AdaptableAction.java
@
5240
| Revision 4032, 238 bytes checked in by stoecker, 13 months ago (diff) |
|---|
| Line | |
|---|---|
| 1 | // License: GPL. For details, see LICENSE file. |
| 2 | package org.openstreetmap.josm.actions; |
| 3 | |
| 4 | import javax.swing.Action; |
| 5 | |
| 6 | /* allow us to tell the toolbar that name and icon may be changed */ |
| 7 | public interface AdaptableAction extends Action { |
| 8 | } |
Note: See TracBrowser
for help on using the repository browser.
