Interface PerspectiveDesignerInterface
- 
- All Known Implementing Classes:
- DesignerHook
 
 public interface PerspectiveDesignerInterface
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PerspectiveDesignerInterfaceget(DesignerContext context)DesignerActionRegistrygetActionRegistry()DesignerBindingRegistrygetBindingRegistry()ComponentDesignDelegateRegistrygetComponentDesignDelegateRegistry()DesignerComponentRegistrygetDesignerComponentRegistry()PropertySuggestionSourceRegistrygetSuggestionSourceRegistry()
 
- 
- 
- 
Method Detail- 
getBindingRegistryDesignerBindingRegistry getBindingRegistry() 
 - 
getActionRegistryDesignerActionRegistry getActionRegistry() 
 - 
getComponentDesignDelegateRegistryComponentDesignDelegateRegistry getComponentDesignDelegateRegistry() 
 - 
getDesignerComponentRegistryDesignerComponentRegistry getDesignerComponentRegistry() 
 - 
getSuggestionSourceRegistryPropertySuggestionSourceRegistry getSuggestionSourceRegistry() 
 - 
getstatic PerspectiveDesignerInterface get(DesignerContext context) 
 
- 
 
-