public static interface CreateChildCommand.Helper
CreateChildCommand
functionality is delegated.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreateChildDescription(java.lang.Object owner,
java.lang.Object feature,
java.lang.Object child,
java.util.Collection<?> selection)
This returns the description of the action of creating the specified
child under the specified feature of the
owner . |
java.lang.Object |
getCreateChildImage(java.lang.Object owner,
java.lang.Object feature,
java.lang.Object child,
java.util.Collection<?> selection)
This returns the icon for the action of creating the specified
child under the specified feature of the
owner . |
java.util.Collection<?> |
getCreateChildResult(java.lang.Object child)
For a given child object, this returns the complete collection of
objects to be presented as the command's result.
|
java.lang.String |
getCreateChildText(java.lang.Object owner,
java.lang.Object feature,
java.lang.Object child,
java.util.Collection<?> selection)
This returns the text for the action of creating the specified
child under the specified feature of the
owner . |
java.lang.String |
getCreateChildToolTipText(java.lang.Object owner,
java.lang.Object feature,
java.lang.Object child,
java.util.Collection<?> selection)
This returns the tool tip text for the action of creating the
specified
child under the specified feature
of the owner . |
java.util.Collection<?> getCreateChildResult(java.lang.Object child)
java.lang.String getCreateChildText(java.lang.Object owner, java.lang.Object feature, java.lang.Object child, java.util.Collection<?> selection)
child
under the specified feature
of the
owner
. The selection
is given as context,
from which the Helper
can determine whether the object
is being added as a child or a sibling, if it wishes.java.lang.String getCreateChildDescription(java.lang.Object owner, java.lang.Object feature, java.lang.Object child, java.util.Collection<?> selection)
child
under the specified feature
of the
owner
. The selection
is given as context,
from which the Helper
can determine whether the object
is being added as a child or a sibling, if it wishes.java.lang.String getCreateChildToolTipText(java.lang.Object owner, java.lang.Object feature, java.lang.Object child, java.util.Collection<?> selection)
child
under the specified feature
of the owner
. The selection
is given as
context, from which the Helper
can determine whether the
object is being added as a child or a sibling, if it wishes.java.lang.Object getCreateChildImage(java.lang.Object owner, java.lang.Object feature, java.lang.Object child, java.util.Collection<?> selection)
child
under the specified feature
of the
owner
. The selection
is given as context,
from which the Helper
can determine whether the object
is being added as a child or a sibling, if it wishes.