Java源码示例:org.eclipse.emf.edit.provider.ItemPropertyDescriptor

示例1
/**
 * This adds a property descriptor for the Description feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDescriptionPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_DocumentedElement_description_feature" ), //$NON-NLS-1$
                    getString ( "_UI_DocumentedElement_description_description" ), //$NON-NLS-1$
                    ProtocolPackage.Literals.DOCUMENTED_ELEMENT__DESCRIPTION,
                    true,
                    true,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    getString ( "_UI_documentationPropertyCategory" ), //$NON-NLS-1$
                    null ) );
}
 
示例2
/**
 * This adds a property descriptor for the Short Description feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addShortDescriptionPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_DocumentedElement_shortDescription_feature" ), //$NON-NLS-1$
                    getString ( "_UI_DocumentedElement_shortDescription_description" ), //$NON-NLS-1$
                    ProtocolPackage.Literals.DOCUMENTED_ELEMENT__SHORT_DESCRIPTION,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    getString ( "_UI_documentationPropertyCategory" ), //$NON-NLS-1$
                    null ) );
}
 
示例3
/**
 * This adds a property descriptor for the Id feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addIdPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_UpdateType_id_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_UpdateType_id_feature", "_UI_UpdateType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.UPDATE_TYPE__ID,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例4
/**
 * This adds a property descriptor for the Version feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addVersionPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Protocol_version_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Protocol_version_feature", "_UI_Protocol_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ProtocolPackage.Literals.PROTOCOL__VERSION,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例5
/**
 * This adds a property descriptor for the Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Enum_name_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Enum_name_feature", "_UI_Enum_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ProtocolPackage.Literals.ENUM__NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例6
/**
 * This adds a property descriptor for the Format feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addFormatPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Axis_format_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Axis_format_feature", "_UI_Axis_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.AXIS__FORMAT,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例7
/**
 * This adds a property descriptor for the Width feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addWidthPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_LineProperties_width_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_LineProperties_width_feature", "_UI_LineProperties_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.LINE_PROPERTIES__WIDTH,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.REAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例8
/**
 * This adds a property descriptor for the Color feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addColorPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_LineProperties_color_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_LineProperties_color_feature", "_UI_LineProperties_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.LINE_PROPERTIES__COLOR,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例9
/**
 * This adds a property descriptor for the Otherwise feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addOtherwisePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_BooleanSetValueConverter_otherwise_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_BooleanSetValueConverter_otherwise_feature", "_UI_BooleanSetValueConverter_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.BOOLEAN_SET_VALUE_CONVERTER__OTHERWISE,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例10
/**
 * This adds a property descriptor for the Diff feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDiffPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_TimeShiftAction_diff_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_TimeShiftAction_diff_feature", "_UI_TimeShiftAction_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.TIME_SHIFT_ACTION__DIFF,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例11
/**
 * This adds a property descriptor for the Description feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDescriptionPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_TimeShiftAction_description_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_TimeShiftAction_description_feature", "_UI_TimeShiftAction_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.TIME_SHIFT_ACTION__DESCRIPTION,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例12
/**
 * This adds a property descriptor for the Minimum feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addMinimumPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_XAxis_minimum_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_XAxis_minimum_feature", "_UI_XAxis_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.XAXIS__MINIMUM,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例13
/**
 * This adds a property descriptor for the Key feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addKeyPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_PropertyEntry_key_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_PropertyEntry_key_feature", "_UI_PropertyEntry_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.PROPERTY_ENTRY__KEY,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例14
/**
 * This adds a property descriptor for the Query Timeout feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addQueryTimeoutPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_QueryBase_queryTimeout_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_QueryBase_queryTimeout_feature", "_UI_QueryBase_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    JdbcPackage.Literals.QUERY_BASE__QUERY_TIMEOUT,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    getString ( "_UI_queryPropertyCategory" ), //$NON-NLS-1$
                    null ) );
}
 
示例15
/**
 * This adds a property descriptor for the Title feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addTitlePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Chart_title_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Chart_title_feature", "_UI_Chart_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.CHART__TITLE,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例16
/**
 * This adds a property descriptor for the Group Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addGroupNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_StringGroupField_groupName_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_StringGroupField_groupName_feature", "_UI_StringGroupField_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.STRING_GROUP_FIELD__GROUP_NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例17
/**
 * This adds a property descriptor for the Mutable feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addMutablePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Chart_mutable_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Chart_mutable_feature", "_UI_Chart_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.CHART__MUTABLE,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例18
/**
 * This adds a property descriptor for the Label feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addLabelPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ArchiveChannel_label_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ArchiveChannel_label_feature", "_UI_ArchiveChannel_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.ARCHIVE_CHANNEL__LABEL,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例19
/**
 * This adds a property descriptor for the Period feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPeriodPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_QueryComponent_period_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_QueryComponent_period_feature", "_UI_QueryComponent_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    JdbcPackage.Literals.QUERY_COMPONENT__PERIOD,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    getString ( "_UI_queryPropertyCategory" ), //$NON-NLS-1$
                    null ) );
}
 
示例20
/**
 * This adds a property descriptor for the Maximum feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addMaximumPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_YAxis_maximum_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_YAxis_maximum_feature", "_UI_YAxis_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.YAXIS__MAXIMUM,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.REAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例21
/**
 * This adds a property descriptor for the Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ExtractorType_name_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ExtractorType_name_feature", "_UI_ExtractorType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.EXTRACTOR_TYPE__NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例22
/**
 * This adds a property descriptor for the Full Match feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addFullMatchPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_SinglePattern_fullMatch_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_SinglePattern_fullMatch_feature", "_UI_SinglePattern_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.SINGLE_PATTERN__FULL_MATCH,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例23
/**
 * This adds a property descriptor for the Data Type feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDataTypePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ColumnMapping_dataType_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ColumnMapping_dataType_feature", "_UI_ColumnMapping_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    JdbcPackage.Literals.COLUMN_MAPPING__DATA_TYPE,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例24
/**
 * This adds a property descriptor for the File Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addFileNamePropertyDescriptor(Object object) {
	itemPropertyDescriptors.add
		(createItemPropertyDescriptor
			(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
			 getResourceLocator(),
			 getString("_UI_CsvSink_fileName_feature"),
			 getString("_UI_PropertyDescriptor_description", "_UI_CsvSink_fileName_feature", "_UI_CsvSink_type"),
			 CrossflowPackage.Literals.CSV_SINK__FILE_NAME,
			 true,
			 false,
			 false,
			 ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
			 null,
			 null));
}
 
示例25
/**
 * This adds a property descriptor for the Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Rules_name_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Rules_name_feature", "_UI_Rules_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    SecurityPackage.Literals.RULES__NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例26
/**
 * This adds a property descriptor for the Customization Tags feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addCustomizationTagsPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ColumnMapping_customizationTags_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ColumnMapping_customizationTags_feature", "_UI_ColumnMapping_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    JdbcPackage.Literals.COLUMN_MAPPING__CUSTOMIZATION_TAGS,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例27
/**
 * This adds a property descriptor for the Period feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPeriodPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_AbstractQueryType_period_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_AbstractQueryType_period_feature", "_UI_AbstractQueryType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.ABSTRACT_QUERY_TYPE__PERIOD,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
示例28
/**
 * This adds a property descriptor for the Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_InputSpecification_name_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_InputSpecification_name_feature", "_UI_InputSpecification_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            ComponentPackage.Literals.INPUT_SPECIFICATION__NAME, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
示例29
/**
 * This adds a property descriptor for the Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_MarkerGroup_name_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_MarkerGroup_name_feature", "_UI_MarkerGroup_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            OsgiPackage.Literals.MARKER_GROUP__NAME, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
示例30
/**
 * This adds a property descriptor for the Code feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addCodePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_TimerScript_code_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_TimerScript_code_feature", "_UI_TimerScript_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            ComponentPackage.Literals.TIMER_SCRIPT__CODE, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}