Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to Draw a line inside a Table?
icon5.gif  How to Draw a line inside a Table? [message #787901] Wed, 01 February 2012 05:06 Go to next message
Kivanc Muslu is currently offline Kivanc MusluFriend
Messages: 153
Registered: November 2010
Senior Member
Hi all,

Is is possible to draw a line inside a table? If not, is it possible to change the height of TableItems? Is it possible to make them non-enabled (i.e., not selectable)?

Thanks, best regards,
Re: How to Draw a line inside a Table? [message #787936 is a reply to message #787901] Wed, 01 February 2012 06:19 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 2/1/2012 10:37 AM, Kivanc Muslu wrote:
> Hi all,
>
> Is is possible to draw a line inside a table? If not, is it possible to
> change the height of TableItems? Is it possible to make them non-enabled
> (i.e., not selectable)?
>
> Thanks, best regards,

Best answered in Platform newsgroup. Copying there.

--
Deepak Azad
http://wiki.eclipse.org/JDT/FAQ
Re: How to Draw a line inside a Table? [message #789103 is a reply to message #787936] Thu, 02 February 2012 15:53 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
For info on drawing on TableItems and on increasing item heights see
http://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html
..

Table items cannot be natively disabled, but with some work you can
emulate this, see http://www.eclipsezone.com/eclipse/forums/t81749.html .

As a side note, a good source of code snippets that demonstrate doing
interesting things with Table and other controls is
http://www.eclipse.org/swt/snippets#table .

Grant


On 2/1/2012 1:19 AM, Deepak Azad wrote:
> On 2/1/2012 10:37 AM, Kivanc Muslu wrote:
>> Hi all,
>>
>> Is is possible to draw a line inside a table? If not, is it possible to
>> change the height of TableItems? Is it possible to make them non-enabled
>> (i.e., not selectable)?
>>
>> Thanks, best regards,
>
> Best answered in Platform newsgroup. Copying there.
>
Previous Topic:InputStream not working in Eclipse for me
Next Topic:Can't Build .java File when file is outside of project
Goto Forum:
  


Current Time: Fri Apr 26 13:21:21 GMT 2024

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

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

Back to the top