use of org.csstudio.opibuilder.visualparts.PVNameTextCellEditor in project yamcs-studio by yamcs.
the class PVNamePropertyDescriptor method createPropertyEditor.
/**
* {@inheritDoc}
*/
@Override
public CellEditor createPropertyEditor(final Composite parent) {
final PVNameTextCellEditor editor = new PVNameTextCellEditor(parent);
editor.getControl().setToolTipText(getDescription());
return editor;
}
Aggregations