|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionRemoveEvent | |
|---|---|
| org.eclipse.jpt.utility.model.event | |
| org.eclipse.jpt.utility.model.listener | |
| Uses of CollectionRemoveEvent in org.eclipse.jpt.utility.model.event |
|---|
| Methods in org.eclipse.jpt.utility.model.event that return CollectionRemoveEvent | |
|---|---|
CollectionRemoveEvent |
CollectionRemoveEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
CollectionRemoveEvent |
CollectionRemoveEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
| Uses of CollectionRemoveEvent in org.eclipse.jpt.utility.model.listener |
|---|
| Methods in org.eclipse.jpt.utility.model.listener with parameters of type CollectionRemoveEvent | |
|---|---|
void |
ChangeAdapter.itemsRemoved(CollectionRemoveEvent event)
|
void |
CollectionChangeAdapter.itemsRemoved(CollectionRemoveEvent event)
|
void |
CollectionChangeListener.itemsRemoved(CollectionRemoveEvent event)
This method gets called when items are removed from a bound collection. |
void |
SimpleChangeListener.itemsRemoved(CollectionRemoveEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||