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
           
 
Method Summary
 void add(IUINode toAdd)
           
 IUINode getNode()
           
 java.util.List getNodes()
           
 void remove(IUINode toRemove)
           
 void setNode(IUINode inode)
           
 int size()
          Answer the total number of items the receiver contains.
 

Field Detail

IMPL

static final java.lang.String IMPL
See Also:
Constant Field Values
Method Detail

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.