Statistics
| Revision:

root / trunk / libraries / libCorePlugin / src / com / iver / core / mdiManager / FrameWindowSupport.java @ 10381

History | View | Annotate | Download (9.2 KB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10381 02/16/2007 02:14 PM cesar

Update frame properties at creation again, we got some problems without that.

10200 02/08/2007 11:56 AM cesar

Don't update frame properties at creation, do it just before opening it.

9997 01/31/2007 11:07 AM cesar

Use IFrame interface, implement minimumSize, add comments, rename some local variables

9964 01/29/2007 01:32 PM cesar

Use the update* methods from windowInfo, which will make the interface to work faster and be more responsive.

9950 01/29/2007 10:49 AM cesar

Make the getFrame method more safe.

8958 11/22/2006 01:00 PM caballero
  • empty log message ***
8838 11/16/2006 06:52 PM cesar

Use an updateWindowInfo method to always get an updated WindowInfo object from WindowInfoSupport

8836 11/16/2006 06:28 PM cesar

Don't assume the window is a JInternalFrame... it may be a JDialog

6892 08/29/2006 01:01 PM cesar

Rename the View family of classes to Window (ie: SingletonViewSupport to SingletonWindowSupport, etc)