interfaces
Interface IAppletGUIBuilder
- All Known Implementing Classes:
- ButtonBuilder, ListBuilder
public interface IAppletGUIBuilder
Interface for Applet GUI builder.
The components like Button, List, TextField, etc. can added
to the applet interface using this interface type
- Version:
- 1.0, 11-Apr-07
- Author:
- Prathab, Mukesh
- See Also:
Component
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. |
build
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.
- Parameters:
bounds
- the coordinate bounds where the component to be placedcomponent
- the component that need to be addedapplet
- the applet frame to which the component to be addedobject
- object required to intialize the component