Class FilePathCellEditor


public final class FilePathCellEditor extends AbstractDialogCellEditor
  • Constructor Details

    • FilePathCellEditor

      public FilePathCellEditor(Composite parent, AbstractWidgetModel widgetModel, String[] fileExtensions)
      Creates a new string cell editor parented under the given control. The cell editor value is a PointList.
      Parameters:
      parent - The parent table.
      widgetModel - the reference path which doesn't include the file name.
      fileExtensions - The accepted file extensions
  • Method Details