Class EMFProfileShortcutPropertyTester
- java.lang.Object
-
- org.eclipse.core.expressions.PropertyTester
-
- org.modelversioning.emfprofile.diagram.part.EMFProfileShortcutPropertyTester
-
- All Implemented Interfaces:
IPropertyTester
public class EMFProfileShortcutPropertyTester extends PropertyTester
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
SHORTCUT_PROPERTY
-
Constructor Summary
Constructors Constructor Description EMFProfileShortcutPropertyTester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Object receiver, String method, Object[] args, Object expectedValue)
-
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
-
-
-
-
Field Detail
-
SHORTCUT_PROPERTY
protected static final String SHORTCUT_PROPERTY
- See Also:
- Constant Field Values
- Generated class or method.
-
-