Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] SDI in SWT possible ?

You're actually talking about "MDI" -- Mulitple-Document Interface. SDI
(Single-Document Interface) means each window is separate from the others.

Right now, Eclipse doesn't support MDI, but it's in the 3.0 plan last I
checked.

-- Scott

====================
Scott Stanchfield
FGM, Inc.
scotts@xxxxxxx
====================



> -----Original Message-----
> From: platform-swt-dev-admin@xxxxxxxxxxx
> [mailto:platform-swt-dev-admin@xxxxxxxxxxx]On Behalf Of griffiti
> Sent: Tuesday, May 27, 2003 10:05 AM
> To: platform-swt-dev@xxxxxxxxxxx
> Subject: [platform-swt-dev] SDI in SWT possible ?
>
>
> Is it possible to develop an SDI-based application in
> SWT?  Basically a parent shell that opens child shells
> within its bounds. Child shells minimize within the
> parent, etc.??
>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>



Back to the top