Uses of Class
org.eclipse.emf.ecoretools.tabbedproperties.sections.AbstractTabbedPropertySection

Packages that use AbstractTabbedPropertySection
org.eclipse.emf.ecoretools.tabbedproperties.sections   
org.eclipse.emf.ecoretools.tabbedproperties.sections.widgets   
 

Uses of AbstractTabbedPropertySection in org.eclipse.emf.ecoretools.tabbedproperties.sections
 

Subclasses of AbstractTabbedPropertySection in org.eclipse.emf.ecoretools.tabbedproperties.sections
 class AbstractBooleanPropertySection
          An abstract implementation of a section with a check button.
 class AbstractChooserPropertySection
          An abstract implementation of a section with a field using a CSingleObjectChooser composite (CCombo with a Button).
 class AbstractColorPropertySection
          An abstract Color section used to select a Color.
 class AbstractDetailedObjectPropertySection
          An abstract section used to create a model object inside the selected element.
 class AbstractDoublePropertySection
          An abstract implementation of a section for a field with a String property value.
 class AbstractEnumerationPropertySection
          An abstract implementation of a section with a enumeration field using a combo box (pulldown).
 class AbstractFileChooserPropertySection
          An abstract implementation of a section with a field using a FileChooser composite (TextField with a browse Button).
 class AbstractFontPropertySection
          An abstract Font section used to select a Font.
 class AbstractIntegerPropertySection
          An abstract implementation of a section for a field with a String property value.
 class AbstractListPropertySection
          An abstract implementation of a section with a list.
 class AbstractReferencePropertySection
          This widget let the user to manipulate features with bounds higher than 1 This feature is also also non-containment, so the table will display a single button to select the references inside the model
 class AbstractStringPropertySection
          An abstract implementation of a section for a field with a String property value.
 class AbstractTextPropertySection
          An abstract implementation of a section with a text field.
 

Uses of AbstractTabbedPropertySection in org.eclipse.emf.ecoretools.tabbedproperties.sections.widgets
 

Methods in org.eclipse.emf.ecoretools.tabbedproperties.sections.widgets with parameters of type AbstractTabbedPropertySection
 void CSingleObjectChooser.setSection(AbstractTabbedPropertySection abstractTabbedPropertySection)
           
 


Copyright 2007 Anyware Technologies.
All Rights Reserved.