g-Eclipse
Release 1.0.0

eu.geclipse.ui.decorators
Class GridJobDecorator

java.lang.Object
  extended by LabelProvider
      extended by eu.geclipse.ui.decorators.GridJobDecorator

public class GridJobDecorator
extends LabelProvider

Adds an error decorator to RSL icons in case the file can not be parsed.


Constructor Summary
GridJobDecorator()
           
 
Method Summary
 void decorate(java.lang.Object element, IDecoration decoration)
           
static GridJobDecorator getDecorator()
           
 void refresh(IGridElement toUpdate)
           
 void refresh(IGridElement[] toUpdate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridJobDecorator

public GridJobDecorator()
Method Detail

getDecorator

public static GridJobDecorator getDecorator()
Returns:
decorator

decorate

public void decorate(java.lang.Object element,
                     IDecoration decoration)

refresh

public void refresh(IGridElement toUpdate)
Parameters:
toUpdate - refreshed element

refresh

public void refresh(IGridElement[] toUpdate)
Parameters:
toUpdate - refreshed elements

g-Eclipse
Release 1.0.0