Searched defs:parent (Results 101 - 125 of 510) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowseActionListener.java57 private Component parent; field in class:BrowseActionListener
106 * @param parent
111 Component parent)
115 this.parent = parent;
197 /* If we can get the current field parent directory set to it */
218 returnVal = fc.showOpenDialog(parent);
222 returnVal = fc.showOpenDialog(parent);
226 returnVal = fc.showOpenDialog(parent);
230 returnVal = fc.showOpenDialog(parent);
110 BrowseActionListener(JTextComponent field, BrowseType type, Component parent) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java72 private JFrame parent; field in class:ProgressDialog
83 * @param frame the parent frame for this dialog.
88 this.parent = frame;
110 * Returns the parent for this dialog.
111 * @return the parent for this dialog.
115 return parent;
H A DUtilities.java140 * @param parent
141 * the parent frame of the confirmation dialog.
149 public static boolean displayConfirmation(Component parent, Message msg, argument
153 parent, wrapMsg(String.valueOf(msg), 100), String.valueOf(title),
164 * @param parent
165 * the parent component of the error dialog.
171 public static void displayError(Component parent, Message msg, Message title) argument
173 JOptionPane.showMessageDialog(parent,
181 * @param parent
182 * the parent fram
188 displayInformationMessage(JFrame parent, Message msg, Message title) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DReference.java63 * The path of the referenced managed object's parent.
65 * The instantiable relation in the parent which contains
132 * The path of the referenced managed object's parent.
134 * The instantiable relation in the parent which contains
141 * parent's definition, or if the provided name is empty.
168 // The instantiable relation in the parent which contains the
175 private Reference(ManagedObjectPath<?, ?> parent, argument
180 this.path = parent.child(relation, name);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/
H A DManagementContext.java67 * named parent managed object.
75 * @param parent
76 * The path of the parent managed object.
86 * parent managed object's definition.
88 * If the parent managed object could not be found.
104 ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd,
108 return getDriver().deleteManagedObject(parent, rd, name);
114 * Deletes the optional child managed object from the named parent
123 * @param parent
124 * The path of the parent manage
103 deleteManagedObject( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) argument
149 deleteManagedObject( ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) argument
197 deleteManagedObject( ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) argument
397 listManagedObjects( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) argument
439 listManagedObjects( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) argument
478 listManagedObjects( ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DWorkflowTopologyNode.java39 * may have a parent node and/or subordinate nodes. A node with no
40 * parent is a naming context.
57 private WorkflowTopologyNode parent = null; field in class:WorkflowTopologyNode
187 * Sets the parent workflow.
189 * @param parent the parent workflow of the current workflow
191 public void setParent(WorkflowTopologyNode parent) argument
193 this.parent = parent;
198 * Gets the parent workflo
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowseActionListener.java57 private Component parent; field in class:BrowseActionListener
106 * @param parent
111 Component parent)
115 this.parent = parent;
197 /* If we can get the current field parent directory set to it */
218 returnVal = fc.showOpenDialog(parent);
222 returnVal = fc.showOpenDialog(parent);
226 returnVal = fc.showOpenDialog(parent);
230 returnVal = fc.showOpenDialog(parent);
110 BrowseActionListener(JTextComponent field, BrowseType type, Component parent) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowseActionListener.java56 private Component parent; field in class:BrowseActionListener
105 * @param parent
110 Component parent)
114 this.parent = parent;
196 /* If we can get the current field parent directory set to it */
217 returnVal = fc.showOpenDialog(parent);
221 returnVal = fc.showOpenDialog(parent);
225 returnVal = fc.showOpenDialog(parent);
229 returnVal = fc.showOpenDialog(parent);
109 BrowseActionListener(JTextComponent field, BrowseType type, Component parent) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DWorkflowTopologyNode.java39 * may have a parent node and/or subordinate nodes. A node with no
40 * parent is a naming context.
57 private WorkflowTopologyNode parent = null; field in class:WorkflowTopologyNode
187 * Sets the parent workflow.
189 * @param parent the parent workflow of the current workflow
191 public void setParent(WorkflowTopologyNode parent) argument
193 this.parent = parent;
198 * Gets the parent workflo
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java71 private JFrame parent; field in class:ProgressDialog
82 * @param frame the parent frame for this dialog.
87 this.parent = frame;
109 * Returns the parent for this dialog.
110 * @return the parent for this dialog.
114 return parent;
H A DUtilities.java139 * @param parent
140 * the parent frame of the confirmation dialog.
148 public static boolean displayConfirmation(Component parent, Message msg, argument
152 parent, wrapMsg(String.valueOf(msg), 100), String.valueOf(title),
163 * @param parent
164 * the parent component of the error dialog.
170 public static void displayError(Component parent, Message msg, Message title) argument
172 JOptionPane.showMessageDialog(parent,
180 * @param parent
181 * the parent fram
187 displayInformationMessage(JFrame parent, Message msg, Message title) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DReference.java62 * The path of the referenced managed object's parent.
64 * The instantiable relation in the parent which contains
131 * The path of the referenced managed object's parent.
133 * The instantiable relation in the parent which contains
140 * parent's definition, or if the provided name is empty.
167 // The instantiable relation in the parent which contains the
174 private Reference(ManagedObjectPath<?, ?> parent, argument
179 this.path = parent.child(relation, name);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/
H A DManagementContext.java66 * named parent managed object.
74 * @param parent
75 * The path of the parent managed object.
85 * parent managed object's definition.
87 * If the parent managed object could not be found.
103 ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd,
107 return getDriver().deleteManagedObject(parent, rd, name);
113 * Deletes the optional child managed object from the named parent
122 * @param parent
123 * The path of the parent manage
102 deleteManagedObject( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) argument
148 deleteManagedObject( ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) argument
196 deleteManagedObject( ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) argument
396 listManagedObjects( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) argument
438 listManagedObjects( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) argument
477 listManagedObjects( ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DWorkflowTopologyNode.java38 * may have a parent node and/or subordinate nodes. A node with no
39 * parent is a naming context.
56 private WorkflowTopologyNode parent = null; field in class:WorkflowTopologyNode
186 * Sets the parent workflow.
188 * @param parent the parent workflow of the current workflow
190 public void setParent(WorkflowTopologyNode parent) argument
192 this.parent = parent;
197 * Gets the parent workflo
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowseActionListener.java57 private Component parent; field in class:BrowseActionListener
106 * @param parent
111 Component parent)
115 this.parent = parent;
197 /* If we can get the current field parent directory set to it */
218 returnVal = fc.showOpenDialog(parent);
222 returnVal = fc.showOpenDialog(parent);
226 returnVal = fc.showOpenDialog(parent);
230 returnVal = fc.showOpenDialog(parent);
110 BrowseActionListener(JTextComponent field, BrowseType type, Component parent) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java72 private JFrame parent; field in class:ProgressDialog
83 * @param frame the parent frame for this dialog.
88 this.parent = frame;
110 * Returns the parent for this dialog.
111 * @return the parent for this dialog.
115 return parent;
H A DUtilities.java140 * @param parent
141 * the parent frame of the confirmation dialog.
149 public static boolean displayConfirmation(Component parent, Message msg, argument
153 parent, wrapMsg(String.valueOf(msg), 100), String.valueOf(title),
164 * @param parent
165 * the parent component of the error dialog.
171 public static void displayError(Component parent, Message msg, Message title) argument
173 JOptionPane.showMessageDialog(parent,
181 * @param parent
182 * the parent fram
188 displayInformationMessage(JFrame parent, Message msg, Message title) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DReference.java63 * The path of the referenced managed object's parent.
65 * The instantiable relation in the parent which contains
132 * The path of the referenced managed object's parent.
134 * The instantiable relation in the parent which contains
141 * parent's definition, or if the provided name is empty.
168 // The instantiable relation in the parent which contains the
175 private Reference(ManagedObjectPath<?, ?> parent, argument
180 this.path = parent.child(relation, name);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/
H A DManagementContext.java67 * named parent managed object.
75 * @param parent
76 * The path of the parent managed object.
86 * parent managed object's definition.
88 * If the parent managed object could not be found.
104 ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd,
108 return getDriver().deleteManagedObject(parent, rd, name);
114 * Deletes the optional child managed object from the named parent
123 * @param parent
124 * The path of the parent manage
103 deleteManagedObject( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) argument
149 deleteManagedObject( ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) argument
197 deleteManagedObject( ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) argument
397 listManagedObjects( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) argument
439 listManagedObjects( ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) argument
478 listManagedObjects( ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) argument
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/resource/
H A DSSOTokenContext.java61 * @param parent The parent context.
64 protected SSOTokenContext(final Debug debug, final SessionCache sessionCache, Context parent, argument
66 super(parent, "ssoToken");
97 * Construct a new SSOTokenContext from the parent, which is expected to contain a {@link SecurityContext}.
98 * @param parent The parent context.
102 @Assisted final Context parent) {
103 this(debug, sessionCache, parent, new Supplier<SSOToken>() {
107 return getSsoToken(parent);
101 SSOTokenContext(@amedSessionConstants.SESSION_DEBUG) final Debug debug, SessionCache sessionCache, @Assisted final Context parent) argument
160 create(Context parent) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/ui/taglib/
H A DCCMapListTag.java58 Tag parent,
63 View baseView = super.init(parent, pageContext, view, c);
75 Tag parent,
79 String strHTML = super.getHTMLStringInternal(parent, pageContext, view);
86 valueTextfieldString = valueTag.getHTMLString(parent,
57 init( Tag parent, PageContext pageContext, View view, Class c ) argument
74 getHTMLStringInternal( Tag parent, PageContext pageContext, View view ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationUtils.java130 * @param parent parent realm's <code>OrganizationConfigManager</code>
133 * </code>parent</code>.
136 OrganizationConfigManager parent, OrganizationConfigManager child)
140 + " Parent org: " + parent.getOrganizationName()
143 DelegationManager pdm = new DelegationManager(token, parent
152 + "FromParent: No privilege subjects in parent");
196 + "FromParent: Privilege copied from parent: " + dp);
135 copyRealmPrivilegesFromParent(SSOToken token, OrganizationConfigManager parent, OrganizationConfigManager child) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionTiledView.java84 * @param parent of tiled view
87 public PWResetQuestionTiledView (View parent, String name) { argument
88 super(parent, name);
165 * Gets model from parent view bean
167 * @return model from parent view bean
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DBrowseActionListener.java57 private Component parent; field in class:BrowseActionListener
106 * @param parent
111 Component parent)
115 this.parent = parent;
197 /* If we can get the current field parent directory set to it */
215 returnVal = fc.showOpenDialog(parent);
219 returnVal = fc.showOpenDialog(parent);
223 returnVal = fc.showOpenDialog(parent);
227 returnVal = fc.showOpenDialog(parent);
110 BrowseActionListener(JTextComponent field, BrowseType type, Component parent) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressDialog.java71 private JFrame parent; field in class:ProgressDialog
82 * @param frame the parent frame for this dialog.
87 this.parent = frame;
109 * Returns the parent for this dialog.
110 * @return the parent for this dialog.
114 return parent;

Completed in 124 milliseconds

1234567891011>>