classes.main.components
Class ListBuilder

java.lang.Object
  extended by classes.main.components.ListBuilder
All Implemented Interfaces:
IAppletGUIBuilder

public class ListBuilder
extends java.lang.Object
implements IAppletGUIBuilder

Builder class for List component

Version:
1.0, 11-Apr-07
Author:
Prathab, Mukesh

Constructor Summary
ListBuilder()
           
 
Method Summary
 void build(Bounds bounds, java.awt.Component component, java.applet.Applet applet, java.lang.Object object)
          Builds the respective component (control) and adds to Applet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBuilder

public ListBuilder()
Method Detail

build

public void build(Bounds bounds,
                  java.awt.Component component,
                  java.applet.Applet applet,
                  java.lang.Object object)
Builds the respective component (control) and adds to Applet.

Specified by:
build in interface IAppletGUIBuilder
Parameters:
bounds - the coordinate bounds where the component to be placed
component - the component that need to be added
applet - the applet frame to which the component to be added
object - object required to intialize the component
See Also:
IAppletGUIBuilder.build(types.Bounds, java.awt.Component, java.applet.Applet,java.lang.Object)