Skip to main content



      Home
Home » Eclipse Projects » GEF » Splitter class
Splitter class [message #12236] Fri, 05 July 2002 12:26 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
>
>
Previous Topic:different behavior of AlignmentAction
Next Topic:How implement Zoom and GridLayout
Goto Forum:
  


Current Time: Sat May 10 17:50:13 EDT 2025

Powered by FUDForum. Page generated in 0.02750 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top