org.sadun.swt.widgets
Interface MapEditor.TableItemChangeListener
- Enclosing interface:
- MapEditor
- public static interface MapEditor.TableItemChangeListener
Classes implementing this interface can be notified
of user-driven changes to the the properties displayed in
a MapEditor
.
- Author:
- Cristiano Sadun
Method Summary |
void |
tableItemAdded(org.eclipse.swt.widgets.TableItem item)
|
void |
tableItemChanged(org.eclipse.swt.widgets.TableItem item,
int column)
Invoked to notify that an item in the Map editor table has changed. |
void |
tableItemDeleted(org.eclipse.swt.widgets.TableItem item)
|
tableItemChanged
public void tableItemChanged(org.eclipse.swt.widgets.TableItem item,
int column)
throws MapEditor.TableItemChangeException
- Invoked to notify that an item in the Map editor table has changed.
- Parameters:
item
- the item which is changedcolumn
-
- Throws:
TableItemChangeException
MapEditor.TableItemChangeException
tableItemDeleted
public void tableItemDeleted(org.eclipse.swt.widgets.TableItem item)
tableItemAdded
public void tableItemAdded(org.eclipse.swt.widgets.TableItem item)