|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
deSelectAll()
Deselects all the items in the given editor. |
void |
deSelectObject(MiPart part)
Deselects the given item. |
MiiSelectionGraphics |
getSelectionGraphics()
Gets the class that will handle the change in appearance of selected items. |
boolean |
select(MiParts parts)
Selects all the items in the given list. |
void |
selectAdditionalObject(MiPart part)
Selects the given item. |
boolean |
selectAll()
Selects all the items in the given editor. |
void |
selectObject(MiPart part)
Selects the given item. |
void |
setSelectionGraphics(MiiSelectionGraphics graphics)
Sets the class that will handle the change in appearance of selected items. |
| Method Detail |
public void setSelectionGraphics(MiiSelectionGraphics graphics)
graphics - the class that will decide how to
display selected itemspublic MiiSelectionGraphics getSelectionGraphics()
public boolean selectAll()
public boolean deSelectAll()
public void selectObject(MiPart part)
part - the item to selectpublic void selectAdditionalObject(MiPart part)
part - the item to selectpublic void deSelectObject(MiPart part)
part - the item to deselectpublic boolean select(MiParts parts)
parts - the items to select
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||