Uses of Class
net.ssehub.easy.producer.ui.productline_editor.configuration.EditorContextMenuListener.Action
-
Packages that use EditorContextMenuListener.Action Package Description net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors. -
-
Uses of EditorContextMenuListener.Action in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as EditorContextMenuListener.Action Modifier and Type Field Description private EditorContextMenuListener.ActionEditorContextMenuListener. actionMethods in net.ssehub.easy.producer.ui.productline_editor.configuration that return EditorContextMenuListener.Action Modifier and Type Method Description static EditorContextMenuListener.ActionEditorContextMenuListener.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EditorContextMenuListener.Action[]EditorContextMenuListener.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type EditorContextMenuListener.Action Constructor Description EditorContextMenuListener(org.eclipse.jface.viewers.StructuredViewer viewer, EditorContextMenuListener.Action action)Sole constructor for this listener.
-