Class EditPropertyDialogController

    • Constructor Detail

      • EditPropertyDialogController

        public EditPropertyDialogController()
      • EditPropertyDialogController

        public EditPropertyDialogController​(DesignerRoot root)
    • Method Detail

      • initialize

        public void initialize​(URL location,
                               ResourceBundle resources)
        Specified by:
        initialize in interface javafx.fxml.Initializable
      • bindToDescriptor

        public org.reactfx.Subscription bindToDescriptor​(PropertyDescriptorSpec spec,
                                                         javafx.collections.ObservableList<PropertyDescriptorSpec> allDescriptors)
        Wires this dialog to the descriptor, so that the controls edit the descriptor.
        Parameters:
        spec - The descriptor
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • nameProperty

        public javafx.beans.property.Property<String> nameProperty()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • descriptionProperty

        public javafx.beans.property.Property<String> descriptionProperty()
      • getTypeId

        public net.sourceforge.pmd.properties.PropertyTypeId getTypeId()
      • setTypeId

        public void setTypeId​(net.sourceforge.pmd.properties.PropertyTypeId typeId)
      • typeIdProperty

        public org.reactfx.value.Var<net.sourceforge.pmd.properties.PropertyTypeId> typeIdProperty()
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • valueProperty

        public javafx.beans.property.Property<String> valueProperty()