com.valhalla.jbother
Class ConversationText

java.lang.Object
  extended bycom.valhalla.jbother.ConversationText

public class ConversationText
extends java.lang.Object

Replaces conversation text like URLS with links

Version:
1.0
Author:
Adam Olsen

Constructor Summary
ConversationText()
           
 
Method Summary
static java.lang.String replaceText(java.lang.String text, boolean asHTML)
          Replaces the text so it can better be displayed in the ConversationArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationText

public ConversationText()
Method Detail

replaceText

public static java.lang.String replaceText(java.lang.String text,
                                           boolean asHTML)
Replaces the text so it can better be displayed in the ConversationArea

Parameters:
text - the text to replace
asHTML - not used yet