de.cau.cs.kieler.sim.kiem.properties
Class KiemPropertyTypeWorkspaceFile.CustomDialogCellEditor

java.lang.Object
  extended by org.eclipse.jface.viewers.CellEditor
      extended by org.eclipse.jface.viewers.DialogCellEditor
          extended by de.cau.cs.kieler.sim.kiem.properties.KiemPropertyTypeWorkspaceFile.CustomDialogCellEditor
Enclosing class:
KiemPropertyTypeWorkspaceFile

public class KiemPropertyTypeWorkspaceFile.CustomDialogCellEditor
extends DialogCellEditor

The Class CustomDialogCellEditor.

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor
CellEditor.LayoutData
 
Field Summary
 
Fields inherited from class org.eclipse.jface.viewers.DialogCellEditor
CELL_EDITOR_IMG_DOTS_BUTTON
 
Fields inherited from class org.eclipse.jface.viewers.CellEditor
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
 
Constructor Summary
KiemPropertyTypeWorkspaceFile.CustomDialogCellEditor(Composite parent)
          Instantiates a new custom dialog cell editor.
 
Method Summary
protected  Object openDialogBox(Control cellEditorWindow)
           
 
Methods inherited from class org.eclipse.jface.viewers.DialogCellEditor
createButton, createContents, createControl, deactivate, doGetValue, doSetFocus, doSetValue, getDefaultLabel, updateContents
 
Methods inherited from class org.eclipse.jface.viewers.CellEditor
activate, activate, addListener, addPropertyChangeListener, create, deactivate, dependsOnExternalFocusListener, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, keyReleaseOccured, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KiemPropertyTypeWorkspaceFile.CustomDialogCellEditor

public KiemPropertyTypeWorkspaceFile.CustomDialogCellEditor(Composite parent)
Instantiates a new custom dialog cell editor.

Parameters:
parent - the parent
Method Detail

openDialogBox

protected Object openDialogBox(Control cellEditorWindow)
Specified by:
openDialogBox in class DialogCellEditor