Class DoNothingColumnConstraintEditor<T>

java.lang.Object
docking.widgets.table.constrainteditor.AbstractColumnConstraintEditor<T>
docking.widgets.table.constrainteditor.DoNothingColumnConstraintEditor<T>
Type Parameters:
T - the column type.
All Implemented Interfaces:
ColumnConstraintEditor<T>

public class DoNothingColumnConstraintEditor<T> extends AbstractColumnConstraintEditor<T>
Editor for constraints that don't have a value that needs editing. The "IsEmpty" constraint is an example of a constraint that doesn't need an editor.