Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » validating a table cell
validating a table cell [message #209490] Tue, 08 May 2007 15:19
Eclipse UserFriend
Originally posted by: brahim.zemmit.thalesgroup.com

Hi,

i have a big problem on validating a cell of a table.

// Assign the cell editors to the viewer
viewer.setCellEditors(editors);

// Set the cell modifier for the viewer
viewer.setCellModifier(new ICellModifier() {

public boolean canModify(Object element, String property) {
return writeModus;
}

public Object getValue(Object element, String property) {
Previous Topic:How to use Eclipse for a struts project
Next Topic:Eclipse crashing
Goto Forum:
  


Current Time: Fri Mar 29 12:43:07 GMT 2024

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

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

Back to the top