| | |
| | | |
| | | private GuiApplication application; |
| | | |
| | | private QuickSetup quickSetup; |
| | | |
| | | /** |
| | | * The basic constructor to be called by the subclasses. |
| | | * @param application Application this panel represents |
| | |
| | | } |
| | | |
| | | /** |
| | | * Sets the instance of <code>QuickSetup</code> acting as controller. |
| | | * @param qs QuickSetup instance |
| | | */ |
| | | void setQuickSetup(QuickSetup qs) { |
| | | this.quickSetup = qs; |
| | | } |
| | | |
| | | /** |
| | | * Gets the instance of <code>QuickSetup</code> acting as controller. |
| | | * @return QuickSetup instance |
| | | */ |
| | | protected QuickSetup getQuickSetup() { |
| | | return this.quickSetup; |
| | | } |
| | | |
| | | /** |
| | | * Returns the frame or window containing this panel. |
| | | * @return the frame or window containing this panel. |
| | | */ |