Uses of Class
net.ssehub.easy.producer.ui.productline_editor.AbstractHeaderMenu
-
Packages that use AbstractHeaderMenu Package Description net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line.net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors.net.ssehub.easy.producer.ui.productline_editor.project_configuration This package contains classes for configuring the current project. -
-
Uses of AbstractHeaderMenu in net.ssehub.easy.producer.ui.productline_editor
Subclasses of AbstractHeaderMenu in net.ssehub.easy.producer.ui.productline_editor Modifier and Type Class Description private classModelEditorPage.HeaderMenuImplements a generic header menu. -
Uses of AbstractHeaderMenu in net.ssehub.easy.producer.ui.productline_editor.configuration
Subclasses of AbstractHeaderMenu in net.ssehub.easy.producer.ui.productline_editor.configuration Modifier and Type Class Description classAbstractConfigMenuAbstract super class for menu modifying theGUIConfiguration.private static classAttributeValuesPage.AttributeHeaderMenuThe header menu for attribute values.classConfigurationHeaderMenuHeader menu holding buttons for the product configuration editor page.
This buttons allow the user to: Validate made Decisions Transform the product This class also handles the transformator notification pop up.classFilterMenuGraphical Menu for filtering configuration items (variables) displayed inside the GUI. -
Uses of AbstractHeaderMenu in net.ssehub.easy.producer.ui.productline_editor.project_configuration
Subclasses of AbstractHeaderMenu in net.ssehub.easy.producer.ui.productline_editor.project_configuration Modifier and Type Class Description classProductLineHeaderMenuHeader menu holding buttons for product line editor page.
This buttons allow the user to: Validate constraints Pull the configuration from predecessors Add/remove predecessors Derive new member
-