Interface PropertyElement
- All Known Implementing Classes:
PropertyBase
,PropertyColumn
,PropertyItem
,VirtualPropertyItem
public interface PropertyElement
PropertyをサポートするElement
-
Method Summary
Modifier and TypeMethodDescriptionプロパティエディタを返します。プロパティ名を返します。
-
Method Details
-
getPropertyName
String getPropertyName()プロパティ名を返します。- Returns:
- プロパティ名
-
getEditor
PropertyEditor getEditor()プロパティエディタを返します。- Returns:
- プロパティエディタ
-