Changeset 16559 in osm
- Timestamp:
- 2009-07-18T16:10:26+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui
- Files:
-
- 6 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/AddCommentAction.java
r14816 r16559 34 34 35 35 import org.openstreetmap.josm.Main; 36 import org.openstreetmap.josm.gui.historycombobox.HistoryChangedListener; 36 37 import org.openstreetmap.josm.plugins.osb.ConfigKeys; 37 38 import org.openstreetmap.josm.plugins.osb.OsbPlugin; 38 39 import org.openstreetmap.josm.plugins.osb.api.EditAction; 39 40 import org.openstreetmap.josm.plugins.osb.gui.dialogs.TextInputDialog; 40 import org.openstreetmap.josm.plugins.osb.gui.historycombobox.HistoryChangedListener;41 41 import org.openstreetmap.josm.plugins.osb.gui.historycombobox.StringUtils; 42 42 -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java
r14816 r16559 34 34 35 35 import org.openstreetmap.josm.Main; 36 import org.openstreetmap.josm.gui.historycombobox.HistoryChangedListener; 36 37 import org.openstreetmap.josm.plugins.osb.ConfigKeys; 37 38 import org.openstreetmap.josm.plugins.osb.OsbPlugin; … … 39 40 import org.openstreetmap.josm.plugins.osb.api.EditAction; 40 41 import org.openstreetmap.josm.plugins.osb.gui.dialogs.TextInputDialog; 41 import org.openstreetmap.josm.plugins.osb.gui.historycombobox.HistoryChangedListener;42 42 import org.openstreetmap.josm.plugins.osb.gui.historycombobox.StringUtils; 43 43 -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/NewIssueAction.java
r14816 r16559 42 42 import org.openstreetmap.josm.Main; 43 43 import org.openstreetmap.josm.data.osm.Node; 44 import org.openstreetmap.josm.gui.historycombobox.HistoryChangedListener; 44 45 import org.openstreetmap.josm.plugins.osb.ConfigKeys; 45 46 import org.openstreetmap.josm.plugins.osb.OsbPlugin; 46 47 import org.openstreetmap.josm.plugins.osb.api.NewAction; 47 48 import org.openstreetmap.josm.plugins.osb.gui.dialogs.TextInputDialog; 48 import org.openstreetmap.josm.plugins.osb.gui.historycombobox.HistoryChangedListener;49 49 import org.openstreetmap.josm.plugins.osb.gui.historycombobox.StringUtils; 50 50 -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java
r14826 r16559 50 50 import javax.swing.SwingUtilities; 51 51 52 import org.openstreetmap.josm. plugins.osb.gui.historycombobox.HistoryChangedListener;53 import org.openstreetmap.josm. plugins.osb.gui.historycombobox.SuggestingJHistoryComboBox;52 import org.openstreetmap.josm.gui.historycombobox.HistoryChangedListener; 53 import org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox; 54 54 55 55 /**
Note:
See TracChangeset
for help on using the changeset viewer.