Package com.iizix.prop
Interface IPatternOwner
- All Known Implementing Classes:
EditorVSColumnHeader,EditorVSField,EUIOutput,UIOutput,VSColumnHeader,VSField
public interface IPatternOwnerA pattern property owner that returns the value type.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatternPropgetPatternProp()Gets the pattern property.Value.TypegetValueType()Returns the value type for the pattern property.
Method Detail
getValueType
Value.Type getValueType()
Returns the value type for the pattern property.
getPatternProp
PatternProp getPatternProp()
Gets the pattern property.- Returns:
- The pattern property, or null for none.