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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEditedPropertyEntryMultiProp<PROP,PROP_VALUE>
createPropertyEditor()
Creates the property editor for a line to edit a single property.Methods inherited from interface com.iizigo.prop.IEditedPropertyEntry
createControls, dispose
Method Detail
createPropertyEditor
IEditedPropertyEntryMultiProp<PROP,PROP_VALUE> createPropertyEditor()
Creates the property editor for a line to edit a single property.