Class mozile.util

Object
   |
   +--mozile.Module
         |
         +--mozile.util

class mozile.util
extends mozile.Module

Field Summary
<static>  Object messages
          
   
Method Summary
<static> Object capitalize(<String> string)
           Makes the first character of each word in the given string uppercase and returns the new string.
<static> Object debug(details, level, message)
           Mozile Debug - A basic debugging tool.
<static> String dumpKeys(<Object> obj)
           Output all an object's property and method names as a comma-separated string.
<static> String dumpValues(<Object> obj)
           Output all an object's keys and values as a newline separated string.
<static> Object pad(<String> string, <Integer> length, <Boolean> left)
           Pads a string with spaces.

Field Detail

messages

<static> Object messages


Method Detail

capitalize

<static> Object capitalize(<String> string)

debug

<static> Object debug(details, level, message)

dumpKeys

<static> String dumpKeys(<Object> obj)

dumpValues

<static> String dumpValues(<Object> obj)

pad

<static> Object pad(<String> string, <Integer> length, <Boolean> left)


Documentation generated by JSDoc on Wed Aug 23 18:45:51 2006