JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openstreetmap.josm.gui.dialogs.layer
Interface IEnabledStateUpdating
All Known Implementing Classes:
ActivateLayerAction
,
DeleteLayerAction
,
DuplicateAction
,
LayerVisibilityAction
,
MergeAction
,
MoveDownAction
,
MoveUpAction
,
ShowHideLayerAction
public interface
IEnabledStateUpdating
To be implemented by actions for which their enabled state depends on another model.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
updateEnabledState
()
Called after the layer model has changed.
Method Detail
updateEnabledState
void
updateEnabledState
()
Called after the layer model has changed.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
JOSM