psdi.app.common.virtual

Interface SpellCheckRemote

    • Method Detail

      • getSuggestionSet

        java.util.List getSuggestionSet()
                                 throws java.rmi.RemoteException
        Returns the List of suggested spelling changes for the current word
        Returns:
        List of suggested spelling changes
        Throws:
        java.rmi.RemoteException - Remote Exception
      • setSuggestionSet

        void setSuggestionSet(java.util.List suggestionSet)
                       throws java.rmi.RemoteException
        Sets the List of suggested spelling changes for the current word
        Parameters:
        suggestionSet - List of suggested spelling changes
        Throws:
        java.rmi.RemoteException - Remote Exception