| com.jeta.forms.support.UserProperties
All known Subclasses: com.jeta.swingbuilder.support.DesignerUserProperties,
UserProperties | public interface UserProperties (Code) | | This interface is used to define a method for getting user defined
properties. This behavior is really only valid during design time. There is
no runtime implementation.
author: Jeff Tassin |
getProperty | public String getProperty(String prop, String defValue)(Code) | | Returns the property with the given name.
Parameters: prop - the name of the property to return. Parameters: defValue - the value to return if the property is not found. |
|
|