org.objectweb.fractal.explorer.icon
Class LifeCycleControllerIconProvider

java.lang.Object
  extended by org.objectweb.fractal.explorer.icon.LifeCycleControllerIconProvider
All Implemented Interfaces:
org.objectweb.util.explorer.api.IconProvider

public class LifeCycleControllerIconProvider
extends Object
implements org.objectweb.util.explorer.api.IconProvider

Provides a specific icon depending on the status of the component.

Version:
0.1
Author:
Jerome Moroy

Field Summary
protected  Icon startIcon
          The different icons.
protected  Icon stopIcon
          The different icons.
 
Constructor Summary
LifeCycleControllerIconProvider()
          Empty constructor
 
Method Summary
 Object newIcon(Object object)
          Provides the appropriate icon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startIcon

protected Icon startIcon
The different icons.


stopIcon

protected Icon stopIcon
The different icons.

Constructor Detail

LifeCycleControllerIconProvider

public LifeCycleControllerIconProvider()
Empty constructor

Method Detail

newIcon

public Object newIcon(Object object)
Provides the appropriate icon

Specified by:
newIcon in interface org.objectweb.util.explorer.api.IconProvider