Uses of Interface
org.ini4j.Registry.Key

Packages that use Registry.Key
org.ini4j [ini4j] main package 
 

Uses of Registry.Key in org.ini4j
 

Methods in org.ini4j that return Registry.Key
 Registry.Key BasicRegistry.add(String name)
           
 Registry.Key Registry.Key.addChild(String key)
           
 Registry.Key Registry.get(Object key)
           
 Registry.Key BasicRegistry.get(Object key)
           
 Registry.Key Registry.get(Object key, int index)
           
 Registry.Key BasicRegistry.get(Object key, int index)
           
 Registry.Key Registry.Key.getChild(String key)
           
 Registry.Key Registry.Key.getParent()
           
 Registry.Key Registry.Key.lookup(String... path)
           
 Registry.Key Registry.put(String key, Profile.Section value)
           
 Registry.Key BasicRegistry.put(String key, Profile.Section value)
           
 Registry.Key Registry.put(String key, Profile.Section value, int index)
           
 Registry.Key BasicRegistry.put(String key, Profile.Section value, int index)
           
 Registry.Key Registry.remove(Object key)
           
 Registry.Key BasicRegistry.remove(Object key)
           
 Registry.Key Registry.remove(Object key, int index)
           
 Registry.Key BasicRegistry.remove(Object key, int index)
           
 Registry.Key BasicRegistry.remove(Profile.Section section)
           
 



Copyright © 2011. All Rights Reserved.