Package com.iizigo.prop
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
Method Summary
Modifier and TypeMethodDescriptionCreates the property editor for a line to edit a single property.Methods inherited from interface com.iizigo.prop.IEditedPropertyEntry
createControls, dispose
Method Details
createPropertyEditor
IEditedPropertyEntryMultiProp<PROP,PROP_VALUE> createPropertyEditor()Creates the property editor for a line to edit a single property.