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

The following examples show how to use org.eclipse.emf.edit.provider.ComposeableAdapterFactory. 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: TabularQueryTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Default Update Sql feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDefaultUpdateSqlPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_TabularQueryType_defaultUpdateSql_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_TabularQueryType_defaultUpdateSql_feature", "_UI_TabularQueryType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.TABULAR_QUERY_TYPE__DEFAULT_UPDATE_SQL,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #2
Source File: UrlInputItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Probe Character Set feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addProbeCharacterSetPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_UrlInput_probeCharacterSet_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_UrlInput_probeCharacterSet_feature", "_UI_UrlInput_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.URL_INPUT__PROBE_CHARACTER_SET,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #3
Source File: QueueTypeItemProvider.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_QueueType_name_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_QueueType_name_feature", "_UI_QueueType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.QUEUE_TYPE__NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #4
Source File: ContinuousCommandTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Restart Delay feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addRestartDelayPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ContinuousCommandType_restartDelay_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ContinuousCommandType_restartDelay_feature", "_UI_ContinuousCommandType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.CONTINUOUS_COMMAND_TYPE__RESTART_DELAY,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #5
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 #6
Source File: AttributeValueItemProvider.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_AttributeValue_name_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_AttributeValue_name_feature", "_UI_AttributeValue_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ParserPackage.Literals.ATTRIBUTE_VALUE__NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #7
Source File: LoadAverageConfigurationItemProvider.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_LoadAverageConfiguration_period_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_LoadAverageConfiguration_period_feature", "_UI_LoadAverageConfiguration_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ExecComponentsPackage.Literals.LOAD_AVERAGE_CONFIGURATION__PERIOD,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #8
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 Text Padding feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addTextPaddingPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_Axis_textPadding_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_Axis_textPadding_feature", "_UI_Axis_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.AXIS__TEXT_PADDING,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #9
Source File: CustomScriptSelectorItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Script Engine feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addScriptEnginePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_CustomScriptSelector_scriptEngine_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_CustomScriptSelector_scriptEngine_feature", "_UI_CustomScriptSelector_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ItemPackage.Literals.CUSTOM_SCRIPT_SELECTOR__SCRIPT_ENGINE,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #10
Source File: ScriptSeriesItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Script feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addScriptPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ScriptSeries_script_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ScriptSeries_script_feature", "_UI_ScriptSeries_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ChartPackage.Literals.SCRIPT_SERIES__SCRIPT,
                    true,
                    true,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #11
Source File: ParserDriverItemProvider.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_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,
                    null,
                    null ) );
}
 
Example #12
Source File: CommitmentTaskItemProvider.java    From scava with Eclipse Public License 2.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Commit After feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addCommitAfterPropertyDescriptor(Object object) {
	itemPropertyDescriptors.add
		(createItemPropertyDescriptor
			(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
			 getResourceLocator(),
			 getString("_UI_CommitmentTask_commitAfter_feature"),
			 getString("_UI_PropertyDescriptor_description", "_UI_CommitmentTask_commitAfter_feature", "_UI_CommitmentTask_type"),
			 CrossflowPackage.Literals.COMMITMENT_TASK__COMMIT_AFTER,
			 true,
			 false,
			 false,
			 ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
			 null,
			 null));
}
 
Example #13
Source File: TabularQueryTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Id Column feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addIdColumnPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_TabularQueryType_idColumn_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_TabularQueryType_idColumn_feature", "_UI_TabularQueryType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.TABULAR_QUERY_TYPE__ID_COLUMN,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #14
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 Name feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ColumnMapping_name_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ColumnMapping_name_feature", "_UI_ColumnMapping_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    JdbcPackage.Literals.COLUMN_MAPPING__NAME,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    getString ( "_UI_namingPropertyCategory" ), //$NON-NLS-1$
                    null ) );
}
 
Example #15
Source File: UpdateMappingTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Named Parameter feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addNamedParameterPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_UpdateMappingType_namedParameter_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_UpdateMappingType_namedParameter_feature", "_UI_UpdateMappingType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.UPDATE_MAPPING_TYPE__NAMED_PARAMETER,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #16
Source File: ContinuousCommandTypeItemProvider.java    From neoscada with Eclipse Public License 1.0 6 votes vote down vote up
/**
 * This adds a property descriptor for the Max Input Buffer feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addMaxInputBufferPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ContinuousCommandType_maxInputBuffer_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ContinuousCommandType_maxInputBuffer_feature", "_UI_ContinuousCommandType_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    ConfigurationPackage.Literals.CONTINUOUS_COMMAND_TYPE__MAX_INPUT_BUFFER,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #17
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 Column Number feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addColumnNumberPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add
            ( createItemPropertyDescriptor
            ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (),
                    getResourceLocator (),
                    getString ( "_UI_ColumnMapping_columnNumber_feature" ), //$NON-NLS-1$
                    getString ( "_UI_PropertyDescriptor_description", "_UI_ColumnMapping_columnNumber_feature", "_UI_ColumnMapping_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                    JdbcPackage.Literals.COLUMN_MAPPING__COLUMN_NUMBER,
                    true,
                    false,
                    false,
                    ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
                    null,
                    null ) );
}
 
Example #18
Source File: MasterServerItemProvider.java    From neoscada with Eclipse Public License 1.0 5 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_NamedDocumentable_name_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_NamedDocumentable_name_feature", "_UI_NamedDocumentable_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            WorldPackage.Literals.NAMED_DOCUMENTABLE__NAME, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, getString ( "_UI_namingPropertyCategory" ), //$NON-NLS-1$
            null ) );
}
 
Example #19
Source File: FormulaItemInboundItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Input Formula feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addInputFormulaPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_FormulaItemInbound_inputFormula_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_FormulaItemInbound_inputFormula_feature", "_UI_FormulaItemInbound_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            OsgiPackage.Literals.FORMULA_ITEM_INBOUND__INPUT_FORMULA, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
Example #20
Source File: JdbcDataMapperItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Sql feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addSqlPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_JdbcDataMapper_sql_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_JdbcDataMapper_sql_feature", "_UI_JdbcDataMapper_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            OsgiPackage.Literals.JDBC_DATA_MAPPER__SQL, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
Example #21
Source File: NodeItemProvider.java    From neoscada with Eclipse Public License 1.0 5 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_NamedDocumentable_name_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_NamedDocumentable_name_feature", "_UI_NamedDocumentable_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            WorldPackage.Literals.NAMED_DOCUMENTABLE__NAME, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, getString ( "_UI_namingPropertyCategory" ), //$NON-NLS-1$
            null ) );
}
 
Example #22
Source File: DriverItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Protocol Type Tag feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addProtocolTypeTagPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_Driver_protocolTypeTag_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_Driver_protocolTypeTag_feature", "_UI_Driver_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            InfrastructurePackage.Literals.DRIVER__PROTOCOL_TYPE_TAG, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
Example #23
Source File: MasterImportItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Imported Master feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addImportedMasterPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_MasterImport_importedMaster_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_MasterImport_importedMaster_feature", "_UI_MasterImport_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            InfrastructurePackage.Literals.MASTER_IMPORT__IMPORTED_MASTER, true, false, true, null, null, null ) );
}
 
Example #24
Source File: DaveCommunicationProcessorItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Rack feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addRackPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_DaveCommunicationProcessor_rack_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_DaveCommunicationProcessor_rack_feature", "_UI_DaveCommunicationProcessor_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            DavePackage.Literals.DAVE_COMMUNICATION_PROCESSOR__RACK, true, false, false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null ) );
}
 
Example #25
Source File: PermissionVisibilityItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Required Permission feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addRequiredPermissionPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_PermissionVisibility_requiredPermission_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_PermissionVisibility_requiredPermission_feature", "_UI_PermissionVisibility_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            DetailViewPackage.Literals.PERMISSION_VISIBILITY__REQUIRED_PERMISSION, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
Example #26
Source File: EventInjectorSyslogItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Port feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addPortPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_EventInjectorSyslog_port_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_EventInjectorSyslog_port_feature", "_UI_EventInjectorSyslog_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            InfrastructurePackage.Literals.EVENT_INJECTOR_SYSLOG__PORT, true, false, false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null ) );
}
 
Example #27
Source File: MarkerGroupItemProvider.java    From neoscada with Eclipse Public License 1.0 5 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_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 ) );
}
 
Example #28
Source File: HandlerPriorityRuleItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Configuration Filter feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addConfigurationFilterPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_HandlerPriorityRule_configurationFilter_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_HandlerPriorityRule_configurationFilter_feature", "_UI_HandlerPriorityRule_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            WorldPackage.Literals.HANDLER_PRIORITY_RULE__CONFIGURATION_FILTER, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
}
 
Example #29
Source File: PostgresSetupModuleItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Database feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addDatabasePropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_PostgresSetupModule_database_feature" ), //$NON-NLS-1$
    getString ( "_UI_PropertyDescriptor_description", "_UI_PostgresSetupModule_database_feature", "_UI_PostgresSetupModule_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    CommonPackage.Literals.POSTGRES_SETUP_MODULE__DATABASE, true, false, true, null, null, null ) );
}
 
Example #30
Source File: EquinoxApplicationItemProvider.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * This adds a property descriptor for the Local Credentials feature.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
protected void addLocalCredentialsPropertyDescriptor ( Object object )
{
    itemPropertyDescriptors.add ( createItemPropertyDescriptor ( ( (ComposeableAdapterFactory)adapterFactory ).getRootAdapterFactory (), getResourceLocator (), getString ( "_UI_EquinoxApplication_localCredentials_feature" ), //$NON-NLS-1$
            getString ( "_UI_PropertyDescriptor_description", "_UI_EquinoxApplication_localCredentials_feature", "_UI_EquinoxApplication_type" ), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
            InfrastructurePackage.Literals.EQUINOX_APPLICATION__LOCAL_CREDENTIALS, true, false, true, null, null, null ) );
}