gnu.gnustep.base
Class NSUserDefaults

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSUserDefaults
All Implemented Interfaces:
java.lang.Cloneable

public class NSUserDefaults
extends NSObject

This class wraps the Objective-C class NSUserDefaults. It was automatically generated by JIGS WrapCreator.


Constructor Summary
NSUserDefaults()
          Wraps the Objective-C method init
NSUserDefaults(java.lang.String arg0)
          Wraps the Objective-C method initWithUser:
 
Method Summary
 NSArray arrayForKey(java.lang.String arg0)
          Wraps the Objective-C method arrayForKey:
 boolean boolForKey(java.lang.String arg0)
          Wraps the Objective-C method boolForKey:
 NSData dataForKey(java.lang.String arg0)
          Wraps the Objective-C method dataForKey:
 NSDictionary dictionaryForKey(java.lang.String arg0)
          Wraps the Objective-C method dictionaryForKey:
 NSDictionary dictionaryRepresentation()
          Wraps the Objective-C method dictionaryRepresentation
 float floatForKey(java.lang.String arg0)
          Wraps the Objective-C method floatForKey:
 int integerForKey(java.lang.String arg0)
          Wraps the Objective-C method integerForKey:
 java.lang.Object objectForKey(java.lang.Object arg0)
          Wraps the Objective-C method objectForKey:
 NSDictionary persistentDomainForName(java.lang.String arg0)
          Wraps the Objective-C method persistentDomainForName:
 NSArray persistentDomainNames()
          Wraps the Objective-C method persistentDomainNames
 void registerDefaults(NSDictionary arg0)
          Wraps the Objective-C method registerDefaults:
 void removeObjectForKey(java.lang.Object arg0)
          Wraps the Objective-C method removeObjectForKey:
 void removePersistentDomainForName(java.lang.String arg0)
          Wraps the Objective-C method removePersistentDomainForName:
 void removeVolatileDomainForName(java.lang.String arg0)
          Wraps the Objective-C method removeVolatileDomainForName:
 NSMutableArray searchList()
          Wraps the Objective-C method searchList
 void setBool(boolean arg0, java.lang.String arg1)
          Wraps the Objective-C method setBool:forKey:
 void setFloat(float arg0, java.lang.String arg1)
          Wraps the Objective-C method setFloat:forKey:
 void setInteger(int arg0, java.lang.String arg1)
          Wraps the Objective-C method setInteger:forKey:
 void setObjectForKey(java.lang.Object arg0, java.lang.Object arg1)
          Wraps the Objective-C method setObject:forKey:
 void setPersistentDomain(NSDictionary arg0, java.lang.String arg1)
          Wraps the Objective-C method setPersistentDomain:forName:
 void setSearchList(NSArray arg0)
          Wraps the Objective-C method setSearchList:
 void setVolatileDomain(NSDictionary arg0, java.lang.String arg1)
          Wraps the Objective-C method setVolatileDomain:forName:
static NSUserDefaults standardUserDefaults()
          Wraps the Objective-C method standardUserDefaults
 NSArray stringArrayForKey(java.lang.String arg0)
          Wraps the Objective-C method stringArrayForKey:
 java.lang.String stringForKey(java.lang.String arg0)
          Wraps the Objective-C method stringForKey:
 boolean synchronize()
          Wraps the Objective-C method synchronize
 NSDictionary volatileDomainForName(java.lang.String arg0)
          Wraps the Objective-C method volatileDomainForName:
 NSArray volatileDomainNames()
          Wraps the Objective-C method volatileDomainNames
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSUserDefaults

public NSUserDefaults()
Wraps the Objective-C method init

NSUserDefaults

public NSUserDefaults(java.lang.String arg0)
Wraps the Objective-C method initWithUser:
Method Detail

standardUserDefaults

public static NSUserDefaults standardUserDefaults()
Wraps the Objective-C method standardUserDefaults

arrayForKey

public NSArray arrayForKey(java.lang.String arg0)
Wraps the Objective-C method arrayForKey:

boolForKey

public boolean boolForKey(java.lang.String arg0)
Wraps the Objective-C method boolForKey:

dataForKey

public NSData dataForKey(java.lang.String arg0)
Wraps the Objective-C method dataForKey:

dictionaryForKey

public NSDictionary dictionaryForKey(java.lang.String arg0)
Wraps the Objective-C method dictionaryForKey:

floatForKey

public float floatForKey(java.lang.String arg0)
Wraps the Objective-C method floatForKey:

integerForKey

public int integerForKey(java.lang.String arg0)
Wraps the Objective-C method integerForKey:

objectForKey

public java.lang.Object objectForKey(java.lang.Object arg0)
Wraps the Objective-C method objectForKey:

stringArrayForKey

public NSArray stringArrayForKey(java.lang.String arg0)
Wraps the Objective-C method stringArrayForKey:

stringForKey

public java.lang.String stringForKey(java.lang.String arg0)
Wraps the Objective-C method stringForKey:

removeObjectForKey

public void removeObjectForKey(java.lang.Object arg0)
Wraps the Objective-C method removeObjectForKey:

setBool

public void setBool(boolean arg0,
                    java.lang.String arg1)
Wraps the Objective-C method setBool:forKey:

setFloat

public void setFloat(float arg0,
                     java.lang.String arg1)
Wraps the Objective-C method setFloat:forKey:

setInteger

public void setInteger(int arg0,
                       java.lang.String arg1)
Wraps the Objective-C method setInteger:forKey:

setObjectForKey

public void setObjectForKey(java.lang.Object arg0,
                            java.lang.Object arg1)
Wraps the Objective-C method setObject:forKey:

setSearchList

public void setSearchList(NSArray arg0)
Wraps the Objective-C method setSearchList:

searchList

public NSMutableArray searchList()
Wraps the Objective-C method searchList

dictionaryRepresentation

public NSDictionary dictionaryRepresentation()
Wraps the Objective-C method dictionaryRepresentation

persistentDomainForName

public NSDictionary persistentDomainForName(java.lang.String arg0)
Wraps the Objective-C method persistentDomainForName:

persistentDomainNames

public NSArray persistentDomainNames()
Wraps the Objective-C method persistentDomainNames

removePersistentDomainForName

public void removePersistentDomainForName(java.lang.String arg0)
Wraps the Objective-C method removePersistentDomainForName:

setPersistentDomain

public void setPersistentDomain(NSDictionary arg0,
                                java.lang.String arg1)
Wraps the Objective-C method setPersistentDomain:forName:

synchronize

public boolean synchronize()
Wraps the Objective-C method synchronize

removeVolatileDomainForName

public void removeVolatileDomainForName(java.lang.String arg0)
Wraps the Objective-C method removeVolatileDomainForName:

setVolatileDomain

public void setVolatileDomain(NSDictionary arg0,
                              java.lang.String arg1)
Wraps the Objective-C method setVolatileDomain:forName:

volatileDomainForName

public NSDictionary volatileDomainForName(java.lang.String arg0)
Wraps the Objective-C method volatileDomainForName:

volatileDomainNames

public NSArray volatileDomainNames()
Wraps the Objective-C method volatileDomainNames

registerDefaults

public void registerDefaults(NSDictionary arg0)
Wraps the Objective-C method registerDefaults: