Uses of Class
net.ssehub.easy.producer.ui.core.EditorType
-
Packages that use EditorType Package Description net.ssehub.easy.producer.ui.core Basic UI functionalities, not associated with a specific component. -
-
Uses of EditorType in net.ssehub.easy.producer.ui.core
Methods in net.ssehub.easy.producer.ui.core that return EditorType Modifier and Type Method Description static EditorTypeEditorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EditorType[]EditorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.producer.ui.core with parameters of type EditorType Modifier and Type Method Description static voidGUIUtils. openEditor(ProductLineProject plp, EditorType desiredEditor)Opens an appropriate editor to edit specific parts of the givenProductLineProject.
-