All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----bank.gui.UiBuilder
protected Container target
protected Vector components
UiBuilder()
public UiBuilder(Container cont)
public Container buildOn(Container cont)
public Panel buildWith(LayoutManager layoutManager)
public void clearComponents()
public Button makeButton(String aLabel)
public Button makeCancelButton(Cancelable callback)
public Button makeCancelButton(String label, Cancelable callback)
public Label makeLabel(String aLabel)
public Button makeOKButton(Acceptable callback)
public Button makeOKButton(String label, Acceptable callback)
public Panel makePanel(LayoutManager aLayout)
public TextField makeTextField(int length)
protected GridBagConstraints setGridBagConstraints(int x, int y, int w, int h, GridBagConstraints gc)
public Component setGridBagLayout(int x, int y, int w, int h, Component aComp, GridBagLayout gb, int fill)
public void setTarget(Container cont)
protected void storeComponents(Component comp)
protected void tieAcceptButtonCommand(Button button, Acceptable callback)
protected void tieButtonCommand(Button button, Command command)
protected void tieCancelButtonCommand(Button button, Cancelable callback)
All Packages Class Hierarchy This Package Previous Next Index