Uses of Interface
org.eclipse.stp.core.infrastructure.emf.IHumanInteractionController

Packages that use IHumanInteractionController
org.eclipse.stp.core.infrastructure.emf STP Core EMF Resource Management 
 

Uses of IHumanInteractionController in org.eclipse.stp.core.infrastructure.emf
 

Methods in org.eclipse.stp.core.infrastructure.emf that return IHumanInteractionController
 IHumanInteractionController IEditModelScribbler.getUserInterfaceController()
          Return the IUserInterfaceController currently set.
 

Methods in org.eclipse.stp.core.infrastructure.emf with parameters of type IHumanInteractionController
 void IEditModelScribbler.setUserInterfaceController(IHumanInteractionController userInterfaceController)
          A UserInterfaceController should be provided that allows the IEditModelScribbler to prompt the user for advice when necessary.