Up

GSWeb: Class GSWAssociation

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2003/01/19 15:33:06

Copyright: (C) 1999-2002 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWAssociation class
  2. Software documentation for the GSWAssociation(GSWAssociationA) category
  3. Software documentation for the GSWAssociation(GSWAssociationB) category
  4. Software documentation for the GSWAssociation(GSWAssociationCreation) category
  5. Software documentation for the GSWAssociation(GSWAssociationHandlers) category
  6. Software documentation for the NSArray(GSWAssociation) category
  7. Software documentation for the NSDictionary(GSWAssociation) category

Software documentation for the GSWAssociation class

GSWAssociation : NSObject

Declared in:
Foundation/GSWAssociation.h
Conforms to:
NSCopying
Standards:

Description forthcoming.


Instance Variables

Method summary

bindingName 

- (NSString*) bindingName;

Description forthcoming.


copyWithZone: 

- (id) copyWithZone: (NSZone*)zone;

Description forthcoming.


declarationName 

- (NSString*) declarationName;

Description forthcoming.


declarationType 

- (NSString*) declarationType;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


isValueConstant 

- (BOOL) isValueConstant;

Description forthcoming.


isValueSettable 

- (BOOL) isValueSettable;

Description forthcoming.


setValue: inComponent: 

- (void) setValue: (id)value inComponent: (GSWComponent*)component;

Description forthcoming.


setValue: inObject: 

- (void) setValue: (id)value inObject: (id)object;

Description forthcoming.


valueInComponent: 

- (id) valueInComponent: (GSWComponent*)component;

Description forthcoming.


valueInObject: 

- (id) valueInObject: (id)object;

Description forthcoming.




Instance Variables for GSWAssociation Class

_bindingName

@protected NSString* _bindingName;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_debugEnabled

@protected BOOL _debugEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_declarationName

@protected NSString* _declarationName;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_declarationType

@protected NSString* _declarationType;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWAssociation(GSWAssociationA) category

GSWAssociation(GSWAssociationA)

Declared in:
Foundation/GSWAssociation.h
Standards:

Description forthcoming.

Method summary

isImplementedForComponent: 

- (BOOL) isImplementedForComponent: (NSObject*)component;

Description forthcoming.


Software documentation for the GSWAssociation(GSWAssociationB) category

GSWAssociation(GSWAssociationB)

Declared in:
Foundation/GSWAssociation.h
Standards:

Description forthcoming.

Method summary

setValue: inObject: forKeyPath: 

+ (void) setValue: (id)value inObject: (id)object forKeyPath: (NSString*)keyPath;

Description forthcoming.


valueInObject: forKeyPath: 

+ (id) valueInObject: (id)object forKeyPath: (NSString*)keyPath;

Description forthcoming.


debugDescription 

- (NSString*) debugDescription;

Description forthcoming.


keyPath 

- (NSString*) keyPath;

Description forthcoming.


logSetValue: 

- (void) logSetValue: (id)value;

Description forthcoming.


logSynchronizeComponentToParentForValue: inComponent: 

- (void) logSynchronizeComponentToParentForValue: (id)value inComponent: (NSObject*)component;

Description forthcoming.


logSynchronizeParentToComponentForValue: inComponent: 

- (void) logSynchronizeParentToComponentForValue: (id)value inComponent: (NSObject*)component;

Description forthcoming.


logTakeValue: 

- (void) logTakeValue: (id)value;

Description forthcoming.


setDebugEnabledForBinding: declarationName: declarationType: 

- (void) setDebugEnabledForBinding: (NSString*)bindingName declarationName: (NSString*)declarationName declarationType: (NSString*)declarationType;

Description forthcoming.


Software documentation for the GSWAssociation(GSWAssociationCreation) category

GSWAssociation(GSWAssociationCreation)

Declared in:
Foundation/GSWAssociation.h
Standards:

Description forthcoming.

Method summary

associationFromString: 

+ (GSWAssociation*) associationFromString: (NSString*)string;

Description forthcoming.


associationWithKeyPath: 

+ (GSWAssociation*) associationWithKeyPath: (NSString*)keyPath;

Description forthcoming.


associationWithValue: 

+ (GSWAssociation*) associationWithValue: (id)value;

Description forthcoming.


Software documentation for the GSWAssociation(GSWAssociationHandlers) category

GSWAssociation(GSWAssociationHandlers)

Declared in:
Foundation/GSWAssociation.h
Standards:

Description forthcoming.

Method summary

addLogHandlerClasse: 

+ (void) addLogHandlerClasse: (Class)class;

Description forthcoming.


removeLogHandlerClasse: 

+ (void) removeLogHandlerClasse: (Class)class;

Description forthcoming.


setClasse: forHandler: 

+ (void) setClasse: (Class)class forHandler: (NSString*)handler;

Description forthcoming.


Software documentation for the NSArray(GSWAssociation) category

NSArray(GSWAssociation)

Declared in:
Foundation/GSWAssociation.h
Standards:

Description forthcoming.

Method summary

arrayByReplacingStringsWithAssociations 

- (NSArray*) arrayByReplacingStringsWithAssociations;

Description forthcoming.


Software documentation for the NSDictionary(GSWAssociation) category

NSDictionary(GSWAssociation)

Declared in:
Foundation/GSWAssociation.h
Standards:

Description forthcoming.

Method summary

associationsSetDebugEnabled 

- (void) associationsSetDebugEnabled;

Description forthcoming.


associationsSetValuesFromObject: inObject: 

- (void) associationsSetValuesFromObject: (id)from inObject: (id)to;

Description forthcoming.


associationsWithoutPrefix: removeFrom: 

- (NSDictionary*) associationsWithoutPrefix: (NSString*)prefix removeFrom: (NSMutableDictionary*)removeFrom;

Description forthcoming.


dictionaryByReplacingStringsWithAssociations 

- (NSDictionary*) dictionaryByReplacingStringsWithAssociations;

Description forthcoming.


isAssociationDebugEnabledInComponent: 

- (BOOL) isAssociationDebugEnabledInComponent: (NSObject*)component;

Description forthcoming.



Up