|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayoutRegistryModel
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 |
|---|
LayoutModel[] getLayoutModels()
throws RemoteException
RemoteException - if a remote exception occurs
LayoutModel getLayoutModel(String id)
throws UnknownKeyException,
RemoteException
id - the layout id
UnknownKeyException - if the key is unknown
RemoteException - if a remote exception occurs
void addLayoutRegistryListener(LayoutRegistryListener listener)
throws RemoteException
listener - the registry change listener to add
RemoteException - if a remote exception occurs
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 | |||||||||