![]() |
Field defaults
Field type: java.util.Properties
Member of: java.util.Properties
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | this.defaults = new FlexibleProperties(defaults); |
| 2 | props.defaults = (Properties) defaults.clone (); |
| 3 | c.defaults = (FlexibleProperties) getDefaultProperties().clone(); |