Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to design a "Tiles View" in RAP?
How to design a "Tiles View" in RAP? [message #882266] Wed, 06 June 2012 02:36 Go to next message
Eclipse UserFriend
Hi everyone,
I need to show a list of objects in some different ways.
- The easiest way is use a Tableviewer and display all fields of each object.
- The second way I want to display is the view of objects must look like "Tiles View" as we use "Window Explorer" to show items. In the space of each object,there is an object's image on the left, and on the right should show some information of that object.

I still have no idea for displaying items in the 2nd way.
Thank you very much for any suggestion.
Re: How to design a "Tiles View" in RAP? [message #882428 is a reply to message #882266] Wed, 06 June 2012 08:54 Go to previous messageGo to next message
Eclipse UserFriend
SWT does not provide such a tile view out of the box. You may find
something useful in the Nebula project [1]. If not, may be the SWT
snippets [2] can help to compose a custom component?

Regards, Ralf

[1] http://eclipse.org/nebula/
[2] http://www.eclipse.org/swt/snippets/

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: How to design a "Tiles View" in RAP? [message #883363 is a reply to message #882428] Fri, 08 June 2012 07:25 Go to previous message
Eclipse UserFriend
Thanks Ralf so much.
Based on links you provide, I found the way to extend a Composite and using RowLayout to display all these customized composites.
My Tile view is working now.
Previous Topic:Toolitem of vetical toolbar are centered per default in 1.5
Next Topic:JSExecutor.executeJS with result
Goto Forum:
  


Current Time: Fri Jun 20 19:59:03 EDT 2025

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

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

Back to the top