Lines Matching refs:panel

85    * @param application Application this panel represents
92 * Initializes this panel. Called soon after creation. In general this
100 * Called just before the panel is shown: used to update the contents of the
101 * panel with new UserData (used in particular in the review panel).
110 * Called just after the panel is shown: used to set focus properly.
182 * Returns the minimum width of the panel. This is used to calculate the
184 * @return the minimum width of the panel.
200 * Returns the minimum height of the panel. This is used to calculate the
202 * @return the minimum height of the panel.
231 * This method displays a working progress icon in the panel.
284 * Creates the layout of the panel.
376 * Creates and returns the panel that contains the layout specific to the
377 * panel.
378 * @return the panel that contains the layout specific to the
379 * panel.
384 * Returns the title of this panel.
385 * @return the title of this panel.
390 * Returns the instruction of this panel.
391 * @return the instruction of this panel.
396 * Commodity method that adds a vertical glue at the bottom of a given panel.
397 * @param panel the panel to which we want to add a vertical glue.
399 protected void addVerticalGlue(JPanel panel)
406 panel.add(Box.createVerticalGlue(), gbc);
419 * Tells whether the input panel should have a scroll or not.
420 * @return <CODE>true</CODE> if the input panel should have a scroll and
430 * panel.
432 * panel.
444 * Creates and returns the title panel.
445 * @return the title panel.
476 * Creates and returns the instructions panel.
477 * @return the instructions panel.