Uses of Class
com.javapathfinder.vjp.config.editors.Property

Packages that use Property
com.javapathfinder.vjp.config.editors   
com.javapathfinder.vjp.config.editors.userdefined   
 

Uses of Property in com.javapathfinder.vjp.config.editors
 

Methods in com.javapathfinder.vjp.config.editors that return Property
 Property ModePropertyConfiguration.getProperty(java.lang.String propertyName)
          Retrieves a Property object for the property of this name.
 

Methods in com.javapathfinder.vjp.config.editors with parameters of type Property
 boolean ModePropertyConfiguration.isDefined(Property prop)
           
 void ModePropertyConfiguration.removeProperty(Property property)
          Removes the property from the userdefined status.
 void ModePropertyConfiguration.setProperty(Property prop)
          Sets the given property as a User defined property.
 void ModePropertyConfiguration.setProperty(Property prop, java.lang.String value)
          Sets the given property as a User defined property.
 void ModePropertyConfiguration.setToDefaultValue(Property prop)
          Remove the user defined value of a setting and set it back to its default value
 

Uses of Property in com.javapathfinder.vjp.config.editors.userdefined
 

Methods in com.javapathfinder.vjp.config.editors.userdefined that return Property
 Property AddPropertyDialog.open()
          Opens the dialog and returns the property