Revision 42775 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/ui/mdiManager/MDIManager.java

View differences:

MDIManager.java
321 321
    public void setLocale(Locale locale);
322 322

  
323 323
    /**
324
     * Change the position of the speficied window.
325
     *
326
     * @param window
327
     * @param x
328
     * @param y
329
     */
330
    public void move(IWindow window, int x, int y);
331

  
332
    /**
324 333
     * Gets the associated IWindow to the panel shown with showWindow method.
325 334
     * Also panel shown with the tools WindowManager.
326 335
     *
......
328 337
     * @return
329 338
     */
330 339
    public IWindow getWindow(JPanel panel);
331

  
332 340
}

Also available in: Unified diff