|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionAddEvent | |
|---|---|
| org.eclipse.jpt.utility.model.event | |
| org.eclipse.jpt.utility.model.listener | |
| Uses of CollectionAddEvent in org.eclipse.jpt.utility.model.event |
|---|
| Methods in org.eclipse.jpt.utility.model.event that return CollectionAddEvent | |
|---|---|
CollectionAddEvent |
CollectionAddEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
CollectionAddEvent |
CollectionAddEvent.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 CollectionAddEvent in org.eclipse.jpt.utility.model.listener |
|---|
| Methods in org.eclipse.jpt.utility.model.listener with parameters of type CollectionAddEvent | |
|---|---|
void |
ChangeAdapter.itemsAdded(CollectionAddEvent event)
|
void |
CollectionChangeAdapter.itemsAdded(CollectionAddEvent event)
|
void |
CollectionChangeListener.itemsAdded(CollectionAddEvent event)
This method gets called when items are added to a bound collection. |
void |
SimpleChangeListener.itemsAdded(CollectionAddEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||