com.togethersoft.openapi.baseexpert
Interface ExpertRunner


public interface ExpertRunner

Expert Runner is the visual "wrapper" above experts.
It contains categories tree with information
about experts on each category level.
ExpertRunner provides the first dialog screen
with possibility to select the needed expert.
After that the selected expert started.
The example of the runner is the "File | New..." dialog.

Author:
TogetherSoft
Version: 1.0

Method Summary
 voidregisterExpertRepresentative(ExpertRepresentative expert)
          Unregisters ExpertRepresentative
 Enumerationrepresentatives()
          Returns all registred ExpertRepresentative
 voidshow()
          Shows the dialog
 voidunregisterExpertRepresentative(ExpertRepresentative expert)
          Unregisters ExpertRepresentative

Method Detail

registerExpertRepresentative

public void registerExpertRepresentative(ExpertRepresentative expert)
Unregisters ExpertRepresentative

representatives

public Enumeration representatives()
Returns all registred ExpertRepresentative

show

public void show()
Shows the dialog

unregisterExpertRepresentative

public void unregisterExpertRepresentative(ExpertRepresentative expert)
Unregisters ExpertRepresentative