|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclasses.main.components.ButtonBuilder
public class ButtonBuilder
Builder class for Button component
| Constructor Summary | |
|---|---|
ButtonBuilder()
|
|
| 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 |
|---|
public ButtonBuilder()
| Method Detail |
|---|
public void build(Bounds bounds,
java.awt.Component component,
java.applet.Applet applet,
java.lang.Object object)
build in interface IAppletGUIBuilderbounds - 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 componentIAppletGUIBuilder.build(types.Bounds, java.awt.Component, java.applet.Applet,java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||