org.jtestcase.plugin.guimodel.intf
Interface IUINode

All Known Implementing Classes:
AssertGroupInstance, AssertInstance, AssertParamGroupInstance, AssertParamInstance, TestClass, TestMethod, Tests

public interface IUINode

Author:
Fausto TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void add(IUINode toAdd)
           
 IUINode getNode()
           
 java.lang.String getNodeImage()
           
 java.lang.String getNodeLabel()
           
 java.util.List getNodes()
           
 java.lang.Object getUISupport()
           
 boolean isGUIsupported()
           
 void remove(IUINode toRemove)
           
 int size()
           
 

Method Detail

getNodes

java.util.List getNodes()

remove

void remove(IUINode toRemove)

add

void add(IUINode toAdd)

getNode

IUINode getNode()

getNodeLabel

java.lang.String getNodeLabel()

getNodeImage

java.lang.String getNodeImage()

size

int size()

getUISupport

java.lang.Object getUISupport()

isGUIsupported

boolean isGUIsupported()