Project Wonder 2.0

er.extensions
Class ERXFormatterFactory

java.lang.Object
  extended byer.extensions.ERXFormatterFactory
All Implemented Interfaces:
NSKeyValueCoding

public class ERXFormatterFactory
extends Object
implements NSKeyValueCoding


Nested Class Summary
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor
 
Field Summary
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
_CLASS, NullValue
 
Constructor Summary
ERXFormatterFactory()
           
 
Method Summary
 NSNumberFormatter bytesToKilobytesFormatter()
           
 NSNumberFormatter bytesToMegabytesFormatter()
           
 ERXDividingNumberFormatter dividingFormatter()
           
 NSNumberFormatter megabytesToBytesFormatter()
           
 NSNumberFormatter megabytesToKilobytesFormatter()
           
 ERXMultiplyingNumberFormatter multiplyingFormatter()
           
 void takeValueForKey(Object object, String key)
           
 Object valueForKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXFormatterFactory

public ERXFormatterFactory()
Method Detail

multiplyingFormatter

public ERXMultiplyingNumberFormatter multiplyingFormatter()

dividingFormatter

public ERXDividingNumberFormatter dividingFormatter()

bytesToKilobytesFormatter

public NSNumberFormatter bytesToKilobytesFormatter()

megabytesToKilobytesFormatter

public NSNumberFormatter megabytesToKilobytesFormatter()

bytesToMegabytesFormatter

public NSNumberFormatter bytesToMegabytesFormatter()

megabytesToBytesFormatter

public NSNumberFormatter megabytesToBytesFormatter()

valueForKey

public Object valueForKey(String key)
Specified by:
valueForKey in interface NSKeyValueCoding

takeValueForKey

public void takeValueForKey(Object object,
                            String key)
Specified by:
takeValueForKey in interface NSKeyValueCoding

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.