Searched refs:UIFactory (Results 1 - 25 of 228) sorted by relevance

12345678910

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java36 import org.opends.quicksetup.ui.UIFactory;
103 .append(UIFactory.applyFontToHtml(
104 String.valueOf(text), UIFactory.PROGRESS_FONT))
120 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
123 + UIFactory.applyFontToHtml(Utils.getHtml(String.valueOf(text)),
124 UIFactory.PROGRESS_ERROR_FONT);
127 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
128 + SPACE + UIFactory
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java37 import org.opends.quicksetup.ui.UIFactory;
104 .append(UIFactory.applyFontToHtml(
105 String.valueOf(text), UIFactory.PROGRESS_FONT))
121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
124 + UIFactory.applyFontToHtml(Utils.getHtml(String.valueOf(text)),
125 UIFactory.PROGRESS_ERROR_FONT);
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
129 + SPACE + UIFactory
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java37 import org.opends.quicksetup.ui.UIFactory;
104 .append(UIFactory.applyFontToHtml(
105 String.valueOf(text), UIFactory.PROGRESS_FONT))
121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
124 + UIFactory.applyFontToHtml(Utils.getHtml(String.valueOf(text)),
125 UIFactory.PROGRESS_ERROR_FONT);
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
129 + SPACE + UIFactory
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java36 import org.opends.quicksetup.ui.UIFactory;
103 .append(UIFactory.applyFontToHtml(
104 String.valueOf(text), UIFactory.PROGRESS_FONT))
120 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
123 + UIFactory.applyFontToHtml(Utils.getHtml(String.valueOf(text)),
124 UIFactory.PROGRESS_ERROR_FONT);
127 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
128 + SPACE + UIFactory
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java37 import org.opends.quicksetup.ui.UIFactory;
104 .append(UIFactory.applyFontToHtml(
105 String.valueOf(text), UIFactory.PROGRESS_FONT))
121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
124 + UIFactory.applyFontToHtml(Utils.getHtml(String.valueOf(text)),
125 UIFactory.PROGRESS_ERROR_FONT);
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
129 + SPACE + UIFactory
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java39 import org.opends.quicksetup.ui.UIFactory;
96 .append(UIFactory.applyFontToHtml(
97 String.valueOf(text), UIFactory.PROGRESS_FONT))
114 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
117 + UIFactory.applyFontToHtml(Utils.getHtml(String.valueOf(text)),
118 UIFactory.PROGRESS_ERROR_FONT);
121 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
122 + SPACE + UIFactory
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java42 import org.opends.quicksetup.ui.UIFactory;
92 gbc.insets = UIFactory.getEmptyInsets();
99 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
101 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
103 gbc.insets = UIFactory.getEmptyInsets();
109 UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
110 detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
113 gbc.insets = UIFactory.getEmptyInsets();
118 acceptCheck = UIFactory
[all...]
H A DSecurityOptionsDialog.java62 import org.opends.quicksetup.ui.UIFactory;
170 UIFactory.setTextStyle(cbEnableSSL,
171 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
172 UIFactory.setTextStyle(lKeystorePath,
173 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
174 UIFactory.setTextStyle(lKeystorePwd,
175 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
260 contentPanel.setBackground(UIFactory.DEFAULT_BACKGROUND);
266 topPanel.setBorder(UIFactory.DIALOG_PANEL_BORDER);
267 topPanel.setBackground(UIFactory
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java43 import org.opends.quicksetup.ui.UIFactory;
93 gbc.insets = UIFactory.getEmptyInsets();
100 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
102 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
104 gbc.insets = UIFactory.getEmptyInsets();
110 UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
111 detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
114 gbc.insets = UIFactory.getEmptyInsets();
119 acceptCheck = UIFactory
[all...]
H A DSecurityOptionsDialog.java61 import org.opends.quicksetup.ui.UIFactory;
167 UIFactory.setTextStyle(cbEnableSSL,
168 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
169 UIFactory.setTextStyle(lKeystorePath,
170 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
171 UIFactory.setTextStyle(lKeystorePwd,
172 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
257 contentPanel.setBackground(UIFactory.DEFAULT_BACKGROUND);
263 topPanel.setBorder(UIFactory.DIALOG_PANEL_BORDER);
264 topPanel.setBackground(UIFactory
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java43 import org.opends.quicksetup.ui.UIFactory;
93 gbc.insets = UIFactory.getEmptyInsets();
100 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
102 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
104 gbc.insets = UIFactory.getEmptyInsets();
110 UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
111 detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
114 gbc.insets = UIFactory.getEmptyInsets();
119 acceptCheck = UIFactory
[all...]
H A DSecurityOptionsDialog.java61 import org.opends.quicksetup.ui.UIFactory;
167 UIFactory.setTextStyle(cbEnableSSL,
168 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
169 UIFactory.setTextStyle(lKeystorePath,
170 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
171 UIFactory.setTextStyle(lKeystorePwd,
172 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
257 contentPanel.setBackground(UIFactory.DEFAULT_BACKGROUND);
263 topPanel.setBorder(UIFactory.DIALOG_PANEL_BORDER);
264 topPanel.setBackground(UIFactory
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java42 import org.opends.quicksetup.ui.UIFactory;
92 gbc.insets = UIFactory.getEmptyInsets();
99 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
101 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
103 gbc.insets = UIFactory.getEmptyInsets();
109 UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
110 detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
113 gbc.insets = UIFactory.getEmptyInsets();
118 acceptCheck = UIFactory
[all...]
H A DSecurityOptionsDialog.java62 import org.opends.quicksetup.ui.UIFactory;
170 UIFactory.setTextStyle(cbEnableSSL,
171 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
172 UIFactory.setTextStyle(lKeystorePath,
173 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
174 UIFactory.setTextStyle(lKeystorePwd,
175 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
260 contentPanel.setBackground(UIFactory.DEFAULT_BACKGROUND);
266 topPanel.setBorder(UIFactory.DIALOG_PANEL_BORDER);
267 topPanel.setBackground(UIFactory
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java43 import org.opends.quicksetup.ui.UIFactory;
93 gbc.insets = UIFactory.getEmptyInsets();
100 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
102 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
104 gbc.insets = UIFactory.getEmptyInsets();
110 UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
111 detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
114 gbc.insets = UIFactory.getEmptyInsets();
119 acceptCheck = UIFactory
[all...]
H A DSecurityOptionsDialog.java61 import org.opends.quicksetup.ui.UIFactory;
167 UIFactory.setTextStyle(cbEnableSSL,
168 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
169 UIFactory.setTextStyle(lKeystorePath,
170 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
171 UIFactory.setTextStyle(lKeystorePwd,
172 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
257 contentPanel.setBackground(UIFactory.DEFAULT_BACKGROUND);
263 topPanel.setBorder(UIFactory.DIALOG_PANEL_BORDER);
264 topPanel.setBackground(UIFactory
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java41 import org.opends.quicksetup.ui.UIFactory;
85 gbc.insets = UIFactory.getEmptyInsets();
92 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
94 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
96 gbc.insets = UIFactory.getEmptyInsets();
102 UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
103 detailsTextArea.setFont(UIFactory.TEXTFIELD_FONT);
106 gbc.insets = UIFactory.getEmptyInsets();
111 acceptCheck = UIFactory
[all...]
H A DSecurityOptionsDialog.java63 import org.opends.quicksetup.ui.UIFactory;
172 UIFactory.setTextStyle(cbEnableSSL,
173 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
174 UIFactory.setTextStyle(lKeystorePath,
175 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
176 UIFactory.setTextStyle(lKeystorePwd,
177 UIFactory.TextStyle.SECONDARY_FIELD_VALID);
262 contentPanel.setBackground(UIFactory.DEFAULT_BACKGROUND);
268 topPanel.setBorder(UIFactory.DIALOG_PANEL_BORDER);
269 topPanel.setBackground(UIFactory
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java80 setBackground(UIFactory.DEFAULT_BACKGROUND);
88 gbc.insets = UIFactory.getStepsPanelInsets();
94 currentPanelContainer.setBorder(UIFactory.CURRENT_STEP_PANEL_BORDER);
96 .setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
104 gbc.insets = UIFactory.getCurrentStepPanelInsets();
106 gbc.insets = UIFactory.getEmptyInsets();
120 gbc.insets = UIFactory.getButtonsPanelInsets();
126 UIFactory.getImageIcon(UIFactory.IconType.BACKGROUND);
140 + UIFactory
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java81 setBackground(UIFactory.DEFAULT_BACKGROUND);
89 gbc.insets = UIFactory.getStepsPanelInsets();
95 currentPanelContainer.setBorder(UIFactory.CURRENT_STEP_PANEL_BORDER);
97 .setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
105 gbc.insets = UIFactory.getCurrentStepPanelInsets();
107 gbc.insets = UIFactory.getEmptyInsets();
121 gbc.insets = UIFactory.getButtonsPanelInsets();
127 UIFactory.getImageIcon(UIFactory.IconType.BACKGROUND);
141 + UIFactory
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java81 setBackground(UIFactory.DEFAULT_BACKGROUND);
89 gbc.insets = UIFactory.getStepsPanelInsets();
95 currentPanelContainer.setBorder(UIFactory.CURRENT_STEP_PANEL_BORDER);
97 .setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
105 gbc.insets = UIFactory.getCurrentStepPanelInsets();
107 gbc.insets = UIFactory.getEmptyInsets();
121 gbc.insets = UIFactory.getButtonsPanelInsets();
127 UIFactory.getImageIcon(UIFactory.IconType.BACKGROUND);
141 + UIFactory
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java80 setBackground(UIFactory.DEFAULT_BACKGROUND);
88 gbc.insets = UIFactory.getStepsPanelInsets();
94 currentPanelContainer.setBorder(UIFactory.CURRENT_STEP_PANEL_BORDER);
96 .setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
104 gbc.insets = UIFactory.getCurrentStepPanelInsets();
106 gbc.insets = UIFactory.getEmptyInsets();
120 gbc.insets = UIFactory.getButtonsPanelInsets();
126 UIFactory.getImageIcon(UIFactory.IconType.BACKGROUND);
140 + UIFactory
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java81 setBackground(UIFactory.DEFAULT_BACKGROUND);
89 gbc.insets = UIFactory.getStepsPanelInsets();
95 currentPanelContainer.setBorder(UIFactory.CURRENT_STEP_PANEL_BORDER);
97 .setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
105 gbc.insets = UIFactory.getCurrentStepPanelInsets();
107 gbc.insets = UIFactory.getEmptyInsets();
121 gbc.insets = UIFactory.getButtonsPanelInsets();
127 UIFactory.getImageIcon(UIFactory.IconType.BACKGROUND);
141 + UIFactory
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DFramePanel.java80 setBackground(UIFactory.DEFAULT_BACKGROUND);
88 gbc.insets = UIFactory.getStepsPanelInsets();
94 currentPanelContainer.setBorder(UIFactory.CURRENT_STEP_PANEL_BORDER);
96 .setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
104 gbc.insets = UIFactory.getCurrentStepPanelInsets();
106 gbc.insets = UIFactory.getEmptyInsets();
120 gbc.insets = UIFactory.getButtonsPanelInsets();
126 UIFactory.getImageIcon(UIFactory.IconType.BACKGROUND);
140 + UIFactory
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java67 import org.opends.quicksetup.ui.UIFactory;
164 UIFactory.setTextStyle(lHostName,
165 UIFactory.TextStyle.PRIMARY_FIELD_VALID);
166 UIFactory.setTextStyle(lUid,
167 UIFactory.TextStyle.PRIMARY_FIELD_VALID);
168 UIFactory.setTextStyle(lPwd,
169 UIFactory.TextStyle.PRIMARY_FIELD_VALID);
218 p1.setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
219 p1.setBorder(UIFactory.DIALOG_PANEL_BORDER);
223 gbc.insets = UIFactory
[all...]

Completed in 55 milliseconds

12345678910