|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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
RemoteException
setLocus(String)
@ThreadSafe void setLocus(String newLocus) throws RemoteException
RemoteException
getLocus()
boolean isEnabled() throws RemoteException
RemoteException
setEnabled(boolean)
void setEnabled(boolean enabled) throws RemoteException
RemoteException
isEnabled()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |