org.jtestcase.plugin.guimodel.intf
Interface IUINodeSupport
public interface IUINodeSupport
- Author:
- Fausto
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Field Summary |
static java.lang.String |
IMPL
|
IMPL
static final java.lang.String IMPL
- See Also:
- Constant Field Values
getNode
IUINode getNode()
getNodes
java.util.List getNodes()
remove
void remove(IUINode toRemove)
add
void add(IUINode toAdd)
setNode
void setNode(IUINode inode)
size
int size()
- Answer the total number of items the receiver contains.