Interface IEditedPropertyEntryMultiPropSupport<MULTI_PROP extends MultiProp<PROP_VALUE>, PROP extends GProp<?>, PROP_VALUE>

All Superinterfaces:
IEditedPropertyEntry<MULTI_PROP, PROP_VALUE>
All Known Implementing Classes:
MultiColorPropEditor, MultiIntChoicePropEditor, MultiUnitPropEditor, MultiUnitsPropEditor

public interface IEditedPropertyEntryMultiPropSupport<MULTI_PROP extends MultiProp<PROP_VALUE>, PROP extends GProp<?>, PROP_VALUE> extends IEditedPropertyEntry<MULTI_PROP, PROP_VALUE>
Interface used by IEditedPropertyEntry that supports has multiple values.
Author:
Christopher Mindus