Interface DesignerBindings
-
- All Known Implementing Classes:
DesignerBindings.DefaultDesignerBindings
@Experimental public interface DesignerBindings
Gathers some services to customise how language implementations bind to the designer.- Since:
- 6.20.0
- Author:
- Clément Fournier
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDesignerBindings.DefaultDesignerBindingsA base implementation forDesignerBindings.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedNodesSelectorgetRelatedNodesSelector()Returns an instance ofRelatedNodesSelector, or null if it should be defaulted to using the old symbol table (ScopedNode).
-
-
-
Method Detail
-
getRelatedNodesSelector
RelatedNodesSelector getRelatedNodesSelector()
Returns an instance ofRelatedNodesSelector, or null if it should be defaulted to using the old symbol table (ScopedNode). That default behaviour is implemented in the designer directly.
-
-