Class TypeDialogCellEditor

java.lang.Object
org.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.DialogCellEditor
org.palladiosimulator.editors.commons.dialogs.parameters.TypeDialogCellEditor

public class TypeDialogCellEditor extends DialogCellEditor
The class defines a CellEditor, for which the call of DataTypeDialog makes possible.
  • Constructor Details

    • TypeDialogCellEditor

      public TypeDialogCellEditor(Composite parent, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
      Instantiates a new type dialog cell editor.
      Parameters:
      parent - the parent
      editingDomain - the editing domain
  • Method Details