org.springframework.richclient.util
Class LabelUtils

java.lang.Object
  extended by org.springframework.richclient.util.LabelUtils

public class LabelUtils
extends Object

Static utility class for parsing label information from a string.


Constructor Summary
LabelUtils()
           
 
Method Summary
static String addElipses(String text)
           
static String htmlBlock(String labelText)
           
static String removeElipses(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelUtils

public LabelUtils()
Method Detail

addElipses

public static String addElipses(String text)

removeElipses

public static String removeElipses(String text)

htmlBlock

public static String htmlBlock(String labelText)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.