Package com.iizigo.prop.editor
Interface IDefaultPropertyValueProvider<TYPE>
- All Known Subinterfaces:
IDefaultGUnitProvider
,IDefaultIntegerProvider
- All Known Implementing Classes:
EAbsoluteData
,EBorderData
,EFlexData
,EGridData
,EUIDialog
,EUIPanelPart
public interface IDefaultPropertyValueProvider<TYPE>
Interface used to provide values of various types used by the property editors.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TYPE
getDefaultValue(Atom name, TYPE defaultValue)
Gets the default value to use when a value is defined and no previous text is available.