Ignore:
Timestamp:
2012-06-09T20:03:41+02:00 (12 years ago)
Author:
bastiK
Message:

doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JosmAction.java

    r5266 r5275  
    1515import org.openstreetmap.josm.data.osm.OsmPrimitive;
    1616import org.openstreetmap.josm.gui.MapView;
     17import org.openstreetmap.josm.gui.MapView.LayerChangeListener;
    1718import org.openstreetmap.josm.gui.layer.Layer;
    1819import org.openstreetmap.josm.gui.layer.OsmDataLayer;
     
    2526 *
    2627 * A JosmAction is a {@link LayerChangeListener} and a {@link SelectionChangedListener}. Upon
    27  * a layer change event or a selection change event it invokes {@link #updateEnabled()}.
    28  * Subclasses can override {@link #updateEnabled()} in order to update the {@link #isEnabled()}-state
     28 * a layer change event or a selection change event it invokes {@link #updateEnabledState()}.
     29 * Subclasses can override {@link #updateEnabledState()} in order to update the {@link #isEnabled()}-state
    2930 * of a JosmAction depending on the {@link #getCurrentDataSet()} and the current layers
    3031 * (see also {@link #getEditLayer()}).
Note: See TracChangeset for help on using the changeset viewer.