br.edu.fei.dcc.raciocinioespacial.editor.shapes.properties
Class NumericProperty

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by org.eclipse.ui.views.properties.TextPropertyDescriptor
          extended by br.edu.fei.dcc.raciocinioespacial.editor.shapes.properties.NumericProperty
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

public class NumericProperty
extends org.eclipse.ui.views.properties.TextPropertyDescriptor


Constructor Summary
NumericProperty(java.lang.Object id, java.lang.String displayName, NumericPropertyTypeEnum tipo)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ui.views.properties.TextPropertyDescriptor
createPropertyEditor
 
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericProperty

public NumericProperty(java.lang.Object id,
                       java.lang.String displayName,
                       NumericPropertyTypeEnum tipo)