Monday, 11 June 2007

Editable / Clearable Dialog Cell Editor

This is a swt widget for a table cell which comes with
a text box, a file dialog button and a clear button.

This widget comes with
- Cut, Copy, Paste and Delete options [which are the default SWT.Text options].
- Clear Button on click clears the content of text.
- File Dialog button on click of which, as the name says : a File dialog would pop up allowing the user to load a file.

If you want have this widget then you can have a peep in : http://tools.assembla.com/svn/j3widgets

2 comments:

  1. I don't suppose you could allow anonymous logins to that SVN server of yours? Btw, I am very interested in taking a peek at your widget.

    ReplyDelete
  2. I am really Sorry for replying so late. Currently i have open sourced EditableDialogCellEditor, you can find all the details at http://jiljackjava.blogspot.com/2008/02/swt-editable-dialog-cell-editor.html

    ReplyDelete