This is the interface used by EditingDomain
to impose a hierarchical relation on the model objects,
and to map operations on those objects onto an underlying EMF model Commands.
This is the interface is needed to populate property sheet items;
it is the same as IPropertySource
except that the object is passed as the first parameter for each method.
This indicates whether the current platform is motif, which needs
special treatment, since it cannot do early data transfer, but doesn't
cleanly return null either.
IS_NAVIGABLE -
Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
This creates an instance where the category and filter flags are empty,
there is a static image used, and the cell editor is determined from
the type of the structural feature.
This creates an instance where the category and filter flags are empty,
there is a static image used, and the cell editor is determined from
the type of the structural feature.
This creates an instance where the filter flags are empty, there is a
a specifed category, and the cell editor is determined from the type of
the structural feature.
This creates an instance where the filter flags are empty, there is a
a specifed category, and the cell editor is determined from the type of
the structural feature.
This creates an instance where the filter flags are empty, there is a
static image used and a specifed category, and the cell editor is
determined from the type of the structural feature.
This creates an instance where the filter flags are empty, there is a
static image used and a specifed category, and the cell editor is
determined from the type of the structural feature.
This creates an instance where the filter flags are specified, there is a
a specifed category, and the cell editor is determined from the type of
the structural feature.
This creates an instance where the filter flags are specified, there is a
a specifed category, and the cell editor is determined from the type of
the structural feature.
This creates an instance where the filter flags are specified, there is a
static image used and a specifed category, and the cell editor is
determined from the type of the structural feature.
This creates an instance where the filter flags are specified, there is a
static image used and a specifed category, and the cell editor is
determined from the type of the structural feature.
A ResultAndAffectedObjectsWrappingCommand wraps another command to substitute IWrapperItemProviders for their values in the command's result and affected objects.
A ResultAndAffectedObjectsWrappingCommandActionDelegate wraps another command that also implements
CommandActionDelegate, to substitute IWrapperItemProviders for its values, which have been
unwrapped for the command to operate on properly.
Returns whether the second object is directly or indirectly contained by the first object,
i.e., whether the second object is in the content tree of the first.
Returns true if this is a current document reference; that
is, if it is a relative hierarchical URI with no authority, device or
query components, and no path segments; false is returned
otherwise.
Whether commands that have been tentatively executed need to be undone.
isPrefix() -
Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that ends in a
slash; that is, it has a trailing path separator or is the root
absolute path, and has no query and no fragment; false
is returned otherwise.
Determines if the class or interface represented by this Class object is either
the same as, or is a superclass or superinterface of, the class or interface
represented by the specified someClass parameter.