Lines Matching refs:panel

177    * Returns the buttons that the dialog where this panel is contained should
180 * @return the buttons that the dialog where this panel is contained should
190 * contains this panel is displayed.
197 * Returns <CODE>true</CODE> if this panel requires some bordering (in general
200 * @return <CODE>true</CODE> if this panel requires some bordering (in general
209 * Returns the menu bar that the panel might have. Returns <CODE>null</CODE>
210 * if the panel has no menu bar associated.
212 * @return the menu bar that the panel might have.
224 * type 'Loading...' is displayed on the panel.
235 * The panel is notified that the dialog is going to be visible or invisible.
245 * Tells whether this panel should be contained in a scroll pane or not.
247 * @return <CODE>true</CODE> if this panel should be contained in a scroll
293 * The components are not added directly to the panel but to the main panel.
294 * This is done to be able to display a message that takes the whole panel (of
309 * Adds a bottom glue to the main panel with the provided constraints.
422 * @param panel
423 * the panel where we will add the lines.
427 protected void add(final JLabel[] labels, final Component[] comps, final JLabel[] inlineHelp, final Container panel,
438 panel.add(labels[i], gbc);
443 panel.add(comp, gbc);
448 panel.add(inlineHelp[i], gbc);
564 * Notification that the ok button has been clicked, the panel is in charge of
602 * Notification that cancel was clicked, the panel is in charge of doing
639 * Notification that close was clicked, the panel is in charge of doing
847 * Updates the error panel and enables/disables the OK button depending on the
909 * Updates the error panel depending on the status of the server.
951 * Updates the error panel depending on the status of the server. This method
1048 * Returns the control panel info object.
1050 * @return the control panel info object.
1058 * Sets the control panel info object.
1061 * the control panel info object.
1082 // Do it outside the event thread if the panel requires it.
1120 /** Displays the main panel. */
1127 * Displays a message and hides the main panel.
1140 * Displays an error message and hides the main panel.
1197 /** The message in the panel is an error. */
1199 /** The message in the panel is a confirmation. */
1201 /** The message in the panel is an information message. */
1203 /** The message in the panel is a warning message. */
1221 * the type of panel.
1479 * Updates and addremove panel with the contents of the provided item. The
1488 * the add remove panel to be updated.
1589 * (where the control panel is installed) <CODE>false</CODE> otherwise.
1592 * (where the control panel is installed) <CODE>false</CODE>
2099 * Returns the border to be used in the right panel of the dialog with a tree
2103 * @return the border to be used in the right panel.