Statistics
| Revision:

root / trunk / frameworks / _fwAndami / src / com / iver / andami / ui / mdiManager / WindowInfo.java @ 9655

History | View | Annotate | Download (15.9 KB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9655 01/11/2007 09:12 AM cesar

Capture exception in case there is one missing attribute in the window properties.

8784 11/15/2006 02:30 PM cesar

Add some comments

8374 10/27/2006 09:30 AM cesar

Don't restore size of project manager window. It's not resizable. Don't try to change size of windows when provided height and width equals -1.

8321 10/25/2006 11:01 AM cesar

Correctly restore maximized windows which have been closed; don't take WindowInfo height and width when they equal -1.

7447 09/21/2006 05:07 PM cesar

Complete the window persistence: now Views, Tables, Layouts and the ProjectManager get correctly restored when loading a project

7397 09/20/2006 02:01 PM maquerol

Método setMaximizable

6880 08/29/2006 09:56 AM cesar

Rename the View family of classes to Window (ie: SingletonView to SingletonWindow, ViewInfo to WindowInfo, etc)