psdi.app.common.virtual

Class SpellCheck

    • Constructor Detail

    • Method Detail

      • getSuggestionSet

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

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