Revision 854 org.gvsig.proj/branches/refactor2018/org.gvsig.proj/org.gvsig.proj.swing/org.gvsig.proj.swing.api/src/main/java/org/gvsig/proj/swing/CoordinateReferenceSystemSwingManager.java

View differences:

CoordinateReferenceSystemSwingManager.java
76 76
     */
77 77
    CoordinateReferenceSystemManager getCRSManager();
78 78
    
79
    IconTheme getIconTheme();
80
    
81 79
    CRSCatalogManager getCatalogManager();
82

  
83
    /**
84
     * Returns the translation of a string.
85
     * 
86
     * @param key
87
     *            String to translate
88
     * @return a String with the translation of the string passed by parameter
89
     */
90
    String getTranslation(String key);
91

  
92
    /**
93
     * Returns the {@link WindowManager}.
94
     * 
95
     * @return {@link WindowManager}
96
     */
97
    WindowManager getWindowManager();
98 80
}

Also available in: Unified diff