Searched refs:tf (Results 1 - 25 of 160) sorted by relevance

1234567

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DTextComponentFocusListener.java41 private JTextComponent tf; field in class:TextComponentFocusListener
45 * @param tf the text field associated with this listener.
47 public TextComponentFocusListener(JTextComponent tf) argument
49 this.tf = tf;
57 if ((tf.getText() == null) || "".equals(tf.getText()))
59 tf.setText(" ");
60 tf.selectAll();
61 tf
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DTextComponentFocusListener.java42 private JTextComponent tf; field in class:TextComponentFocusListener
46 * @param tf the text field associated with this listener.
48 public TextComponentFocusListener(JTextComponent tf) argument
50 this.tf = tf;
58 if ((tf.getText() == null) || "".equals(tf.getText()))
60 tf.setText(" ");
61 tf.selectAll();
62 tf
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DTextComponentFocusListener.java42 private JTextComponent tf; field in class:TextComponentFocusListener
46 * @param tf the text field associated with this listener.
48 public TextComponentFocusListener(JTextComponent tf) argument
50 this.tf = tf;
58 if ((tf.getText() == null) || "".equals(tf.getText()))
60 tf.setText(" ");
61 tf.selectAll();
62 tf
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DTextComponentFocusListener.java41 private JTextComponent tf; field in class:TextComponentFocusListener
45 * @param tf the text field associated with this listener.
47 public TextComponentFocusListener(JTextComponent tf) argument
49 this.tf = tf;
57 if ((tf.getText() == null) || "".equals(tf.getText()))
59 tf.setText(" ");
60 tf.selectAll();
61 tf
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DTextComponentFocusListener.java42 private JTextComponent tf; field in class:TextComponentFocusListener
46 * @param tf the text field associated with this listener.
48 public TextComponentFocusListener(JTextComponent tf) argument
50 this.tf = tf;
58 if ((tf.getText() == null) || "".equals(tf.getText()))
60 tf.setText(" ");
61 tf.selectAll();
62 tf
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DTextComponentFocusListener.java42 private JTextComponent tf; field in class:TextComponentFocusListener
46 * @param tf the text field associated with this listener.
48 public TextComponentFocusListener(JTextComponent tf) argument
50 this.tf = tf;
56 if (tf.getText() == null || "".equals(tf.getText()))
58 tf.setText(" ");
59 tf.selectAll();
60 tf
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DNumericLimitedSizeDocumentFilter.java40 private JTextComponent tf; field in class:NumericLimitedSizeDocumentFilter
45 * @param tf the text component associated with the document.
48 public NumericLimitedSizeDocumentFilter(JTextComponent tf, int maxSize) argument
50 this.tf = tf;
108 int caretPosition = tf.getCaretPosition();
113 tf.setCaretPosition(0);
H A DTimeDocumentFilter.java40 private JTextComponent tf; field in class:TimeDocumentFilter
44 * @param tf the text component associated with the document.
46 public TimeDocumentFilter(JTextComponent tf) argument
48 this.tf = tf;
155 int caretPosition = tf.getCaretPosition();
160 tf.setCaretPosition(0);
166 tf.setCaretPosition(3);
173 tf.setCaretPosition(2);
184 tf
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DNumericLimitedSizeDocumentFilter.java39 private JTextComponent tf; field in class:NumericLimitedSizeDocumentFilter
44 * @param tf the text component associated with the document.
47 public NumericLimitedSizeDocumentFilter(JTextComponent tf, int maxSize) argument
49 this.tf = tf;
107 int caretPosition = tf.getCaretPosition();
112 tf.setCaretPosition(0);
H A DTimeDocumentFilter.java39 private JTextComponent tf; field in class:TimeDocumentFilter
43 * @param tf the text component associated with the document.
45 public TimeDocumentFilter(JTextComponent tf) argument
47 this.tf = tf;
154 int caretPosition = tf.getCaretPosition();
159 tf.setCaretPosition(0);
165 tf.setCaretPosition(3);
172 tf.setCaretPosition(2);
183 tf
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DNumericLimitedSizeDocumentFilter.java40 private JTextComponent tf; field in class:NumericLimitedSizeDocumentFilter
45 * @param tf the text component associated with the document.
48 public NumericLimitedSizeDocumentFilter(JTextComponent tf, int maxSize) argument
50 this.tf = tf;
108 int caretPosition = tf.getCaretPosition();
113 tf.setCaretPosition(0);
H A DTimeDocumentFilter.java40 private JTextComponent tf; field in class:TimeDocumentFilter
44 * @param tf the text component associated with the document.
46 public TimeDocumentFilter(JTextComponent tf) argument
48 this.tf = tf;
155 int caretPosition = tf.getCaretPosition();
160 tf.setCaretPosition(0);
166 tf.setCaretPosition(3);
173 tf.setCaretPosition(2);
184 tf
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DNumericLimitedSizeDocumentFilter.java39 private JTextComponent tf; field in class:NumericLimitedSizeDocumentFilter
44 * @param tf the text component associated with the document.
47 public NumericLimitedSizeDocumentFilter(JTextComponent tf, int maxSize) argument
49 this.tf = tf;
107 int caretPosition = tf.getCaretPosition();
112 tf.setCaretPosition(0);
H A DTimeDocumentFilter.java39 private JTextComponent tf; field in class:TimeDocumentFilter
43 * @param tf the text component associated with the document.
45 public TimeDocumentFilter(JTextComponent tf) argument
47 this.tf = tf;
154 int caretPosition = tf.getCaretPosition();
159 tf.setCaretPosition(0);
165 tf.setCaretPosition(3);
172 tf.setCaretPosition(2);
183 tf
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DNumericLimitedSizeDocumentFilter.java40 private JTextComponent tf; field in class:NumericLimitedSizeDocumentFilter
45 * @param tf the text component associated with the document.
48 public NumericLimitedSizeDocumentFilter(JTextComponent tf, int maxSize) argument
50 this.tf = tf;
108 int caretPosition = tf.getCaretPosition();
113 tf.setCaretPosition(0);
H A DTimeDocumentFilter.java40 private JTextComponent tf; field in class:TimeDocumentFilter
44 * @param tf the text component associated with the document.
46 public TimeDocumentFilter(JTextComponent tf) argument
48 this.tf = tf;
155 int caretPosition = tf.getCaretPosition();
160 tf.setCaretPosition(0);
166 tf.setCaretPosition(3);
173 tf.setCaretPosition(2);
184 tf
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DNumericLimitedSizeDocumentFilter.java40 private JTextComponent tf; field in class:NumericLimitedSizeDocumentFilter
45 * @param tf the text component associated with the document.
48 public NumericLimitedSizeDocumentFilter(JTextComponent tf, int maxSize) argument
50 this.tf = tf;
103 int caretPosition = tf.getCaretPosition();
108 tf.setCaretPosition(0);
H A DTimeDocumentFilter.java40 private JTextComponent tf; field in class:TimeDocumentFilter
44 * @param tf the text component associated with the document.
46 public TimeDocumentFilter(JTextComponent tf) argument
48 this.tf = tf;
149 int caretPosition = tf.getCaretPosition();
154 tf.setCaretPosition(0);
160 tf.setCaretPosition(3);
167 tf.setCaretPosition(2);
178 tf
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DPasswordTransforms.java84 Transform tf = Transform.getTransform(childElement);
88 transforms.add(tf);
134 Transform tf = (Transform)iter.next();
135 tf.addToParent(ptE);
H A DTransform.java125 Transform tf = null;
129 tf = (Transform)Class.forName(className).newInstance();
140 if (tf == null) {
143 tf = new TruncationTransform();
146 tf = new LowercaseTransform();
149 tf = new UppercaseTransform();
152 tf = new SelectTransform();
155 tf = new GenericTransform(name);
161 tf.setId(id);
188 tf
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DPasswordTransforms.java84 Transform tf = Transform.getTransform(childElement);
88 transforms.add(tf);
134 Transform tf = (Transform)iter.next();
135 tf.addToParent(ptE);
H A DTransform.java125 Transform tf = null;
129 tf = (Transform)Class.forName(className).newInstance();
140 if (tf == null) {
143 tf = new TruncationTransform();
146 tf = new LowercaseTransform();
149 tf = new UppercaseTransform();
152 tf = new SelectTransform();
155 tf = new GenericTransform(name);
161 tf.setId(id);
188 tf
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DReferralOpViewBeanBase.java294 CCTextField tf = (CCTextField)getChild(childName);
295 tf.setValue(values.iterator().next());
297 CCStaticTextField tf = (CCStaticTextField)getChild(
299 tf.setValue(values.iterator().next());
315 CCStaticTextField tf = (CCStaticTextField)getChild(
317 tf.setValue(values.iterator().next());
332 CCStaticTextField tf = (CCStaticTextField)getChild(
334 tf.setValue(AMAdminUtils.getString(values, ",", false));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DReferralOpViewBeanBase.java294 CCTextField tf = (CCTextField)getChild(childName);
295 tf.setValue(values.iterator().next());
297 CCStaticTextField tf = (CCStaticTextField)getChild(
299 tf.setValue(values.iterator().next());
315 CCStaticTextField tf = (CCStaticTextField)getChild(
317 tf.setValue(values.iterator().next());
332 CCStaticTextField tf = (CCStaticTextField)getChild(
334 tf.setValue(AMAdminUtils.getString(values, ",", false));
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSelectAliasDialog.java161 JTextComponent tf = UIFactory.makeHtmlPane(msg,
163 tf.setOpaque(false);
164 tf.setEditable(false);
165 p1.add(tf, gbc);

Completed in 167 milliseconds

1234567