Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

ComponentConfiguration

Package: com.apple.client.directtoweb.common

Inherits from:java.lang.Object

Implements:

Subclasses:


Class Description

This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.

Method Types


Constructors
Static Constants

Private Methods


Constructors


com.apple.client.directtoweb.common.ComponentConfiguration

public ComponentConfiguration()

This method is intentionally undocumented. You should never have to invoke or customize it.
Static Constants



boldKey
java.lang.String

This constant is intentionally undocumented.

choicesKey
java.lang.String

This constant is intentionally undocumented.

colorKey
java.lang.String

This constant is intentionally undocumented.

componentNameKey
java.lang.String

This constant is intentionally undocumented.

dataKey
java.lang.String

This constant is intentionally undocumented.

italicKey
java.lang.String

This constant is intentionally undocumented.

keyWhenRelationshipKey
java.lang.String

This constant is intentionally undocumented.
Methods


addChoice

public final void addChoice(Object anObject)

This method is intentionally undocumented. You should never have to invoke or customize it.



bold

final public String bold()

This method is intentionally undocumented. You should never have to invoke or customize it.



choices

final public Vector choices()

This method is intentionally undocumented. You should never have to invoke or customize it.



color

final public String color()

This method is intentionally undocumented. You should never have to invoke or customize it.



componentName

final public String componentName()

This method is intentionally undocumented. You should never have to invoke or customize it.



decodeWithD2WKeyValueUnarchiver

final public void decodeWithD2WKeyValueUnarchiver(D2WKeyValueUnarchiver unarchiver)

This method is intentionally undocumented. You should never have to invoke or customize it.



encodeWithD2WKeyValueArchiver

public final void encodeWithD2WKeyValueArchiver(D2WKeyValueArchiver archiver)

This method is intentionally undocumented. You should never have to invoke or customize it.



italic

final public String italic()

This method is intentionally undocumented. You should never have to invoke or customize it.



keyWhenRelationship

public final String keyWhenRelationship()

This method is intentionally undocumented. You should never have to invoke or customize it.



setBold

public final void setBold(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



setChoices

public final void setChoices(Vector aVector)

This method is intentionally undocumented. You should never have to invoke or customize it.



setColor

public final void setColor(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



setComponentName

public void setComponentName(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



setItalic

public final void setItalic(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



setKeyWhenRelationship

final public void setKeyWhenRelationship(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



takeValueForKey

public final void takeValueForKey(Object anObject, String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



valueForKey

public final Object valueForKey(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.