Interface CLocationExpandStrategy
- All Known Implementing Classes:
DefaultExpandStrategy
public interface CLocationExpandStrategy
This strategy tells a
CLocation how to represents a
DockableProperty.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionexpand(CLocation location, DockableProperty property) Expandslocationby creating a new location that representsproperty.
-
Method Details
-
expand
Expandslocationby creating a new location that representsproperty.- Parameters:
location- the location to expand, notnullproperty- the property to expand, notnull, thesuccessorcan be ignored by this method.- Returns:
- the expanded location, can be
nullto indicate thatpropertycould not be understood
-