|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListMoveEvent | |
|---|---|
| org.eclipse.jpt.utility.model.event | |
| org.eclipse.jpt.utility.model.listener | |
| Uses of ListMoveEvent in org.eclipse.jpt.utility.model.event |
|---|
| Methods in org.eclipse.jpt.utility.model.event that return ListMoveEvent | |
|---|---|
ListMoveEvent |
ListMoveEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListMoveEvent |
ListMoveEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListMoveEvent |
ListMoveEvent.clone(Model newSource,
java.lang.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 ListMoveEvent in org.eclipse.jpt.utility.model.listener |
|---|
| Methods in org.eclipse.jpt.utility.model.listener with parameters of type ListMoveEvent | |
|---|---|
void |
ChangeAdapter.itemsMoved(ListMoveEvent event)
|
void |
ListChangeAdapter.itemsMoved(ListMoveEvent event)
|
void |
ListChangeListener.itemsMoved(ListMoveEvent event)
This method gets called when items in a bound list are moved. |
void |
SimpleChangeListener.itemsMoved(ListMoveEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||