Searched refs:panel (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java33 * Abstract class for rendering a review panel with fields and value
42 * @param application GuiApplication this panel represents
49 * Creates the panel containing field names and values.
59 JPanel panel = UIFactory.makeJPanel();
60 panel.setLayout(new GridBagLayout());
68 panel.add(createFieldsPanel(), gbc);
70 addVerticalGlue(panel);
77 panel.add(chk, gbc);
80 return panel;
84 * Returns the component that will placed at the bottom of the panel
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java50 private QuickSetupStepPanel panel; field in class:URLWorker
56 * @param panel the panel that created this URLWorker and to which we will
60 public URLWorker(QuickSetupStepPanel panel, String url) argument
62 this.panel = panel;
92 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
96 // Notify to the panel that the worker has finished.
97 panel.urlWorkerFinished(this);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java34 * Abstract class for rendering a review panel with fields and value
43 * @param application GuiApplication this panel represents
50 * Creates the panel containing field names and values.
60 JPanel panel = UIFactory.makeJPanel();
61 panel.setLayout(new GridBagLayout());
69 panel.add(createFieldsPanel(), gbc);
71 addVerticalGlue(panel);
78 panel.add(chk, gbc);
81 return panel;
85 * Returns the component that will placed at the bottom of the panel
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java51 private QuickSetupStepPanel panel; field in class:URLWorker
57 * @param panel the panel that created this URLWorker and to which we will
61 public URLWorker(QuickSetupStepPanel panel, String url) argument
63 this.panel = panel;
93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
97 // Notify to the panel that the worker has finished.
98 panel.urlWorkerFinished(this);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java34 * Abstract class for rendering a review panel with fields and value
43 * @param application GuiApplication this panel represents
50 * Creates the panel containing field names and values.
60 JPanel panel = UIFactory.makeJPanel();
61 panel.setLayout(new GridBagLayout());
69 panel.add(createFieldsPanel(), gbc);
71 addVerticalGlue(panel);
78 panel.add(chk, gbc);
81 return panel;
85 * Returns the component that will placed at the bottom of the panel
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java51 private QuickSetupStepPanel panel; field in class:URLWorker
57 * @param panel the panel that created this URLWorker and to which we will
61 public URLWorker(QuickSetupStepPanel panel, String url) argument
63 this.panel = panel;
93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
97 // Notify to the panel that the worker has finished.
98 panel.urlWorkerFinished(this);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java33 * Abstract class for rendering a review panel with fields and value
42 * @param application GuiApplication this panel represents
49 * Creates the panel containing field names and values.
59 JPanel panel = UIFactory.makeJPanel();
60 panel.setLayout(new GridBagLayout());
68 panel.add(createFieldsPanel(), gbc);
70 addVerticalGlue(panel);
77 panel.add(chk, gbc);
80 return panel;
84 * Returns the component that will placed at the bottom of the panel
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java50 private QuickSetupStepPanel panel; field in class:URLWorker
56 * @param panel the panel that created this URLWorker and to which we will
60 public URLWorker(QuickSetupStepPanel panel, String url) argument
62 this.panel = panel;
92 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
96 // Notify to the panel that the worker has finished.
97 panel.urlWorkerFinished(this);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DReviewPanel.java34 * Abstract class for rendering a review panel with fields and value
43 * @param application GuiApplication this panel represents
50 * Creates the panel containing field names and values.
60 JPanel panel = UIFactory.makeJPanel();
61 panel.setLayout(new GridBagLayout());
69 panel.add(createFieldsPanel(), gbc);
71 addVerticalGlue(panel);
78 panel.add(chk, gbc);
81 return panel;
85 * Returns the component that will placed at the bottom of the panel
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java51 private QuickSetupStepPanel panel; field in class:URLWorker
57 * @param panel the panel that created this URLWorker and to which we will
61 public URLWorker(QuickSetupStepPanel panel, String url) argument
63 this.panel = panel;
93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
97 // Notify to the panel that the worker has finished.
98 panel.urlWorkerFinished(this);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DReviewPanel.java33 * Abstract class for rendering a review panel with fields and value
42 * @param application GuiApplication this panel represents
49 * Creates the panel containing field names and values.
57 JPanel panel = UIFactory.makeJPanel();
58 panel.setLayout(new GridBagLayout());
66 panel.add(createFieldsPanel(), gbc);
68 addVerticalGlue(panel);
75 panel.add(chk, gbc);
78 return panel;
82 * Returns the component that will placed at the bottom of the panel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DURLWorker.java50 private QuickSetupStepPanel panel; field in class:URLWorker
56 * @param panel the panel that created this URLWorker and to which we will
60 public URLWorker(QuickSetupStepPanel panel, String url) argument
62 this.panel = panel;
88 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
92 // Notify to the panel that the worker has finished.
93 panel.urlWorkerFinished(this);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dchains.less31 #lowerAuthChainsLegend .panel-default{
93 li:not(.dragged) .panel-card:before, .placeholder-inner:before {
121 .panel-default.panel-card {
147 >.panel-menu {
177 .panel-footer {
187 .panel-arrow-success, .panel-arrow-fail {
191 .panel-arrow-success{
195 .panel
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dchains.less31 #lowerAuthChainsLegend .panel-default{
93 li:not(.dragged) .panel-card:before, .placeholder-inner:before {
121 .panel-default.panel-card {
147 >.panel-menu {
177 .panel-footer {
187 .panel-arrow-success, .panel-arrow-fail {
191 .panel-arrow-success{
195 .panel
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer-core.css8 .yui-panel-container {
16 yui-panel-container form {
22 .masked .yui-panel-container {
26 to make sure the panel is above its modality mask.
37 by ".masked .yui-panel-container"
80 .yui-panel-container select {
148 .yui-panel-container.show-scrollbars,
155 .yui-panel-container.show-scrollbars .underlay,
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer-core.css8 .yui-panel-container {
16 yui-panel-container form {
22 .masked .yui-panel-container {
26 to make sure the panel is above its modality mask.
37 by ".masked .yui-panel-container"
80 .yui-panel-container select {
148 .yui-panel-container.show-scrollbars,
155 .yui-panel-container.show-scrollbars .underlay,
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java87 * The panel contained in the dialog.
89 protected StatusGenericPanel panel; field in class:GenericDialog
121 * @param panel the panel contained in this dialog.
123 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument
126 this.panel = panel;
127 if (panel.requiresBorder())
129 setDefaultBorder(panel);
131 JMenuBar menu = panel
303 createButtonsPanel(final StatusGenericPanel panel) argument
400 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
H A DGenericFrame.java87 * The panel contained in the frame.
89 protected StatusGenericPanel panel; field in class:GenericFrame
96 * @param panel the panel contained in this frame.
98 public GenericFrame(StatusGenericPanel panel) argument
101 this.panel = panel;
102 if (panel.requiresBorder())
104 setDefaultBorder(panel);
106 JMenuBar menu = panel
274 createButtonsPanel(final StatusGenericPanel panel) argument
371 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java86 * The panel contained in the dialog.
88 protected StatusGenericPanel panel; field in class:GenericDialog
120 * @param panel the panel contained in this dialog.
122 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument
125 this.panel = panel;
126 if (panel.requiresBorder())
128 setDefaultBorder(panel);
130 JMenuBar menu = panel
302 createButtonsPanel(final StatusGenericPanel panel) argument
399 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
H A DGenericFrame.java86 * The panel contained in the frame.
88 protected StatusGenericPanel panel; field in class:GenericFrame
95 * @param panel the panel contained in this frame.
97 public GenericFrame(StatusGenericPanel panel) argument
100 this.panel = panel;
101 if (panel.requiresBorder())
103 setDefaultBorder(panel);
105 JMenuBar menu = panel
273 createButtonsPanel(final StatusGenericPanel panel) argument
370 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java87 * The panel contained in the dialog.
89 protected StatusGenericPanel panel; field in class:GenericDialog
121 * @param panel the panel contained in this dialog.
123 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument
126 this.panel = panel;
127 if (panel.requiresBorder())
129 setDefaultBorder(panel);
131 JMenuBar menu = panel
303 createButtonsPanel(final StatusGenericPanel panel) argument
400 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
H A DGenericFrame.java87 * The panel contained in the frame.
89 protected StatusGenericPanel panel; field in class:GenericFrame
96 * @param panel the panel contained in this frame.
98 public GenericFrame(StatusGenericPanel panel) argument
101 this.panel = panel;
102 if (panel.requiresBorder())
104 setDefaultBorder(panel);
106 JMenuBar menu = panel
274 createButtonsPanel(final StatusGenericPanel panel) argument
371 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java86 * The panel contained in the dialog.
88 protected StatusGenericPanel panel; field in class:GenericDialog
120 * @param panel the panel contained in this dialog.
122 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument
125 this.panel = panel;
126 if (panel.requiresBorder())
128 setDefaultBorder(panel);
130 JMenuBar menu = panel
302 createButtonsPanel(final StatusGenericPanel panel) argument
399 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java87 * The panel contained in the dialog.
89 protected StatusGenericPanel panel; field in class:GenericDialog
121 * @param panel the panel contained in this dialog.
123 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument
126 this.panel = panel;
127 if (panel.requiresBorder())
129 setDefaultBorder(panel);
131 JMenuBar menu = panel
303 createButtonsPanel(final StatusGenericPanel panel) argument
400 updateDefaultButton(StatusGenericPanel panel) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java81 /** The panel contained in the dialog. */
82 protected StatusGenericPanel panel; field in class:GenericDialog
101 * @param panel the panel contained in this dialog.
103 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument
106 this.panel = panel;
107 if (panel.requiresBorder())
109 setDefaultBorder(panel);
111 JMenuBar menu = panel
269 createButtonsPanel(final StatusGenericPanel panel) argument
366 updateDefaultButton(StatusGenericPanel panel) argument
[all...]

Completed in 86 milliseconds

1234567891011>>