org.objectweb.fractal.julia
Class Util

java.lang.Object
  extended by org.objectweb.fractal.julia.Util

public class Util
extends Object

Provides static utility methods related to Component.


Method Summary
static void toString(Component component, StringBuffer buf)
          Computes a string representation of the given component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static void toString(Component component,
                            StringBuffer buf)
Computes a string representation of the given component.

Parameters:
component - a component.
buf - the buffer to be used to store the result of this method.