com.datamessenger.text
Class URLFormat


java.lang.Object

  |

  +--java.text.Format

        |

        +--com.datamessenger.text.URLFormat


public class URLFormat
extends java.text.Format

See Also:
Serialized Form

Field Summary
protected  java.net.URL codebase
           
 
Constructor Summary
URLFormat(java.net.URL codebase)
           
 
Method Summary
 java.lang.StringBuffer format(java.lang.Object value, java.lang.StringBuffer buffer, java.text.FieldPosition pos)
           
static java.net.URL getDefaultCodeBase()
           
 java.lang.Object parseObject(java.lang.String text, java.text.ParsePosition pos)
           
 void setDefaultCodeBase(java.net.URL newBase)
           
 
Methods inherited from class java.text.Format
clone, format, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codebase


protected java.net.URL codebase
Constructor Detail

URLFormat


public URLFormat(java.net.URL codebase)
Method Detail

format


public java.lang.StringBuffer format(java.lang.Object value,

                                     java.lang.StringBuffer buffer,

                                     java.text.FieldPosition pos)
Overrides:
format in class java.text.Format

parseObject


public java.lang.Object parseObject(java.lang.String text,

                                    java.text.ParsePosition pos)
Overrides:
parseObject in class java.text.Format

setDefaultCodeBase


public void setDefaultCodeBase(java.net.URL newBase)

getDefaultCodeBase


public static java.net.URL getDefaultCodeBase()


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.