Modifier and Type | Class and Description |
---|---|
static class |
ModelEvent.NodeChanged
Used to notify that one node has been changed (icon, displayName and
children).
|
static class |
ModelEvent.SelectionChanged
Event to change a selection in the tree table view.
|
static class |
ModelEvent.TableValueChanged
Used to notify that one cell in table has been changed.
|
static class |
ModelEvent.TreeChanged
Used to notify that whole content of tree has been changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelListener.modelChanged(ModelEvent event)
View model has been changed notification.
|