Interface ConfigPropertyEditPanel.ClearPropertyHandler
-
- All Known Implementing Classes:
ConfigPropertyEditPanel.EditorRenderer
- Enclosing class:
- ConfigPropertyEditPanel<T extends PropertyConfigurationController>
public static interface ConfigPropertyEditPanel.ClearPropertyHandler
Any class implementing this is fully responsible for removing a property from the target PropertySet, and calling ConfigPropertyEditPanel#onPropertyChanged and ConfigPropertyEditPanel#rebuildModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearProperty(Property<?> prop)
Completely removes a property from a PropertySet, as if it never existed.
-
-
-
Method Detail
-
clearProperty
void clearProperty(Property<?> prop)
Completely removes a property from a PropertySet, as if it never existed.- Parameters:
prop
- the property to remove
-
-