|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ListAddEvent | |
|---|---|
| org.eclipse.jpt.common.utility.model.event | |
| org.eclipse.jpt.common.utility.model.listener | |
| Uses of ListAddEvent in org.eclipse.jpt.common.utility.model.event |
|---|
| Methods in org.eclipse.jpt.common.utility.model.event that return ListAddEvent | |
|---|---|
ListAddEvent |
ListAddEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListAddEvent |
ListAddEvent.clone(Model newSource,
String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListAddEvent |
ListAddEvent.clone(Model newSource,
String newListName,
int offset)
Return a copy of the event with the specified source and list name replacing the current source and list name and displacing the index by the specified amount. |
| Uses of ListAddEvent in org.eclipse.jpt.common.utility.model.listener |
|---|
| Fields in org.eclipse.jpt.common.utility.model.listener with type parameters of type ListAddEvent | |
|---|---|
protected static Class<ListAddEvent> |
ReflectiveChangeListener.LIST_ADD_EVENT_CLASS
|
| Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type ListAddEvent | |
|---|---|
void |
ChangeAdapter.itemsAdded(ListAddEvent event)
|
void |
ListChangeAdapter.itemsAdded(ListAddEvent event)
|
void |
AbstractChangeListener.itemsAdded(ListAddEvent event)
|
void |
ListChangeListener.itemsAdded(ListAddEvent event)
This method gets called when items are added to a bound list. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||