Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Subsystem
Packages that use Subsystem
Package
Description
-
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return SubsystemModifier and TypeMethodDescriptionSubsystemsVisibilityFragment.getSubsystem()Returns the value of the 'Subsystem' reference.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>SubsystemsOrderFragment.getSubsystem()Returns the value of the 'Subsystem' reference list.org.eclipse.emf.common.util.EList<Subsystem>SubsystemsOrder.getSubsystems()Returns the value of the 'Subsystems' reference list.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type SubsystemModifier and TypeMethodDescriptionvoidSubsystemsVisibilityFragment.setSubsystem(Subsystem value) Sets the value of the 'Subsystem' reference. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddata
Subinterfaces of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddataModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return SubsystemModifier and TypeMethodDescriptionUnresolvedSubsystem.getProxySubsystem()Returns the value of the 'Proxy Subsystem' reference.ConfigurationCommandInterfaceItem.getSubsystem()Returns the value of the 'Subsystem' reference.SubsystemCommandInterface.getSubsystem()Returns the value of the 'Subsystem' reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type SubsystemModifier and TypeMethodDescriptionvoidUnresolvedSubsystem.setProxySubsystem(Subsystem value) Sets the value of the 'Proxy Subsystem' reference.voidConfigurationCommandInterfaceItem.setSubsystem(Subsystem value) Sets the value of the 'Subsystem' reference.voidSubsystemCommandInterface.setSubsystem(Subsystem value) Sets the value of the 'Subsystem' reference. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Classes in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that implement SubsystemModifier and TypeClassDescriptionclassAn implementation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return SubsystemModifier and TypeMethodDescriptionUnresolvedSubsystemImpl.getProxySubsystem()ConfigurationCommandInterfaceItemImpl.getSubsystem()SubsystemCommandInterfaceImpl.getSubsystem()Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type SubsystemModifier and TypeMethodDescriptionvoidUnresolvedSubsystemImpl.setProxySubsystem(Subsystem newProxySubsystem) voidConfigurationCommandInterfaceItemImpl.setSubsystem(Subsystem newSubsystem) voidSubsystemCommandInterfaceImpl.setSubsystem(Subsystem newSubsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddata.util
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.util with parameters of type SubsystemModifier and TypeMethodDescriptionCmiDerivedDataSwitch.caseSubsystem(Subsystem object) Returns the result of interpreting the object as an instance of 'Subsystem'. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.impl
Methods in com._1c.g5.v8.dt.cmi.model.impl that return SubsystemMethods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>SubsystemsOrderImpl.getSubsystems()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type SubsystemModifier and TypeMethodDescriptionvoidSubsystemsVisibilityFragmentImpl.setSubsystem(Subsystem newSubsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return SubsystemModifier and TypeMethodDescriptionstatic SubsystemCommandInterfaceUtil.getRealSectionSubsystem(Subsystem subsystem) Gets cmi model subsystem.static SubsystemCommandInterfaceUtil.getSubsystem(Object obj) Gets subsystemMethods in com._1c.g5.v8.dt.cmi.model.util that return types with arguments of type SubsystemModifier and TypeMethodDescriptionCommandInterfaceUtil.getSubsystems(MdObject mdObject) Gets subsystem container subsystems.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type SubsystemModifier and TypeMethodDescriptionstatic SubsystemCommandInterfaceUtil.getRealSectionSubsystem(Subsystem subsystem) Gets cmi model subsystem.static MdObjectCommandInterfaceUtil.getSubsystemOwner(MdObject mdObject, Subsystem subsystem) Gets subsystem ownerstatic booleanCommandInterfaceUtil.isCorrectNewOwner(MdObject newOwner, Subsystem subsystem) Is correct new owner for moved subsystem.static booleanCommandInterfaceUtil.isNewSubsystemOwnerNotEqualsCurrent(MdObject newOwner, Subsystem subsystem) Is new owner for moved subsystem not equal old owner.static booleanCommandInterfaceUtil.isSubsystemOwnerNotConsistsSubsystemWithSameName(MdObject newOwner, Subsystem subsystem) Cheks if new subsystem owner do not consists subsystem with same name.static voidCommandInterfaceUtil.setSubsystemVisibility(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Sets subsystem visibility and add changes to affected objects. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.tasks
Methods in com._1c.g5.v8.dt.cmi.tasks with parameters of type SubsystemModifier and TypeMethodDescriptionstatic DeleteBrokenSubsystemTaskDeleteBrokenSubsystemTask.create(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.SetDefaultSubsystemVisibilityTask.create(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.static SetSubsystemVisibilityTaskSetSubsystemVisibilityTask.create(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a new instance.IBmTask<org.eclipse.core.runtime.IStatus>ICommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>ICommandInterfaceTaskFactory.createSetSubsystemVisibilityTask(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.org.eclipse.core.runtime.IStatusDeleteBrokenSubsystemTask.execute(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetDefaultSubsystemVisibilityTask.execute(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetSubsystemVisibilityTask.execute(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) }Method parameters in com._1c.g5.v8.dt.cmi.tasks with type arguments of type SubsystemModifier and TypeMethodDescriptionstatic SetSubsystemOrderTaskSetSubsystemOrderTask.create(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a new instance of the task.IBmTask<org.eclipse.core.runtime.IStatus>ICommandInterfaceTaskFactory.createSetSubsystemOrderTask(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order.Constructors in com._1c.g5.v8.dt.cmi.tasks with parameters of type SubsystemModifierConstructorDescriptionDeleteBrokenSubsystemTask(String name, CommandInterface commandInterface, Subsystem subsystem) Constructor.protectedSetDefaultSubsystemVisibilityTask(String name, CommandInterface commandInterface, Subsystem subsystem) SetSubsystemVisibilityTask(String name, CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Constructor. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.ui.wizard
Method parameters in com._1c.g5.v8.dt.cmi.ui.wizard with type arguments of type SubsystemModifier and TypeMethodDescriptionvoidSubsystemNewWizardRelatedModelsFactory.createModels(IDtNewWizardContext<Subsystem> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context. -
Uses of Subsystem in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return SubsystemModifier and TypeMethodDescriptionstatic SubsystemTestMdObjectFactory.createSubsystem(String name) Creates Subsystem with name -
Uses of Subsystem in com._1c.g5.v8.dt.form.mapping.model.impl
Fields in com._1c.g5.v8.dt.form.mapping.model.impl declared as SubsystemModifier and TypeFieldDescriptionprotected SubsystemSubsystemNodeImpl.domainThe cached value of the 'Domain' attribute.Methods in com._1c.g5.v8.dt.form.mapping.model.impl that return SubsystemMethods in com._1c.g5.v8.dt.form.mapping.model.impl with parameters of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.bm.derived
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived that return types with arguments of type SubsystemModifier and TypeMethodDescriptionstatic Collection<Subsystem>CmiDerivedDataUtil.getSubsystemsContainingMdObject(Configuration configuration, MdObject mdObject) Collect all the configuration's subsystems containing the given metadata object.Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived with parameters of type SubsystemModifier and TypeMethodDescriptionbooleanCommandInterfaceManager.subsystemCommandInterfaceExists(CommandInterfaceRoot root, Subsystem subsystem) Is subsystem command interface exists. -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks with parameters of type SubsystemModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>CommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>CommandInterfaceTaskFactory.createSetSubsystemVisibilityTask(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.Method parameters in com._1c.g5.v8.dt.internal.cmi.tasks with type arguments of type SubsystemModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>CommandInterfaceTaskFactory.createSetSubsystemOrderTask(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order. -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.ui.handlers
Methods in com._1c.g5.v8.dt.internal.cmi.ui.handlers that return types with arguments of type SubsystemModifier and TypeMethodDescriptionHandlersUtil.createNewSubsystemsList(MdObject target, List<Subsystem> moveds, List<Subsystem> ownerSubs, int location) Creates new subsystem list.Method parameters in com._1c.g5.v8.dt.internal.cmi.ui.handlers with type arguments of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.ui.providers
Methods in com._1c.g5.v8.dt.internal.cmi.ui.providers with parameters of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImageSubsystemImagesCache.getSubsystemImage(Subsystem subsystem) Gets subsystem 16x16 image from cache.voidSubsystemImagesCache.removeSubsystemImage(Subsystem subsystem) Removes subsystem image from cache. -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return SubsystemModifier and TypeMethodDescriptionAdoptedSubsystemInitializer.create(IV8Project v8project, Version version) -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return SubsystemModifier and TypeMethodDescriptionSubsystemAdopterParticipant.adopt(Subsystem nativeObject, Version version, IAdopterContext context) protected SubsystemSubsystemAdopterParticipant.createAdoptedObject(Subsystem nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type SubsystemModifier and TypeMethodDescriptionSubsystemAdopterParticipant.adopt(Subsystem nativeObject, Version version, IAdopterContext context) protected SubsystemSubsystemAdopterParticipant.createAdoptedObject(Subsystem nativeObject, Version version, IAdopterContext context) protected MdObjectExtensionSubsystemAdopterParticipant.createExtension(Subsystem nativeObject) -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.refactoring
Methods in com._1c.g5.v8.dt.internal.md.refactoring with parameters of type SubsystemModifier and TypeMethodDescriptionMdRefactoringService.createSubsystemMoveRefactoring(Subsystem subsystem, MdObject newParent) -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Constructor parameters in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with type arguments of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem with parameters of type SubsystemModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModelSubsystemContentEditHandler.createNavigatorTreeDialogModel(Subsystem model) protected voidSubsystemContentEditHandler.processOkResult(Subsystem model, IBmEditingContext editingContext, List<Object> selected) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem with parameters of type SubsystemModifierConstructorDescriptionSubsystemEditorContentPageModel(Subsystem subsystem, org.eclipse.core.resources.IProject project) Creates a new instance ofFunctionalOptionEditorContentPage.SubsystemEditorInput(Subsystem subsystem) Instantiates a new subsystem editor input -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.ui.subsystems
Methods in com._1c.g5.v8.dt.internal.md.ui.subsystems that return types with arguments of type SubsystemModifier and TypeMethodDescriptionFilterBySubsystemsManager.getCheckedSubsystems(FilterBySubsystemsSettings settings, IDtProject project) FilterBySubsystemsManager.getSelectedSubsystems(FilterBySubsystemsSettings settings) FilterBySubsystemsManager.getSelectedSubsystems(FilterBySubsystemsSettings settings, IDtProject project) Methods in com._1c.g5.v8.dt.internal.md.ui.subsystems with parameters of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.rights.ui.sections
Method parameters in com._1c.g5.v8.dt.internal.rights.ui.sections with type arguments of type SubsystemModifier and TypeMethodDescriptionvoidTemplateSubsystemFilter.setIncludeNotIncludedInSubsystems(Collection<Subsystem> allSubsystems) Sets that any of templates that is not included in any subsystem should be selected by this filter.voidTemplateSubsystemFilter.setSubsystems(Collection<Subsystem> subsystems) Sets subsystems. -
Uses of Subsystem in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusSubsystemContentChangeTask.execute(Subsystem subsystem, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSubsystemIncludeInCommandInterfaceTask.execute(Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.md.api with parameters of type SubsystemModifierConstructorDescriptionSubsystemContentChangeTask(Subsystem subsystem, MdObject object, SubsystemContentChangeTask.TaskAction action) Creates a newSubsystemContentChangeTaskinstanceSubsystemIncludeInCommandInterfaceTask(Subsystem subsystem, boolean include) Creates task. -
Uses of Subsystem in com._1c.g5.v8.dt.md.copy
Methods in com._1c.g5.v8.dt.md.copy with parameters of type SubsystemModifier and TypeMethodDescriptionprotected voidModelObjectCopier.copyReferenceSubsystem(Subsystem subsystem, org.eclipse.emf.ecore.EReference fromReference, org.eclipse.emf.ecore.EObject toObject, org.eclipse.emf.ecore.EReference toReference, ModelObjectCopier.CopyContext context, org.eclipse.emf.ecore.EObject parent, boolean resolveProxies, boolean useOriginalReferences) Copy the model object non-containment reference feature from the subsystem object. -
Uses of Subsystem in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return SubsystemModifier and TypeMethodDescriptionSubsystemInitializer.create(IV8Project v8project, Version version) -
Uses of Subsystem in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type SubsystemModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameMdRuQualifiedNameProvider._computeFqn(Subsystem subsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.md.refactoring.core
Methods in com._1c.g5.v8.dt.md.refactoring.core with parameters of type SubsystemModifier and TypeMethodDescriptionIMdRefactoringService.createSubsystemMoveRefactoring(Subsystem subsystem, MdObject newParent) Creates refactoring instance for Subsystem moving. -
Uses of Subsystem in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type SubsystemModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createSubsystemContentAbsentModel(Subsystem context) CreatesSubsystemcontent dialog model for context object without showing checked objects. -
Uses of Subsystem in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type SubsystemModifier and TypeMethodDescriptionprotected voidSubsystemRule.buildForObject(Subsystem object, IV8Project v8project) -
Uses of Subsystem in com._1c.g5.v8.dt.md.ui.subsystems
Methods in com._1c.g5.v8.dt.md.ui.subsystems that return types with arguments of type SubsystemModifier and TypeMethodDescriptionIFilterBySubsystemsManager.getCheckedSubsystems(FilterBySubsystemsSettings settings, IDtProject project) Returns the actual checked subsystems for the given filter settings and project.IFilterBySubsystemsManager.getSelectedSubsystems(FilterBySubsystemsSettings settings) Returns the all selected subsystems for the given filter settings.IFilterBySubsystemsManager.getSelectedSubsystems(FilterBySubsystemsSettings settings, IDtProject project) Returns the selected subsystems for the given filter settings and project.Methods in com._1c.g5.v8.dt.md.ui.subsystems with parameters of type SubsystemModifier and TypeMethodDescriptionIFilterBySubsystemsManager.getDtProject(Subsystem subsystem) Returns theIDtProjectcontained the specified subsystemFilterBySubsystemsSettings.setSubsystemChecked(IDtProject project, Subsystem subsystem, boolean state) Sets the checked state for the given subsystem from the given project. -
Uses of Subsystem in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type SubsystemModifier and TypeMethodDescriptionvoidMdValidator.checkSubsystem(Subsystem subsystem) Deprecated. -
Uses of Subsystem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SubsystemModifier and TypeMethodDescriptionMdClassFactory.createSubsystem()Returns a new object of class 'Subsystem'.Subsystem.getParentSubsystem()Returns the value of the 'Parent Subsystem' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>Configuration.getSubsystems()Returns the value of the 'Subsystems' reference list.org.eclipse.emf.common.util.EList<Subsystem>Subsystem.getSubsystems()Returns the value of the 'Subsystems' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SubsystemModifier and TypeMethodDescriptionvoidSubsystem.setParentSubsystem(Subsystem value) Sets the value of the 'Parent Subsystem' reference. -
Uses of Subsystem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement SubsystemModifier and TypeClassDescriptionclassAn implementation of the model object 'Subsystem'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SubsystemModifier and TypeMethodDescriptionMdClassFactoryImpl.createSubsystem()SubsystemImpl.getParentSubsystem()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>ConfigurationImpl.getSubsystems()org.eclipse.emf.common.util.EList<Subsystem>SubsystemImpl.getSubsystems()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SubsystemModifier and TypeMethodDescriptionvoidSubsystemImpl.setParentSubsystem(Subsystem newParentSubsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type SubsystemModifier and TypeMethodDescriptionMdClassSwitch.caseSubsystem(Subsystem object) Returns the result of interpreting the object as an instance of 'Subsystem'.booleanMdClassValidator.validateSubsystem(Subsystem subsystem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Subsystem in com._1c.g5.v8.dt.rights.ui.sections
Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type SubsystemModifier and TypeMethodDescriptionvoidAllTemplatesSection.filterBySubsystems(Collection<Subsystem> subsystems, boolean isIncludeNotIncludedInSubsystems) voidIAllTemplatesViewerFacade.filterBySubsystems(Collection<Subsystem> subsystems, boolean isIncludeNotIncludedInSubsystems) Enable filter by subsystems. -
Uses of Subsystem in com._1c.g5.v8.dt.ui.dialog
Methods in com._1c.g5.v8.dt.ui.dialog that return types with arguments of type SubsystemModifier and TypeMethodDescriptionSubsystemsFilter.getSelectedSubsystems()Gets the selected subsystems.Method parameters in com._1c.g5.v8.dt.ui.dialog with type arguments of type SubsystemModifier and TypeMethodDescriptionprotected booleanAbstractSubsystemFilter.belongsToSubsystem(ITreeContentProvider provider, Object element, Collection<Subsystem> subsystems) Determines whether the given element or its child belongs to the given set of subsystems.protected booleanAbstractSubsystemFilter.findInSubsystemsContent(Object element, Collection<Subsystem> subsystems) Determines whether the given element belongs to the given set of subsystems.protected booleanAbstractSubsystemFilter.notIncludedInAnySubsystem(ITreeContentProvider provider, Object element, Collection<Subsystem> subsystems) Determines whether the given element or its child doesn't belong to any subsystem from the given set of subsystems.voidSubsystemsFilter.setConfigurationSubsystems(Collection<Subsystem> subsystems) Sets the configuration subsystems.voidSubsystemsFilter.setSelectedSubsystems(Set<Subsystem> selectedSubsystems) Sets the selected subsystems.