org.jupe.editors.classdiagram.model.nodes.contentassistent
Class TypeNamePropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by org.eclipse.ui.views.properties.TextPropertyDescriptor
          extended by org.jupe.editors.classdiagram.model.nodes.contentassistent.TypeNamePropertyDescriptor
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

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

Class provides text property descriptor for types enhanced by a content assistent.

Author:
Roman, Michael Pradel

Constructor Summary
TypeNamePropertyDescriptor(java.lang.Object id, java.lang.String displayName, ModelElement context)
           
 
Method Summary
 org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent)
          
 
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

TypeNamePropertyDescriptor

public TypeNamePropertyDescriptor(java.lang.Object id,
                                  java.lang.String displayName,
                                  ModelElement context)
Method Detail

createPropertyEditor

public org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent)

Specified by:
createPropertyEditor in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Overrides:
createPropertyEditor in class org.eclipse.ui.views.properties.TextPropertyDescriptor