com.neuron.app.tonto
Interface IChildContainer

All Known Implementing Classes:
CCFFrame, CCFPanel

public interface IChildContainer


Method Summary
 void addButton(CCFButton b)
           
 void addFrame(CCFFrame f)
           
 CCFChild[] getChildren()
           
 void setChildren(CCFChild[] c)
           
 

Method Detail

getChildren

CCFChild[] getChildren()

addButton

void addButton(CCFButton b)

addFrame

void addFrame(CCFFrame f)

setChildren

void setChildren(CCFChild[] c)