org.objectweb.fractal.julia.control.content
Class Util

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

public class Util
extends Object

Provides static utility methods related to ContentController.


Method Summary
static List getAllSubComponents(Component component)
          Returns all the direct and indirect sub components of the given component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllSubComponents

public static List getAllSubComponents(Component component)
Returns all the direct and indirect sub components of the given component.

Parameters:
component - a component.
Returns:
all the direct and indirect sub components of the given component.