|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface ViewActionReceiver provides an interface for all views which must react on actions that doesn't affect the model itself (e. g. 'select all items').
| Method Summary | |
boolean |
allowMultipleSelection()
Returns true if view allows multiple selection. |
boolean |
canZoom()
Returns true if view can be zoomed. |
void |
invertSelection()
Inverts current selection |
void |
narrow()
Narrows current view, if applicable |
void |
selectAll()
Selects all items in a view |
void |
selectItem(java.lang.Object pObject)
Select an object in the view |
void |
unselectAll()
Unselects all items in a view |
void |
widen()
Widens current view, if applicable |
void |
zoomIn()
Zooms current view, if applicable |
void |
zoomOut()
Unzooms current view, if applicable |
| Method Detail |
public void selectAll()
public void selectItem(java.lang.Object pObject)
pObject - Object to select in view. If null, the method does nothingpublic void unselectAll()
public void invertSelection()
public void zoomIn()
public void zoomOut()
public void narrow()
public void widen()
public boolean canZoom()
public boolean allowMultipleSelection()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||