Project Wonder 5.0

er.extensions.formatters
Class ERXFormatterFactory

java.lang.Object
  extended by er.extensions.formatters.ERXFormatterFactory
All Implemented Interfaces:
com.webobjects.foundation.NSKeyValueCoding

public class ERXFormatterFactory
extends java.lang.Object
implements com.webobjects.foundation.NSKeyValueCoding


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.Null, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.Utility, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
 
Field Summary
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
_CLASS, NullValue
 
Constructor Summary
ERXFormatterFactory()
           
 
Method Summary
 com.webobjects.foundation.NSNumberFormatter bytesToKilobytesFormatter()
           
 com.webobjects.foundation.NSNumberFormatter bytesToMegabytesFormatter()
           
 ERXDividingNumberFormatter dividingFormatter()
           
 com.webobjects.foundation.NSNumberFormatter megabytesToBytesFormatter()
           
 com.webobjects.foundation.NSNumberFormatter megabytesToKilobytesFormatter()
           
 ERXMultiplyingNumberFormatter multiplyingFormatter()
           
 void takeValueForKey(java.lang.Object object, java.lang.String key)
           
 java.lang.Object valueForKey(java.lang.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 com.webobjects.foundation.NSNumberFormatter bytesToKilobytesFormatter()

megabytesToKilobytesFormatter

public com.webobjects.foundation.NSNumberFormatter megabytesToKilobytesFormatter()

bytesToMegabytesFormatter

public com.webobjects.foundation.NSNumberFormatter bytesToMegabytesFormatter()

megabytesToBytesFormatter

public com.webobjects.foundation.NSNumberFormatter megabytesToBytesFormatter()

valueForKey

public java.lang.Object valueForKey(java.lang.String key)
Specified by:
valueForKey in interface com.webobjects.foundation.NSKeyValueCoding

takeValueForKey

public void takeValueForKey(java.lang.Object object,
                            java.lang.String key)
Specified by:
takeValueForKey in interface com.webobjects.foundation.NSKeyValueCoding

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.