public abstract class AbstractUploadAction extends JosmAction
JosmAction.ActiveLayerChangeAdapter, JosmAction.LayerChangeAdapter, JosmAction.SelectionChangeAdapter
Modifier and Type | Field and Description |
---|---|
private java.beans.PropertyChangeListener |
updateOnRequireUploadChange |
sc
Constructor and Description |
---|
AbstractUploadAction(java.lang.String name,
java.lang.String iconName,
java.lang.String tooltip,
Shortcut shortcut,
boolean registerInToolbar)
Constructs a new
AbstractUploadAction . |
Modifier and Type | Method and Description |
---|---|
protected JosmAction.LayerChangeAdapter |
buildLayerChangeAdapter()
Override this if calling
JosmAction.updateEnabledState() on layer change events is not enough. |
buildActiveLayerChangeAdapter, checkAndConfirmOutlyingOperation, destroy, getLayerManager, getShortcut, initEnabledState, installAdapters, listenToLayerChange, listenToSelectionChange, setHelpId, setTooltip, updateEnabledState, updateEnabledState, updateEnabledStateOnCurrentSelection, updateEnabledStateOnCurrentSelection, updateEnabledStateOnModifiableSelection, waitFuture
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
private final java.beans.PropertyChangeListener updateOnRequireUploadChange
public AbstractUploadAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)
AbstractUploadAction
.name
- the action's text as displayed on the menu (if it is added to a menu)iconName
- the filename of the icon to usetooltip
- a longer description of the action that will be displayed in the tooltip. Please note
that html is not supported for menu actions on some platforms.shortcut
- a ready-created shortcut object or null if you don't want a shortcut. But you always
do want a shortcut, remember you can always register it with group=none, so you
won't be assigned a shortcut unless the user configures one. If you pass null here,
the user CANNOT configure a shortcut for your action.registerInToolbar
- register this action for the toolbar preferences?protected JosmAction.LayerChangeAdapter buildLayerChangeAdapter()
JosmAction
JosmAction.updateEnabledState()
on layer change events is not enough.buildLayerChangeAdapter
in class JosmAction
JosmAction.LayerChangeAdapter
that will be called on layer change events