类 TestTool.CustomPropertyItem

java.lang.Object
com.tlcsdm.qe.tools.TestTool.CustomPropertyItem
所有已实现的接口:
org.controlsfx.control.PropertySheet.Item
封闭类:
TestTool

static class TestTool.CustomPropertyItem extends Object implements org.controlsfx.control.PropertySheet.Item
  • 字段详细资料

    • key

      private final String key
    • category

      private final String category
    • name

      private final String name
  • 构造器详细资料

    • CustomPropertyItem

      public CustomPropertyItem(String key)
  • 方法详细资料

    • getType

      public Class<?> getType()
      指定者:
      getType 在接口中 org.controlsfx.control.PropertySheet.Item
    • getCategory

      public String getCategory()
      指定者:
      getCategory 在接口中 org.controlsfx.control.PropertySheet.Item
    • getName

      public String getName()
      指定者:
      getName 在接口中 org.controlsfx.control.PropertySheet.Item
    • getDescription

      public String getDescription()
      指定者:
      getDescription 在接口中 org.controlsfx.control.PropertySheet.Item
    • getValue

      public Object getValue()
      指定者:
      getValue 在接口中 org.controlsfx.control.PropertySheet.Item
    • setValue

      public void setValue(Object value)
      指定者:
      setValue 在接口中 org.controlsfx.control.PropertySheet.Item
    • getObservableValue

      public Optional<javafx.beans.value.ObservableValue<?>> getObservableValue()
      指定者:
      getObservableValue 在接口中 org.controlsfx.control.PropertySheet.Item