org.eclipse.emf.edit.ui.provider
Class PropertyDescriptor.FloatCellEditor

java.lang.Object
  extended by org.eclipse.jface.viewers.CellEditor
      extended by org.eclipse.jface.viewers.TextCellEditor
          extended by org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
Enclosing class:
PropertyDescriptor

Deprecated.

@Deprecated
public static class PropertyDescriptor.FloatCellEditor
extends TextCellEditor

This cell editor ensures that only Float values are supported


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.TextCellEditor
text
 
Fields inherited from class org.eclipse.jface.viewers.CellEditor
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
 
Constructor Summary
PropertyDescriptor.FloatCellEditor(Composite composite)
          Deprecated.  
 
Method Summary
 java.lang.Object doGetValue()
          Deprecated.  
 void doSetValue(java.lang.Object value)
          Deprecated.  
 
Methods inherited from class org.eclipse.jface.viewers.TextCellEditor
createControl, dependsOnExternalFocusListener, doSetFocus, editOccured, getLayoutData, handleDefaultSelection, isSaveAllEnabled, isSelectAllEnabled, keyReleaseOccured, performSelectAll
 
Methods inherited from class org.eclipse.jface.viewers.CellEditor
activate, activate, addListener, addPropertyChangeListener, create, deactivate, deactivate, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isUndoEnabled, isValueValid, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, 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

PropertyDescriptor.FloatCellEditor

public PropertyDescriptor.FloatCellEditor(Composite composite)
Deprecated. 
Method Detail

doGetValue

public java.lang.Object doGetValue()
Deprecated. 
Overrides:
doGetValue in class TextCellEditor

doSetValue

public void doSetValue(java.lang.Object value)
Deprecated. 
Overrides:
doSetValue in class TextCellEditor

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.