|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface specifies the functionality of look-and-feel managers. These managers convert MiiModelDocuments to and from graphics. To this end they may also watch for actions made to the graphics and so update the document accordingly.
This interface extends MiiModelEntity, a rather heavy interface, in order to support the future capability of view managers having properties that allow customization of the view(s) that they generate. Implementers will most likely inherit their view managers from MiModelEntity, which supplies a default working implementation of MiiModelEntity.
| Field Summary |
| Method Summary | |
MiiModelEntity |
getModel()
Converts the graphics found in the target view container to a MiiModelDocument. |
MiPart |
getView()
Gets the view container. |
void |
setModel(MiiModelEntity document)
Loads the target view container with graphics representing the data in the given document. |
void |
setView(MiPart view)
Sets the view container. |
| Method Detail |
public void setView(MiPart view)
view - the view containergetView()public MiPart getView()
public void setModel(MiiModelEntity document)
document - the documentsetView(com.swfm.mica.core.MiPart)public MiiModelEntity getModel()
setView(com.swfm.mica.core.MiPart)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||