The Java method `org.eclipse.emf.eef.runtime.context.PropertiesEditingContext.getEObject` returns the targeted object associated with the current editing context. It allows a program to retrieve the specific instance on which the properties are being edited. This method is part of the Eclipse Modeling Framework (EMF) runtime and is commonly used in conjunction with the Eclipse Ecore Edit framework for building graphical editors or property sheets for model-driven development.
Java PropertiesEditingContext.getEObject - 30 examples found. These are the top rated real world Java examples of org.eclipse.emf.eef.runtime.context.PropertiesEditingContext.getEObject extracted from open source projects. You can rate examples to help us improve the quality of examples.