Class LongEditorProvider
java.lang.Object
docking.widgets.table.constraint.provider.IntegerEditorProvider<Long>
docking.widgets.table.constraint.provider.LongEditorProvider
- All Implemented Interfaces:
EditorProvider<Long>
Class for providing editor for long columns.
-
Field Summary
Fields inherited from class docking.widgets.table.constraint.provider.IntegerEditorProvider
converter
-
Constructor Summary
-
Method Summary
Methods inherited from class docking.widgets.table.constraint.provider.IntegerEditorProvider
getEditor, parseValue, toString
-
Constructor Details
-
LongEditorProvider
public LongEditorProvider()
-