Ignore:
Timestamp:
30.08.2009 19:07:24 (3 years ago)
Author:
Gubaer
Message:

removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of deprecated APIs in OsmPrimitive and Way
cleanup of imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/Layer.java

    r1893 r2017  
    6666     * The visibility state of the layer. 
    6767     *  
    68      * @deprecated use {@see #setVisible(boolean)} and {@see #isVisible()} instead. This field 
    69      * is going to be private (or protected) in a future release. 
    70      */ 
    71     @Deprecated 
    72     public boolean visible = true; 
     68     */ 
     69    private boolean visible = true; 
    7370 
    7471    /** 
     
    8077     * The name of this layer. 
    8178     *  
    82      * @deprecated use {@see #getName()} and {@see #setName(String)} instead. This field 
    83      * is going to be private  (or protected) in the future. 
    84      */ 
    85     @Deprecated 
    86     public String name; 
     79     */ 
     80    private  String name; 
     81 
    8782    /** 
    8883     * If a file is associated with this layer, this variable should be set to it. 
Note: See TracChangeset for help on using the changeset viewer.