Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

UI element name ?

Hey there,

I am not sure if this is the right section to post this, but I couldn't find more appropriate one.

Could anybody help me with UI element name found in jazz web UI?

This element can be seen here:

http://publib.boulder.ibm.com/infocenter/rtczhelp/v2r0m0/topic/com.ibm.team.platform.doc/images/web-ui.gif

You can see left yellowish navigation area with a vertical "slider", which you can move to resize the area (also you can double click it, to auto-collapse the area to the left border).

What is the appropriate name for this "slider"?

I am curious if this can also be implemented in Eclipse framework.

Thank you in advance.

Cheers,
Andy

0 votes



2 answers

Permanent link
Hi Andy,

I don't think it has an official name, as it's part of a larger widget called SideNavigationLayout which a sort of container widget that has space to put things in the left navigation section and the main content area. In the internal code, it's called the show/hide/resize control. Though this widget was written very early on and shouldn't be taken as an example of a good widget.

I think the general term for this type of control is a "sash". SWT (the widget toolkit used by Eclipse) has a Sash widget, so it should be possible to do this in Eclipse. If if doesn't work exactly the way you like, you can actually implement your own with Composites/Canvases, and mouse listeners and other lower-level API. I'm sure someone else has probably already wanted something like this before, so you can try searching or asking on the Eclipse newsgroups.

Thanks,
Curt

0 votes


Permanent link
Curt,

thank you for the reply very much.

Cheers,
Andy

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 12 '10, 6:07 a.m.

Question was seen: 5,367 times

Last updated: Jan 12 '10, 6:07 a.m.

Confirmation Cancel Confirm