|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteSwitching
Interface to signal the capability to switch the visibla application via RMi.
| Method Summary | |
|---|---|
Class<?> |
getSubResponse(String name)
If the name of the component is linked to a SubComponent,
this method should return the class of keys the SubComponent
supports. |
Map<String,Icon> |
knownSwitches()
Retrieves a list of all component's names we can switch to. |
boolean |
switchTo(String id,
Object key)
Switches to component with the specified id. |
| Method Detail |
|---|
Map<String,Icon> knownSwitches()
throws RemoteException
RemoteException
Class<?> getSubResponse(String name)
throws RemoteException
SubComponent,
this method should return the class of keys the SubComponent
supports. If the name does not point to aSubComponent, return
null
RemoteException
boolean switchTo(String id,
Object key)
throws RemoteException
SubComponent,
pass that key, also.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||