|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocusPoint
The locus-point service. A single instance runs on the local host. Clients may obtain a reference to it from the service registry:
LocusPoint locusPoint = serviceRegistry.getService( LocusPoint.class );
| Method Summary | |
|---|---|
String |
getLocus()
Returns the locus currently pointed to, on the desktop. |
boolean |
isEnabled()
Returns true iff locus-point is enabled. |
void |
setEnabled(boolean enabled)
Enables or disables locus-point. |
void |
setLocus(String newLocus)
Sets the locus currently pointed to. |
| Methods inherited from interface PropertyChangeListenerR.RegistryN |
|---|
addPropertyChangeListener, disabledPropertyChangeListener |
| Methods inherited from interface PropertyChangeListenerR.Registry |
|---|
addPropertyChangeListener, disabledPropertyChangeListener |
| Method Detail |
|---|
@ThreadSafe
String getLocus()
throws RemoteException
RemoteExceptionsetLocus(String)
@ThreadSafe
void setLocus(String newLocus)
throws RemoteException
RemoteExceptiongetLocus()
boolean isEnabled()
throws RemoteException
RemoteExceptionsetEnabled(boolean)
void setEnabled(boolean enabled)
throws RemoteException
RemoteExceptionisEnabled()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||