Uses of Class
com.togethersoft.openapi.baseexpert.Expert

Packages that use Expert
com.togethersoft.openapi.baseexpert 

Uses of Expert in com.togethersoft.openapi.baseexpert
 

Methods in com.togethersoft.openapi.baseexpert that return Expert
ExpertExpertFactory.createExpert(String parentExpertUin, Expert addinExpert)
          Creates expert constructed from parent Expert given in parentExpertUin,
and "child" Expert given in addinExpert.
ExpertExpertFactory.createExpert(String uin, ExpertModel model, ExpertController delegate)
          Creates expert with given uin
ExpertExpertManager.createExpert(String parentExpertUin, Expert addinExpert)
          Used to get Expert created by one of the ExpertFactory instances.
ExpertExpertManager.createExpert(String uin, ExpertController controller)
          Used to get Expert created by one of the ExpertFactory instances.
ExpertExpertRepresentative.getExpert()
          Returns Expert
 

Methods in com.togethersoft.openapi.baseexpert with parameters of type Expert
ExpertExpertFactory.createExpert(String parentExpertUin, Expert addinExpert)
          Creates expert constructed from parent Expert given in parentExpertUin,
and "child" Expert given in addinExpert.
ExpertExpertManager.createExpert(String parentExpertUin, Expert addinExpert)
          Used to get Expert created by one of the ExpertFactory instances.
voidExpertManager.showExpert(Expert expert)
          Shows Together-consistent dialog which
runs given expert