Uses of Class
de.starface.integration.uci.java.v30.types.FunctionKey

Packages that use FunctionKey
de.starface.integration.uci.java.v30.messages.events This package contains the events that the UCI client implementation can receive from STARFACE. 
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
de.starface.integration.uci.java.v30.types This package contains the entity types that are transferred using the UCI service interfaces 
 

Uses of FunctionKey in de.starface.integration.uci.java.v30.messages.events
 

Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type FunctionKey
 void UciFunctionKeyEvents.receiveFunctionKeyState(FunctionKey functionKeyProperties)
          The ReceiveFunctionKeyState event provides a number of properties about the function key the state is changing of.
 

Method parameters in de.starface.integration.uci.java.v30.messages.events with type arguments of type FunctionKey
 void UciFunctionKeyEvents.functionKeysChanged(List<FunctionKey> functionKeys)
          This event allows the UCI client to get informed when the configuration of the function keys of the user changed.
 

Uses of FunctionKey in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type FunctionKey
 List<FunctionKey> UciFunctionKeyRequests.getFunctionKeys()
          This request allows the UCI client to retrieve the function keys of the current user.
 

Uses of FunctionKey in de.starface.integration.uci.java.v30.types
 

Methods in de.starface.integration.uci.java.v30.types that return types with arguments of type FunctionKey
 Map<String,FunctionKey> FunctionKeySearchResult.getResultList()
           
 

Method parameters in de.starface.integration.uci.java.v30.types with type arguments of type FunctionKey
 void FunctionKeySearchResult.setResultList(Map<String,FunctionKey> resultList)
           
 

Constructor parameters in de.starface.integration.uci.java.v30.types with type arguments of type FunctionKey
FunctionKeySearchResult(Map<String,FunctionKey> resultList, String searchTerm, String searchId)
           
 



Copyright © 2012 STARFACE GmbH. All rights reserved.