org.tridas.io.gui.util
Class TooltipUtil

java.lang.Object
  extended by org.tridas.io.gui.util.TooltipUtil

public class TooltipUtil
extends Object

Author:
Daniel Murphy

Constructor Summary
TooltipUtil()
           
 
Method Summary
static String wrapTooltip(String argTooltip, int argCharacters)
          Loosely enforces the wrap length, as it waits until the last word finishes before wrapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TooltipUtil

public TooltipUtil()
Method Detail

wrapTooltip

public static String wrapTooltip(String argTooltip,
                                 int argCharacters)
Loosely enforces the wrap length, as it waits until the last word finishes before wrapping.

Parameters:
argTooltip -
argCharacters -
Returns:


Copyright © 2011. All Rights Reserved.