Thanks to visit codestin.com
Credit goes to www.java2s.com
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Preference Properties « Development Class « Java
Java
Development Class
Preference Properties
1.
Put key value pair to Preference
2.
Get childrenNames from Preferences
3.
Get keys from Preferences
4.
Get name and parent from Preference
5.
Get node from Preference
6.
Get value from Preferences
7.
Export Preferences to XML file
8.
Passing references around
9.
Retrieve the preference node using a Class object and saves and retrieves a preference in the node.
10.
Determining If a Preference Node Contains a Specific Key
11.
Determining If a Preference Node Contains a Specific Value
12.
Removing a Preference from a Preference Node
13.
Getting and Setting Java Type Values in a Preference
14.
Getting the Maximum Size of a Preference Key and Value
15.
Getting the Roots of the Preference Trees
16.
Retrieving a Preference Node
17.
Removing a Preference Node
18.
Determining If a Preference Node Exists
19.
Retrieving the Parent and Child Nodes of a Preference Node
20.
Exporting the Preferences in a Preference Node
21.
Exporting the Preferences in a Subtree of Preference Nodes
22.
Determining When a Preference Node Is Added or Removed
23.
Read / write data in Windows registry
24.
Listening for Changes to Preference Values in a Preference Node
25.
Saving Data with the Preferences API
26.
Preference Example:: export To File
27.
Properties load
28.
Properties TreeMap and Stream
29.
Parse Properties Files
30.
Preferences Demo
31.
Properties Test
32.
Sort Properties when saving
33.
Loading configuration parameters from text file based properties
34.
To read a Properties file via an Applet
35.
A Properties file stored in a JAR can be loaded this way
36.
Load a properties file in the startup directory
37.
Have a multi-line value in a properties file
38.
Convert a Properties list into a map.
39.
Listing All System Properties
40.
Getting and Setting Properties
41.
Use XML with Properties
42.
Store properties as XML file
43.
Reading and Writing a Properties File
44.
Read system property as an integer
45.
Read a configuration file using java.util.Properties
46.
Load properties from XML file
47.
Here is an example of the contents of a properties file:
48.
Use the Registry to store informations (Preferences API)
49.
Load a properties file in the classpath
50.
Listing the system properties
51.
Properties Demo
52.
PropsToXML takes a standard Java properties file, and converts it into an XML file
53.
Utility class for preferences
54.
Static methods for retrieving and system properties and converting them to various types
55.
Store recent items (e.g. recent file in a menu or recent search text in a search dialog)
56.
Storing/loading Preferences
57.
A frame that restores position and size from user preferences and updates the preferences upon exit
58.
A frame that restores position and size from a properties file and updates the properties upon exit
59.
A simple Properties extension easing the loading and saving of data