Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Table
Table [message #610217] Wed, 10 August 2005 11:40
Eclipse UserFriend
Originally posted by: nightblue99.yahoo.com

Hi;

I have been developing a standalone GUI builder for SWT. I have just
riched the point to create properties table for my beans editing. But
using the JFace table viewer, it only allows the define columns related
CellEditor. But my requirement is that created CellEditor in each row
according to the property of the bean in the row. For example let say bean
X have two properties 1. Text (StringCellEditor with text)
2. Visible(ComboCellEditor with TRUE or FALSE)

There must be two columns in the property table
1. Name (name of the property)
2. Value (value of the property).

Then the first row value column will be StringCellEditor and second row
of the value column will be the ComboCellEditor. I can't achieved this by
using the JFace. Is there any way to accomplish this task?

I looked at the project XSWT, it creates table from the scratch using the
Graphics and huge amount of code. Could I use this code in my commerical
project?

Thanks for advance
Previous Topic:Not able to customise Java Beans View
Next Topic:Combining SWT and Swing Control
Goto Forum:
  


Current Time: Fri Apr 26 05:21:40 GMT 2024

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

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

Back to the top