|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A LayoutRegistryModel maintains a collection of layout models.
| Method Summary | |
void |
addLayoutRegistryListener(LayoutRegistryListener listener)
Add a change listener. |
LayoutModel |
getLayoutModel(String id)
Return a layout resolver model matching the supplied id. |
LayoutModel[] |
getLayoutModels()
Return the set of location resolver models. |
void |
removeLayoutRegistryListener(LayoutRegistryListener listener)
Remove a change listener. |
| Method Detail |
public LayoutModel[] getLayoutModels()
throws RemoteException
RemoteException - if a remote exception occurs
public LayoutModel getLayoutModel(String id)
throws UnknownKeyException,
RemoteException
id - the layout id
UnknownKeyException - if the key is unknown
RemoteException - if a remote exception occurs
public void addLayoutRegistryListener(LayoutRegistryListener listener)
throws RemoteException
listener - the registry change listener to add
RemoteException - if a remote exception occurs
public void removeLayoutRegistryListener(LayoutRegistryListener listener)
throws RemoteException
listener - the registry change listener to remove
RemoteException - if a remote exception occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||