Interface PropertyElement

All Known Implementing Classes:
PropertyBase, PropertyColumn, PropertyItem, VirtualPropertyItem

public interface PropertyElement
PropertyをサポートするElement
  • Method Summary

    Modifier and Type
    Method
    Description
    プロパティエディタを返します。
    プロパティ名を返します。
  • Method Details

    • getPropertyName

      String getPropertyName()
      プロパティ名を返します。
      Returns:
      プロパティ名
    • getEditor

      PropertyEditor getEditor()
      プロパティエディタを返します。
      Returns:
      プロパティエディタ