agentland.gui
Interface GuiElement

All Known Implementing Classes:
GuiMaker, GuiFamily

public interface GuiElement


Method Summary
 Container getContainer()
           
 String getName()
           
 void installed()
          Called when the element is first installed by its owning family (so it can do things like have sub- components request focus.) Also called when the element is brought to the front.
 

Method Detail

getContainer

public Container getContainer()

getName

public String getName()

installed

public void installed()
Called when the element is first installed by its owning family (so it can do things like have sub- components request focus.) Also called when the element is brought to the front.