/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericDialog.java | 120 * @param parentFrame the parent frame of the dialog. 123 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument 125 super(parentFrame); 134 parentFrame.setJMenuBar(menu);
|
H A D | ProgressDialog.java | 73 * @param parentFrame the parent frame. 79 public ProgressDialog(JFrame parentFrame, Component relativeTo, argument 82 super(parentFrame, getPanel(info));
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericDialog.java | 119 * @param parentFrame the parent frame of the dialog. 122 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument 124 super(parentFrame); 133 parentFrame.setJMenuBar(menu);
|
H A D | ProgressDialog.java | 72 * @param parentFrame the parent frame. 78 public ProgressDialog(JFrame parentFrame, Component relativeTo, argument 81 super(parentFrame, getPanel(info));
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericDialog.java | 120 * @param parentFrame the parent frame of the dialog. 123 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument 125 super(parentFrame); 134 parentFrame.setJMenuBar(menu);
|
H A D | ProgressDialog.java | 73 * @param parentFrame the parent frame. 79 public ProgressDialog(JFrame parentFrame, Component relativeTo, argument 82 super(parentFrame, getPanel(info));
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericDialog.java | 119 * @param parentFrame the parent frame of the dialog. 122 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument 124 super(parentFrame); 133 parentFrame.setJMenuBar(menu);
|
H A D | ProgressDialog.java | 72 * @param parentFrame the parent frame. 78 public ProgressDialog(JFrame parentFrame, Component relativeTo, argument 81 super(parentFrame, getPanel(info));
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericDialog.java | 120 * @param parentFrame the parent frame of the dialog. 123 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument 125 super(parentFrame); 134 parentFrame.setJMenuBar(menu);
|
H A D | ProgressDialog.java | 73 * @param parentFrame the parent frame. 79 public ProgressDialog(JFrame parentFrame, Component relativeTo, argument 82 super(parentFrame, getPanel(info));
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | GenericDialog.java | 100 * @param parentFrame the parent frame of the dialog. 103 public GenericDialog(JFrame parentFrame, StatusGenericPanel panel) argument 105 super(parentFrame); 114 parentFrame.setJMenuBar(menu);
|
H A D | ProgressDialog.java | 71 * @param parentFrame the parent frame. 77 public ProgressDialog(JFrame parentFrame, Component relativeTo, argument 80 super(parentFrame, getPanel(info));
|
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/ |
H A D | ProfileViewer.java | 465 * @param parentFrame The stack frame whose children are to be added as 470 private void recurseTreeNodes(ProfileStackFrame parentFrame, argument 473 ProfileStackFrame[] subFrames = parentFrame.getSubordinateFrames(); 482 boolean hasChildren = parentFrame.hasSubFrames();
|
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/ |
H A D | ProfileViewer.java | 464 * @param parentFrame The stack frame whose children are to be added as 469 private void recurseTreeNodes(ProfileStackFrame parentFrame, argument 472 ProfileStackFrame[] subFrames = parentFrame.getSubordinateFrames(); 481 boolean hasChildren = parentFrame.hasSubFrames();
|
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/ |
H A D | ProfileViewer.java | 465 * @param parentFrame The stack frame whose children are to be added as 470 private void recurseTreeNodes(ProfileStackFrame parentFrame, argument 473 ProfileStackFrame[] subFrames = parentFrame.getSubordinateFrames(); 482 boolean hasChildren = parentFrame.hasSubFrames();
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/ |
H A D | ProfileViewer.java | 465 * @param parentFrame The stack frame whose children are to be added as 470 private void recurseTreeNodes(ProfileStackFrame parentFrame, argument 473 ProfileStackFrame[] subFrames = parentFrame.getSubordinateFrames(); 482 boolean hasChildren = parentFrame.hasSubFrames();
|
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/ |
H A D | ProfileViewer.java | 464 * @param parentFrame The stack frame whose children are to be added as 469 private void recurseTreeNodes(ProfileStackFrame parentFrame, argument 472 ProfileStackFrame[] subFrames = parentFrame.getSubordinateFrames(); 481 boolean hasChildren = parentFrame.hasSubFrames();
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ |
H A D | ProfileViewer.java | 455 * @param parentFrame The stack frame whose children are to be added as 460 private void recurseTreeNodes(ProfileStackFrame parentFrame, argument 463 ProfileStackFrame[] subFrames = parentFrame.getSubordinateFrames(); 472 boolean hasChildren = parentFrame.hasSubFrames();
|