Class DoubleWrappingEventHandler<T>

java.lang.Object
gov.llnl.gnem.apps.coda.common.gui.util.WrappingEventHandler<T,Double>
gov.llnl.gnem.apps.coda.common.gui.util.DoubleWrappingEventHandler<T>
All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.scene.control.TableColumn.CellEditEvent<T,String>>

public class DoubleWrappingEventHandler<T> extends WrappingEventHandler<T,Double>