|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReorderableTableContentProvider
Table content provider that allows the re-ordering of table rows.
Method Summary | |
---|---|
boolean |
isReorderable()
True if the rows in this table are re-orderable. |
void |
moveTo(int index)
Moves the current row to the specified index. |
Method Detail |
---|
boolean isReorderable()
void moveTo(int index) throws ContentProviderException
index
- (Zero-based) new row index.
ContentProviderException
- if the specified row index does not exist
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |