Search in sources :

Example 1 with PVNameTextCellEditor

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;
}
Also used : PVNameTextCellEditor(org.csstudio.opibuilder.visualparts.PVNameTextCellEditor)

Aggregations

PVNameTextCellEditor (org.csstudio.opibuilder.visualparts.PVNameTextCellEditor)1