Class BlinkingCellResolver
java.lang.Object
org.eclipse.nebula.widgets.nattable.blink.BlinkingCellResolver
- All Implemented Interfaces:
IBlinkingCellResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String[]String[]resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue)
-
Constructor Details
-
BlinkingCellResolver
public BlinkingCellResolver()
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceIBlinkingCellResolver- Parameters:
oldValue- the old valuenewValue- the new value- Returns:
- Possibly the config type associated with the blinking style.
-
resolve
public String[] resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue) - Specified by:
resolvein interfaceIBlinkingCellResolver
-