Constructor Properties(Properties defaults)
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
m_properties = new Properties(defaults);
2
properties = new Properties(defaultProperties);
3
properties = new Properties(defaultProperties);
4
m_properties = new Properties(
5
_properties = new Properties(defaults);
6
userSettings = new Properties(defaults);
7
Properties props = new Properties(defaults);
8
pvs.addPropertyValue("properties", new Properties(props));
9
props = new Properties(defaults);
10
session.putValue( this.KEY_SESSION_CONFIG, new Properties(config) );
11
launchProperties = new Properties(defProps);
12
Properties prjProp = new Properties(defProps);
13
m_printCtx = new Properties(format.getCtx());
14
local = new Properties (exclude);
15
Properties props = new Properties(System.getProperties());
16
Properties p = new Properties(System.getProperties());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.