edu.columbia.cs.cgui.rjfc.swing
Interface RFocusManager
- All Superinterfaces:
- Remote
- All Known Subinterfaces:
- RDefaultFocusManager
- All Known Implementing Classes:
- RFocusManagerImpl
- public interface RFocusManager
- extends Remote
FOCUS_MANAGER_CLASS_PROPERTY
public static final String FOCUS_MANAGER_CLASS_PROPERTY
getRJFCWrappedData
public FocusManager getRJFCWrappedData()
throws RemoteException
setData
public void setData(FocusManager data)
throws RemoteException
setHash
public void setHash(Hashtable hash)
throws RemoteException
getCurrentManager
public RFocusManager getCurrentManager()
throws RemoteException
setCurrentManager
public void setCurrentManager(RFocusManager aFocusManagervar0)
throws RemoteException
disableSwingFocusManager
public void disableSwingFocusManager()
throws RemoteException
isFocusManagerEnabled
public boolean isFocusManagerEnabled()
throws RemoteException
processKeyEvent
public void processKeyEvent(RComponent focusedComponentvar0,
KeyEvent anEventvar1)
throws RemoteException
focusNextComponent
public void focusNextComponent(RComponent aComponentvar0)
throws RemoteException
focusPreviousComponent
public void focusPreviousComponent(RComponent aComponentvar0)
throws RemoteException