Interface PerspectiveDesignerInterface
- 
- All Known Implementing Classes:
 DesignerHook
public interface PerspectiveDesignerInterface 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PerspectiveDesignerInterfaceget(DesignerContext context)DesignerActionRegistrygetActionRegistry()DesignerBindingRegistrygetBindingRegistry()ComponentDesignDelegateRegistrygetComponentDesignDelegateRegistry()DesignerComponentRegistrygetDesignerComponentRegistry()PropertySuggestionSourceRegistrygetSuggestionSourceRegistry() 
 - 
 
- 
- 
Method Detail
- 
getBindingRegistry
DesignerBindingRegistry getBindingRegistry()
 
- 
getActionRegistry
DesignerActionRegistry getActionRegistry()
 
- 
getComponentDesignDelegateRegistry
ComponentDesignDelegateRegistry getComponentDesignDelegateRegistry()
 
- 
getDesignerComponentRegistry
DesignerComponentRegistry getDesignerComponentRegistry()
 
- 
getSuggestionSourceRegistry
PropertySuggestionSourceRegistry getSuggestionSourceRegistry()
 
- 
get
static PerspectiveDesignerInterface get(DesignerContext context)
 
 - 
 
 -