Splitter class [message #12236] |
Fri, 05 July 2002 12:26  |
Eclipse User |
|
|
|
Originally posted by: queinnec.essi.fr
Hi!
I'd like to know if there is a special reason why
com.ibm.etools.gef.ui.parts.Splitter is a protected class. If not, is there
a way to programmatically resize the palette (change the weights between
paletteviewer and graphicalviewer) ?
Thanks,
Pierre Queinnec.
|
|
|
Re: Splitter class [message #12471 is a reply to message #12236] |
Mon, 08 July 2002 13:19  |
Eclipse User |
|
|
|
Originally posted by: none.ibm.com
Basically, we had to create a Splitter class because SWT doesn't let you
change the appearance of SashForm. We did this to remove the lines in the
"sash". We don't want to be writing SWT widgets and maintaining them, so we
made it protected so that only our code could be dependant on it.
The default placement and sizing of the palette will be improved in future
releases. We plan to add persistence to the palettes size, along with other
settings like whether the labels should be displayed. For now, you'll have
to do this yourself in your app's EditorPart.
"Pierre Queinnec" <queinnec@essi.fr> wrote in message
news:ag4fte$r8r$1@rogue.oti.com...
> Hi!
> I'd like to know if there is a special reason why
> com.ibm.etools.gef.ui.parts.Splitter is a protected class. If not, is
there
> a way to programmatically resize the palette (change the weights between
> paletteviewer and graphicalviewer) ?
> Thanks,
> Pierre Queinnec.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02750 seconds