Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] JTable and JTableColumn


HI Janak,

I don't remember if anybody replied to this, but this is a bug.

Could you please open a defect against VE for this so that we can fix it?

Thanks,
Rich


"Janak Mulani" <janak.mulani@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

12/04/2005 11:02 AM

Please respond to
Discussions people developing code for the Visual Editor project

To
"ve-Dev@Eclipse. Org" <ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] JTable and JTableColumn





Hi VE Team,

Consider the following scenario:

1. Drop JTable
2. Set autoCreateColumn to false
3. Drop a column in the table
4. In the Bean Tree, delete the table

When you do this, the code for the table i.e. getJTable() method is not
deleted.
The local var for the column and its allocation stmt (new JTableColumn)
remain as part of the getter method.

Suppose you have a table with column in it and you delete the column in bean
tree, the addColumn stmt is removed but the local var for column remains.

Are the above described behaviours by design or are these bugs?

Thanks and regards,

Janak

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top