@author Generated from Forte @since 19-Nov-2008
113114115116117118119120121
} return bindingManager; } public void setAWin(WinA aWin) { WinA oldValue = this.aWin; this.aWin = aWin; this.qq_Listeners.firePropertyChange("AWin", oldValue, this.aWin); }
162163164165166167168169170171172
/** * display<p> * <p> */ public void display() { this.setAWin(new WinA()); Row.set(this.getAWin(), 1); Column.set(this.getAWin(), 1); Parent.set(this.getAWin(), this.getqq_mainGrid()); this.getAWin().setAA(this.getTypeA());