インタフェース PropertyElement
- 既知の実装クラスのリスト:
PropertyBase
,PropertyColumn
,PropertyItem
,VirtualPropertyItem
public interface PropertyElement
PropertyをサポートするElement
-
メソッドの概要
-
メソッドの詳細
-
getPropertyName
String getPropertyName()プロパティ名を返します。- 戻り値:
- プロパティ名
-
getEditor
PropertyEditor getEditor()プロパティエディタを返します。- 戻り値:
- プロパティエディタ
-