Searched refs:panel (Results 51 - 75 of 302) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGeneralMonitoringRightPanel.java44 * The panel on the right of the 'General Information' panel.
52 * The panel with a CardLayout that contains all the panels.
69 * The panel used to update messages.
94 * Displays a panel containing a message.
110 for (StatusGenericPanel panel : panels)
112 panel.setInfo(info);
117 * Creates the layout of the panel (but the contents are not populated here).
140 for (JPanel panel : panelsWithScroll)
142 mainPanel.add(Utilities.createBorderLessScrollBar(panel),
272 getTitle(JPanel panel) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGeneralMonitoringRightPanel.java43 * The panel on the right of the 'General Information' panel.
51 * The panel with a CardLayout that contains all the panels.
68 * The panel used to update messages.
93 * Displays a panel containing a message.
109 for (StatusGenericPanel panel : panels)
111 panel.setInfo(info);
116 * Creates the layout of the panel (but the contents are not populated here).
139 for (JPanel panel : panelsWithScroll)
141 mainPanel.add(Utilities.createBorderLessScrollBar(panel),
271 getTitle(JPanel panel) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGeneralMonitoringRightPanel.java44 * The panel on the right of the 'General Information' panel.
52 * The panel with a CardLayout that contains all the panels.
69 * The panel used to update messages.
94 * Displays a panel containing a message.
110 for (StatusGenericPanel panel : panels)
112 panel.setInfo(info);
117 * Creates the layout of the panel (but the contents are not populated here).
140 for (JPanel panel : panelsWithScroll)
142 mainPanel.add(Utilities.createBorderLessScrollBar(panel),
272 getTitle(JPanel panel) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java50 * This panel is used to show the progress of the application.
71 * @param application Application this panel represents
83 JPanel panel = new JPanel(new GridBagLayout());
84 panel.setOpaque(false);
118 panel.add(progressBarLabel, gbc);
122 panel.add(createProgressBarPanel(), gbc);
131 panel.add(l, gbc);
159 panel.add(scroll, gbc);
163 return panel;
233 * Creates the progress bar panel
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java51 * This panel is used to show the progress of the application.
72 * @param application Application this panel represents
84 JPanel panel = new JPanel(new GridBagLayout());
85 panel.setOpaque(false);
119 panel.add(progressBarLabel, gbc);
123 panel.add(createProgressBarPanel(), gbc);
132 panel.add(l, gbc);
160 panel.add(scroll, gbc);
164 return panel;
234 * Creates the progress bar panel
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java51 * This panel is used to show the progress of the application.
72 * @param application Application this panel represents
84 JPanel panel = new JPanel(new GridBagLayout());
85 panel.setOpaque(false);
119 panel.add(progressBarLabel, gbc);
123 panel.add(createProgressBarPanel(), gbc);
132 panel.add(l, gbc);
160 panel.add(scroll, gbc);
164 return panel;
234 * Creates the progress bar panel
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java50 * This panel is used to show the progress of the application.
71 * @param application Application this panel represents
83 JPanel panel = new JPanel(new GridBagLayout());
84 panel.setOpaque(false);
118 panel.add(progressBarLabel, gbc);
122 panel.add(createProgressBarPanel(), gbc);
131 panel.add(l, gbc);
159 panel.add(scroll, gbc);
163 return panel;
233 * Creates the progress bar panel
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java51 * This panel is used to show the progress of the application.
72 * @param application Application this panel represents
84 JPanel panel = new JPanel(new GridBagLayout());
85 panel.setOpaque(false);
119 panel.add(progressBarLabel, gbc);
123 panel.add(createProgressBarPanel(), gbc);
132 panel.add(l, gbc);
160 panel.add(scroll, gbc);
164 return panel;
234 * Creates the progress bar panel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressPanel.java49 * This panel is used to show the progress of the application.
70 * @param application Application this panel represents
80 JPanel panel = new JPanel(new GridBagLayout());
81 panel.setOpaque(false);
115 panel.add(progressBarLabel, gbc);
119 panel.add(createProgressBarPanel(), gbc);
128 panel.add(l, gbc);
156 panel.add(scroll, gbc);
160 return panel;
220 * Creates the progress bar panel
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java47 * This panel is used to show a welcome message.
56 * @param app Application this panel represents
86 // No input in this panel
87 JPanel panel = new JPanel(new GridBagLayout());
88 panel.setOpaque(false);
105 panel.add(l, gbc);
116 panel.add(new JScrollPane(detailsTextArea), gbc);
128 panel.add(acceptCheck, gbc);
132 return panel;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java48 * This panel is used to show a welcome message.
57 * @param app Application this panel represents
87 // No input in this panel
88 JPanel panel = new JPanel(new GridBagLayout());
89 panel.setOpaque(false);
106 panel.add(l, gbc);
117 panel.add(new JScrollPane(detailsTextArea), gbc);
129 panel.add(acceptCheck, gbc);
133 return panel;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java48 * This panel is used to show a welcome message.
57 * @param app Application this panel represents
87 // No input in this panel
88 JPanel panel = new JPanel(new GridBagLayout());
89 panel.setOpaque(false);
106 panel.add(l, gbc);
117 panel.add(new JScrollPane(detailsTextArea), gbc);
129 panel.add(acceptCheck, gbc);
133 return panel;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java47 * This panel is used to show a welcome message.
56 * @param app Application this panel represents
86 // No input in this panel
87 JPanel panel = new JPanel(new GridBagLayout());
88 panel.setOpaque(false);
105 panel.add(l, gbc);
116 panel.add(new JScrollPane(detailsTextArea), gbc);
128 panel.add(acceptCheck, gbc);
132 return panel;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java48 * This panel is used to show a welcome message.
57 * @param app Application this panel represents
87 // No input in this panel
88 JPanel panel = new JPanel(new GridBagLayout());
89 panel.setOpaque(false);
106 panel.add(l, gbc);
117 panel.add(new JScrollPane(detailsTextArea), gbc);
129 panel.add(acceptCheck, gbc);
133 return panel;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java46 * This panel is used to show a welcome message.
55 * @param app Application this panel represents
79 // No input in this panel
80 JPanel panel = new JPanel(new GridBagLayout());
81 panel.setOpaque(false);
98 panel.add(l, gbc);
109 panel.add(new JScrollPane(detailsTextArea), gbc);
121 panel.add(acceptCheck, gbc);
125 return panel;
H A DDataOptionsPanel.java66 * This is the panel that contains the Data Options: the suffix dn, whether to
84 * Constructor of the panel.
87 * Application represented by this panel the fields of the panel.
153 JPanel panel = new JPanel(new GridBagLayout());
154 panel.setOpaque(false);
158 addBackendTypeSection(panel, gbc);
159 addBaseDNSection(panel, gbc);
169 panel.add(getLabel(FieldName.DATA_OPTIONS), gbc);
176 panel
183 addBackendTypeSection(final JPanel panel, final GridBagConstraints gbc) argument
213 addBaseDNSection(final JPanel panel, final GridBagConstraints gbc) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/skins/sam/
H A Dcontainer-skin.css20 .yui-skin-sam .yui-panel-container {
27 .yui-skin-sam .yui-panel {
40 .yui-skin-sam .yui-panel .hd,
41 .yui-skin-sam .yui-panel .bd,
42 .yui-skin-sam .yui-panel .ft {
65 .yui-skin-sam .yui-panel .hd {
71 .yui-skin-sam .yui-panel .bd,
72 .yui-skin-sam .yui-panel .ft {
78 .yui-skin-sam .yui-panel .hd {
90 .yui-skin-sam .yui-panel
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/skins/sam/
H A Dcontainer-skin.css20 .yui-skin-sam .yui-panel-container {
27 .yui-skin-sam .yui-panel {
40 .yui-skin-sam .yui-panel .hd,
41 .yui-skin-sam .yui-panel .bd,
42 .yui-skin-sam .yui-panel .ft {
65 .yui-skin-sam .yui-panel .hd {
71 .yui-skin-sam .yui-panel .bd,
72 .yui-skin-sam .yui-panel .ft {
78 .yui-skin-sam .yui-panel .hd {
90 .yui-skin-sam .yui-panel
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
50 private JPanel panel; field in class:CategoryPanel
60 * Constructor the the panel.
61 * @param child the component that must be displayed by this panel if its
63 * @param category the Category associated with the panel.
69 panel = new JPanel(new BorderLayout());
70 add(panel, BorderLayout.CENTER);
71 panel.add(child, BorderLayout.CENTER);
84 * Sets whether the state of the panel i
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java42 * The panel representing a category. It contains a CategoryButton and a panel
49 private JPanel panel; field in class:CategoryPanel
59 * Constructor the the panel.
60 * @param child the component that must be displayed by this panel if its
62 * @param category the Category associated with the panel.
68 panel = new JPanel(new BorderLayout());
69 add(panel, BorderLayout.CENTER);
70 panel.add(child, BorderLayout.CENTER);
83 * Sets whether the state of the panel i
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
50 private JPanel panel; field in class:CategoryPanel
60 * Constructor the the panel.
61 * @param child the component that must be displayed by this panel if its
63 * @param category the Category associated with the panel.
69 panel = new JPanel(new BorderLayout());
70 add(panel, BorderLayout.CENTER);
71 panel.add(child, BorderLayout.CENTER);
84 * Sets whether the state of the panel i
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java42 * The panel representing a category. It contains a CategoryButton and a panel
49 private JPanel panel; field in class:CategoryPanel
59 * Constructor the the panel.
60 * @param child the component that must be displayed by this panel if its
62 * @param category the Category associated with the panel.
68 panel = new JPanel(new BorderLayout());
69 add(panel, BorderLayout.CENTER);
70 panel.add(child, BorderLayout.CENTER);
83 * Sets whether the state of the panel i
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
50 private JPanel panel; field in class:CategoryPanel
60 * Constructor the the panel.
61 * @param child the component that must be displayed by this panel if its
63 * @param category the Category associated with the panel.
69 panel = new JPanel(new BorderLayout());
70 add(panel, BorderLayout.CENTER);
71 panel.add(child, BorderLayout.CENTER);
84 * Sets whether the state of the panel i
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
50 private JPanel panel; field in class:CategoryPanel
60 * Constructor the the panel.
61 * @param child the component that must be displayed by this panel if its
63 * @param category the Category associated with the panel.
69 panel = new JPanel(new BorderLayout());
70 add(panel, BorderLayout.CENTER);
71 panel.add(child, BorderLayout.CENTER);
84 * Sets whether the state of the panel i
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DInclusionExclusionPanel.java136 * @return the panel containing the labels and the components.
142 JPanel panel = new JPanel(new GridBagLayout());
143 panel.setOpaque(false);
154 panel.add(expander, gbc);
164 panel.add(lDnsToInclude, gbc);
171 panel.add(scrollDns, gbc);
178 panel.add(lDnsExplanation, gbc);
189 panel.add(lAttributesToInclude, gbc);
196 panel.add(attributesToInclude, gbc);
203 panel
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]

Completed in 85 milliseconds

1234567891011>>