org.eclipse.emf.edit.provider.ItemPropertyDescriptor Java Examples

The following examples show how to use org.eclipse.emf.edit.provider.ItemPropertyDescriptor. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ChartItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #2
Source File: EnumItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #3
Source File: ColumnMappingItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #4
Source File: AbstractQueryTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #5
Source File: RulesItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #6
Source File: ExtractorTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #7
Source File: ProtocolItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #8
Source File: DocumentedElementItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #9
Source File: DocumentedElementItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #10
Source File: QueryComponentItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #11
Source File: YAxisItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #12
Source File: UpdateTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #13
Source File: CsvSinkItemProvider.java    From scava with Eclipse Public License 2.0 6 votes vote down vote up
/**
 * 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));
}
 
Example #14
Source File: AxisItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #15
Source File: LinePropertiesItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #16
Source File: LinePropertiesItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #17
Source File: BooleanSetValueConverterItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #18
Source File: ColumnMappingItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #19
Source File: SinglePatternItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #20
Source File: TimeShiftActionItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #21
Source File: TimeShiftActionItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #22
Source File: XAxisItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #23
Source File: PropertyEntryItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #24
Source File: UpdateCommandItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #25
Source File: ChartItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #26
Source File: StringGroupFieldItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #27
Source File: ArchiveChannelItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * 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 ) );
}
 
Example #28
Source File: OptionsItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Base Da Ngp Port feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addBaseDaNgpPortPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_Options_baseDaNgpPort_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_Options_baseDaNgpPort_feature", "_UI_Options_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            InfrastructurePackage.Literals.OPTIONS__BASE_DA_NGP_PORT, true, false, false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null ) );
}
 
Example #29
Source File: ConfigurationAdminFileBackendItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Path feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPathPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_ConfigurationAdminFileBackend_path_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_ConfigurationAdminFileBackend_path_feature", "_UI_ConfigurationAdminFileBackend_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            InfrastructurePackage.Literals.CONFIGURATION_ADMIN_FILE_BACKEND__PATH, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
Example #30
Source File: FormulaModuleItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * 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_Documentable_shortDescription_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_Documentable_shortDescription_feature", "_UI_Documentable_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            WorldPackage.Literals.DOCUMENTABLE__SHORT_DESCRIPTION, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, getString ( "_UI_namingPropertyCategory" ), //$NON-NLS-1$
            null ) );
}