Java 类org.eclipse.emf.edit.provider.ItemPropertyDescriptor 实例源码

项目:smarthome-cep-demonstrator    文件:SwitchItemItemProvider.java   
/**
 * 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_Item_name_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Item_name_feature", "_UI_Item_type"),
             SmarthomePackage.Literals.ITEM__NAME,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:BehaviorScenarioItemProvider.java   
/**
 * This adds a property descriptor for the Best CET feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addBestCETPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_BehaviorScenario_bestCET_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_BehaviorScenario_bestCET_feature", "_UI_BehaviorScenario_type"),
             GqamPackage.Literals.BEHAVIOR_SCENARIO__BEST_CET,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:smarthome-cep-demonstrator    文件:NumberItemItemProvider.java   
/**
 * 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_Item_name_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Item_name_feature", "_UI_Item_type"),
             SmarthomePackage.Literals.ITEM__NAME,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:TOSCA-Studio    文件:Tosca_nodes_softwarecomponent_elasticsearchItemProvider.java   
/**
 * This adds a property descriptor for the Secure feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addSecurePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_capabilities_endpoint_secure_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_capabilities_endpoint_secure_feature", "_UI_Tosca_capabilities_endpoint_type"),
             ToscaPackage.Literals.TOSCA_CAPABILITIES_ENDPOINT__SECURE,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:neoscada    文件:ChartViewItemProvider.java   
/**
 * This adds a property descriptor for the Configuration Uri feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addConfigurationUriPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ChartView_configurationUri_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ChartView_configurationUri_feature", "_UI_ChartView_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.CHART_VIEW__CONFIGURATION_URI,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
项目:OCCI-Studio    文件:NetworkItemProvider.java   
/**
 * This adds a property descriptor for the Occi Network Vlan feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addOcciNetworkVlanPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Network_occiNetworkVlan_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Network_occiNetworkVlan_feature", "_UI_Network_type"),
             InfrastructurePackage.Literals.NETWORK__OCCI_NETWORK_VLAN,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:SchedulerParameterValueItemProvider.java   
/**
 * This adds a property descriptor for the Value feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addValuePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_SchedulerParameterValue_value_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_SchedulerParameterValue_value_feature", "_UI_SchedulerParameterValue_type"),
             AnalysisPackage.Literals.SCHEDULER_PARAMETER_VALUE__VALUE,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:HardwareRamItemProvider.java   
/**
 * This adds a property descriptor for the Nb Rows feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNbRowsPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_HardwareRam_nbRows_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_HardwareRam_nbRows_feature", "_UI_HardwareRam_type"),
             HrmPackage.Literals.HARDWARE_RAM__NB_ROWS,
             true,
             false,
             false,
             ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
             null,
             null));
}
项目:TOSCA-Studio    文件:Tosca_nodes_webserverItemProvider.java   
/**
 * This adds a property descriptor for the Network Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNetworkNamePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_capabilities_endpoint_networkName_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_capabilities_endpoint_networkName_feature", "_UI_Tosca_capabilities_endpoint_type"),
             ToscaPackage.Literals.TOSCA_CAPABILITIES_ENDPOINT__NETWORK_NAME,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:SoftwareSchedulableResourceItemProvider.java   
/**
 * This adds a property descriptor for the Time Slice Elements feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addTimeSliceElementsPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_SoftwareSchedulableResource_timeSliceElements_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_SoftwareSchedulableResource_timeSliceElements_feature", "_UI_SoftwareSchedulableResource_type"),
             SrmPackage.Literals.SOFTWARE_SCHEDULABLE_RESOURCE__TIME_SLICE_ELEMENTS,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:SimQRI    文件:OrderOnStockThresholdItemProvider.java   
/**
 * 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_OrderOnStockThreshold_period_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_OrderOnStockThreshold_period_feature", "_UI_OrderOnStockThreshold_type"),
             MetamodelPackage.Literals.ORDER_ON_STOCK_THRESHOLD__PERIOD,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:SimQRI    文件:OrderOnStockThresholdItemProvider.java   
/**
 * This adds a property descriptor for the Threshold feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addThresholdPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_OrderOnStockThreshold_threshold_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_OrderOnStockThreshold_threshold_feature", "_UI_OrderOnStockThreshold_type"),
             MetamodelPackage.Literals.ORDER_ON_STOCK_THRESHOLD__THRESHOLD,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:neoscada    文件:CAItemProvider.java   
/**
 * This adds a property descriptor for the Certificate Url feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addCertificateUrlPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_CA_certificateUrl_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_CA_certificateUrl_feature", "_UI_CA_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    SecurityPackage.Literals.CA__CERTIFICATE_URL,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
项目:TOSCA-Studio    文件:Tosca_nodes_network_networkItemProvider.java   
/**
 * This adds a property descriptor for the Network Id feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNetworkIdPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_nodes_network_network_networkId_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_nodes_network_network_networkId_feature", "_UI_Tosca_nodes_network_network_type"),
             ExtendedtoscaPackage.Literals.TOSCA_NODES_NETWORK_NETWORK__NETWORK_ID,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:SimQRI    文件:ConveyorBeltItemProvider.java   
/**
 * This adds a property descriptor for the Minimal Separation Between Batches feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addMinimalSeparationBetweenBatchesPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_ConveyorBelt_minimalSeparationBetweenBatches_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_ConveyorBelt_minimalSeparationBetweenBatches_feature", "_UI_ConveyorBelt_type"),
             MetamodelPackage.Literals.CONVEYOR_BELT__MINIMAL_SEPARATION_BETWEEN_BATCHES,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:PeriodicPatternItemProvider.java   
/**
 * 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_PeriodicPattern_period_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_PeriodicPattern_period_feature", "_UI_PeriodicPattern_type"),
             GqamPackage.Literals.PERIODIC_PATTERN__PERIOD,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:OCCI-Studio    文件:Agreement_termItemProvider.java   
/**
 * This adds a property descriptor for the Occi Agreement Term State feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addOcciAgreementTermStatePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Agreement_term_occiAgreementTermState_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Agreement_term_occiAgreementTermState_feature", "_UI_Agreement_term_type"),
             SlaPackage.Literals.AGREEMENT_TERM__OCCI_AGREEMENT_TERM_STATE,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:OCCI-Studio    文件:NetworkItemProvider.java   
/**
 * This adds a property descriptor for the Occi Network State feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addOcciNetworkStatePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Network_occiNetworkState_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Network_occiNetworkState_feature", "_UI_Network_type"),
             InfrastructurePackage.Literals.NETWORK__OCCI_NETWORK_STATE,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:TOSCA-Studio    文件:Tosca_nodes_databaseItemProvider.java   
/**
 * This adds a property descriptor for the Protocol feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addProtocolPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_capabilities_endpoint_protocol_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_capabilities_endpoint_protocol_feature", "_UI_Tosca_capabilities_endpoint_type"),
             ToscaPackage.Literals.TOSCA_CAPABILITIES_ENDPOINT__PROTOCOL,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:DurationItemProvider.java   
/**
 * This adds a property descriptor for the Precision feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPrecisionPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Duration_precision_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Duration_precision_feature", "_UI_Duration_type"),
             NfpPackage.Literals.DURATION__PRECISION,
             true,
             false,
             false,
             ItemPropertyDescriptor.REAL_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:DurationItemProvider.java   
/**
 * This adds a property descriptor for the Value feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addValuePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Duration_value_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Duration_value_feature", "_UI_Duration_type"),
             NfpPackage.Literals.DURATION__VALUE,
             true,
             false,
             false,
             ItemPropertyDescriptor.REAL_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:HardwarePinItemProvider.java   
/**
 * 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_HardwarePin_width_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_HardwarePin_width_feature", "_UI_HardwarePin_type"),
             HrmPackage.Literals.HARDWARE_PIN__WIDTH,
             true,
             false,
             false,
             ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
             null,
             null));
}
项目:TOSCA-Studio    文件:Tosca_nodes_container_runtimeItemProvider.java   
/**
 * This adds a property descriptor for the Min Instances feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addMinInstancesPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_capabilities_scalable_minInstances_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_capabilities_scalable_minInstances_feature", "_UI_Tosca_capabilities_scalable_type"),
             ToscaPackage.Literals.TOSCA_CAPABILITIES_SCALABLE__MIN_INSTANCES,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:HardwarePortItemProvider.java   
/**
 * This adds a property descriptor for the Price feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPricePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_HardwareComponent_price_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_HardwareComponent_price_feature", "_UI_HardwareComponent_type"),
             HrmPackage.Literals.HARDWARE_COMPONENT__PRICE,
             true,
             false,
             false,
             ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
             null,
             null));
}
项目:neoscada    文件:SplitTableItemProvider.java   
/**
 * This adds a property descriptor for the Prefix feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPrefixPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ExtractorDefinition_prefix_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ExtractorDefinition_prefix_feature", "_UI_ExtractorDefinition_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.EXTRACTOR_DEFINITION__PREFIX,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
项目:neoscada    文件:SplitTableItemProvider.java   
/**
 * This adds a property descriptor for the Fields feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addFieldsPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_SplitTable_fields_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_SplitTable_fields_feature", "_UI_SplitTable_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.SPLIT_TABLE__FIELDS,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
项目:time4sys    文件:CommunicationMediaItemProvider.java   
/**
 * This adds a property descriptor for the Transm Mode feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addTransmModePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_CommunicationMedia_transmMode_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_CommunicationMedia_transmMode_feature", "_UI_CommunicationMedia_type"),
             GrmPackage.Literals.COMMUNICATION_MEDIA__TRANSM_MODE,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:SoftwareSchedulableResourceItemProvider.java   
/**
 * This adds a property descriptor for the Heap Size Elements feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addHeapSizeElementsPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_SoftwareConcurrentResource_heapSizeElements_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_SoftwareConcurrentResource_heapSizeElements_feature", "_UI_SoftwareConcurrentResource_type"),
             SrmPackage.Literals.SOFTWARE_CONCURRENT_RESOURCE__HEAP_SIZE_ELEMENTS,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:DeviceBrokerItemProvider.java   
/**
 * This adds a property descriptor for the Is Buffered feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addIsBufferedPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_DeviceBroker_isBuffered_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_DeviceBroker_isBuffered_feature", "_UI_DeviceBroker_type"),
             SrmPackage.Literals.DEVICE_BROKER__IS_BUFFERED,
             true,
             false,
             false,
             ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
             null,
             null));
}
项目:neoscada    文件:AbstractQueryTypeItemProvider.java   
/**
 * 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 ) );
}
项目:TOSCA-Studio    文件:Tosca_nodes_webapplication_wordpressItemProvider.java   
/**
 * This adds a property descriptor for the Admin Password feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addAdminPasswordPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_nodes_webapplication_wordpress_adminPassword_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_nodes_webapplication_wordpress_adminPassword_feature", "_UI_Tosca_nodes_webapplication_wordpress_type"),
             ExtendedtoscaPackage.Literals.TOSCA_NODES_WEBAPPLICATION_WORDPRESS__ADMIN_PASSWORD,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:DelayItemProvider.java   
/**
 * This adds a property descriptor for the Duration feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDurationPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Delay_duration_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Delay_duration_feature", "_UI_Delay_type"),
             GqamPackage.Literals.DELAY__DURATION,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:neoscada    文件:ComponentItemProvider.java   
/**
 * 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_Component_id_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Component_id_feature", "_UI_Component_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.COMPONENT__ID,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
项目:time4sys    文件:HardwareCacheItemProvider.java   
/**
 * This adds a property descriptor for the Nb Sets feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNbSetsPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_HardwareCache_nbSets_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_HardwareCache_nbSets_feature", "_UI_HardwareCache_type"),
             HrmPackage.Literals.HARDWARE_CACHE__NB_SETS,
             true,
             false,
             false,
             ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
             null,
             null));
}
项目:OCCI-Studio    文件:ApplicationItemProvider.java   
/**
 * This adds a property descriptor for the Occi App Url feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addOcciAppUrlPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Application_occiAppUrl_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Application_occiAppUrl_feature", "_UI_Application_type"),
             PlatformPackage.Literals.APPLICATION__OCCI_APP_URL,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:TOSCA-Studio    文件:Tosca_nodes_softwarecomponent_logstashItemProvider.java   
/**
 * This adds a property descriptor for the Url Path feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addUrlPathPropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_capabilities_endpoint_urlPath_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_capabilities_endpoint_urlPath_feature", "_UI_Tosca_capabilities_endpoint_type"),
             ToscaPackage.Literals.TOSCA_CAPABILITIES_ENDPOINT__URL_PATH,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:OCCI-Studio    文件:EnumerationLiteralItemProvider.java   
/**
 * 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_EnumerationLiteral_name_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_EnumerationLiteral_name_feature", "_UI_EnumerationLiteral_type"),
             OCCIPackage.Literals.ENUMERATION_LITERAL__NAME,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:neoscada    文件:XAxisItemProvider.java   
/**
 * 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_XAxis_maximum_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_XAxis_maximum_feature", "_UI_XAxis_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.XAXIS__MAXIMUM,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
项目:TOSCA-Studio    文件:Tosca_nodes_network_networkItemProvider.java   
/**
 * This adds a property descriptor for the Network Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNetworkNamePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_Tosca_nodes_network_network_networkName_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_Tosca_nodes_network_network_networkName_feature", "_UI_Tosca_nodes_network_network_type"),
             ExtendedtoscaPackage.Literals.TOSCA_NODES_NETWORK_NETWORK__NETWORK_NAME,
             true,
             false,
             false,
             ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
             null,
             null));
}
项目:time4sys    文件:EndToEndFlowItemProvider.java   
/**
 * This adds a property descriptor for the Is Schedulable feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addIsSchedulablePropertyDescriptor(Object object) {
    itemPropertyDescriptors.add
        (createItemPropertyDescriptor
            (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
             getResourceLocator(),
             getString("_UI_EndToEndFlow_isSchedulable_feature"),
             getString("_UI_PropertyDescriptor_description", "_UI_EndToEndFlow_isSchedulable_feature", "_UI_EndToEndFlow_type"),
             GqamPackage.Literals.END_TO_END_FLOW__IS_SCHEDULABLE,
             true,
             false,
             false,
             ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
             null,
             null));
}