Class TaggingPresetSeparator
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
-
- org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSeparator
-
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Predicate<IPrimitive>
,Action
,AdaptableAction
,MainLayerManager.ActiveLayerChangeListener
public class TaggingPresetSeparator extends TaggingPreset
Class used to represent aJSeparator
inside tagging preset menu.- Since:
- 895
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
TaggingPreset.ToolbarButtonAction
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
data, DIALOG_ANSWER_APPLY, DIALOG_ANSWER_CANCEL, DIALOG_ANSWER_NEW_RELATION, group, iconName, itemGuiSupport, locale_name, matchExpression, name, name_context, nameTemplate, nameTemplateFilter, OPTIONAL_TOOLTIP_TEXT, PRESET_ICON_ERROR_MSG_PREFIX, preset_name_label, roles, types, USE_VALIDATOR
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description TaggingPresetSeparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDisplayName()
Change the display name without changing the toolbar value.-
Methods inherited from class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
actionPerformed, activeOrEditLayerChanged, createCommand, createPanel, createSelection, getChangedTags, getIcon, getIcon, getIconLoadingTask, getImageResource, getLocaleName, getName, getRawName, getToolbarString, isShowable, matches, setIcon, setMatch_expression, setName_template, setName_template_filter, setType, showAndApply, showDialog, suggestRoleForOsmPrimitive, test, toString, typeMatches, typeMatches, updateEnabledState
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
TaggingPresetSeparator
public TaggingPresetSeparator()
-
-
Method Detail
-
setDisplayName
public void setDisplayName()
Description copied from class:TaggingPreset
Change the display name without changing the toolbar value.- Overrides:
setDisplayName
in classTaggingPreset
-
-