Interface PropertyTreeOwner
- 
- All Known Subinterfaces:
 Component,InternalSession,Page,PerspectiveElement,Session,View
- All Known Implementing Classes:
 AbstractSession,ComponentModel,ComponentModelScriptWrapper.SafetyWrapper,DesignerComponentModel,DesignerPageModel,DesignerViewModel,PageModel,PageScriptWrapper.SafetyWrapper,PerspectiveDesignSession,PerspectiveProjectSession,SecuredPerspectiveProjectSession,SessionKernelWrapper,SessionScriptWrapper.SafetyWrapper,ViewModel,ViewModelScriptWrapper.SafetyWrapper
public interface PropertyTreeOwnerA PropertyTreeOwner manages a set ofPropertyTreesfor the variousPropertyTypes 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyTreegetPropertyTreeOf(PropertyType propertyType)Fetch thePropertyTreeassociated with the givenPropertyType 
 - 
 
- 
- 
Method Detail
- 
getPropertyTreeOf
@Nullable PropertyTree getPropertyTreeOf(@Nullable PropertyType propertyType)
Fetch thePropertyTreeassociated with the givenPropertyType- Parameters:
 propertyType- ThePropertyTypeof thePropertyTreewe want to fetch- Returns:
 - The PropertyTree or null if this PropertyTreeOwner does not manage a PropertyTree for the given PropertyType or if a null PropertyType is given
 
 
 - 
 
 -