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

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

public class ListProperty
extends org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor


Constructor Summary
ListProperty(java.lang.Object id, java.lang.String displayName, java.lang.String[] labelsArray)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
createPropertyEditor, getLabelProvider
 
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, 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

ListProperty

public ListProperty(java.lang.Object id,
                    java.lang.String displayName,
                    java.lang.String[] labelsArray)