| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the helper interface to which CreateChildCommand functionality is delegated.
| Method Summary | |
| String | getCreateChildDescription(Object owner,
Object feature,
Object child,
Collection selection)
This returns the description of the action of creating the specified child under the specified feature of the owner. |
| Object | getCreateChildImage(Object owner,
Object feature,
Object child,
Collection selection)
This returns the icon for the action of creating the specified child under the specified feature of the owner. |
| Collection | getCreateChildResult(Object child)
For a given child object, this returns the complete collection of objects to be presented as the command's result. |
| String | getCreateChildText(Object owner,
Object feature,
Object child,
Collection selection)
This returns the text for the action of creating the specified child under the specified feature of the owner. |
| String | getCreateChildToolTipText(Object owner,
Object feature,
Object child,
Collection selection)
This returns the tool tip text for the action of creating the specified child under the specified feature of the owner. |
| Method Detail |
public Collection getCreateChildResult(Object child)
public String getCreateChildText(Object owner,
Object feature,
Object child,
Collection selection)
public String getCreateChildDescription(Object owner,
Object feature,
Object child,
Collection selection)
public String getCreateChildToolTipText(Object owner,
Object feature,
Object child,
Collection selection)
public Object getCreateChildImage(Object owner,
Object feature,
Object child,
Collection selection)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||