Searched defs:frame (Results 1 - 25 of 75) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java43 * A nested frame filter that removes debug and trailing no OpenDS frames.
48 * A FrameFilter provides stack frame filtering used during formatting.
68 private boolean isFrameForPackage(StackTraceElement frame, argument
73 if (frame != null) {
74 String className= frame.getClassName();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java82 * @param frame the parent frame for this dialog.
84 public ProgressDialog(JFrame frame) argument
86 super(frame);
87 this.parent = frame;
H A DUtilities.java84 * @param frame for which the icon will be set
86 static public void setFrameIcon(JFrame frame) argument
94 frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
140 * the parent frame of the confirmation dialog.
181 * the parent frame of the information dialog.
H A DQuickSetupDialog.java64 private JFrame frame; field in class:QuickSetupDialog
105 frame = new JFrame(String.valueOf(application.getFrameTitle()));
106 frame.getContentPane().add(getFramePanel());
107 frame.addWindowListener(new WindowAdapter() {
112 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
113 Utilities.setFrameIcon(frame);
122 frame.pack();
123 int minWidth = (int) frame.getPreferredSize().getWidth();
124 int minHeight = (int) frame.getPreferredSize().getHeight();
125 Utilities.centerOnScreen(frame);
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java42 * A nested frame filter that removes debug and trailing no OpenDS frames.
47 * A FrameFilter provides stack frame filtering used during formatting.
67 private boolean isFrameForPackage(StackTraceElement frame, argument
72 if (frame != null) {
73 String className= frame.getClassName();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java83 * @param frame the parent frame for this dialog.
85 public ProgressDialog(JFrame frame) argument
87 super(frame);
88 this.parent = frame;
H A DUtilities.java85 * @param frame for which the icon will be set
87 static public void setFrameIcon(JFrame frame) argument
95 frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
141 * the parent frame of the confirmation dialog.
182 * the parent frame of the information dialog.
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java83 * @param frame the parent frame for this dialog.
85 public ProgressDialog(JFrame frame) argument
87 super(frame);
88 this.parent = frame;
H A DUtilities.java85 * @param frame for which the icon will be set
87 static public void setFrameIcon(JFrame frame) argument
95 frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
141 * the parent frame of the confirmation dialog.
182 * the parent frame of the information dialog.
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java43 * A nested frame filter that removes debug and trailing no OpenDS frames.
48 * A FrameFilter provides stack frame filtering used during formatting.
68 private boolean isFrameForPackage(StackTraceElement frame, argument
73 if (frame != null) {
74 String className= frame.getClassName();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java43 * A nested frame filter that removes debug and trailing no OpenDS frames.
48 * A FrameFilter provides stack frame filtering used during formatting.
68 private boolean isFrameForPackage(StackTraceElement frame, argument
73 if (frame != null) {
74 String className= frame.getClassName();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java82 * @param frame the parent frame for this dialog.
84 public ProgressDialog(JFrame frame) argument
86 super(frame);
87 this.parent = frame;
H A DUtilities.java84 * @param frame for which the icon will be set
86 static public void setFrameIcon(JFrame frame) argument
94 frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
140 * the parent frame of the confirmation dialog.
181 * the parent frame of the information dialog.
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java42 * A nested frame filter that removes debug and trailing no OpenDS frames.
47 * A FrameFilter provides stack frame filtering used during formatting.
67 private boolean isFrameForPackage(StackTraceElement frame, argument
72 if (frame != null) {
73 String className= frame.getClassName();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java83 * @param frame the parent frame for this dialog.
85 public ProgressDialog(JFrame frame) argument
87 super(frame);
88 this.parent = frame;
H A DUtilities.java85 * @param frame for which the icon will be set
87 static public void setFrameIcon(JFrame frame) argument
95 frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
141 * the parent frame of the confirmation dialog.
182 * the parent frame of the information dialog.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressDialog.java82 * @param frame the parent frame for this dialog.
84 public ProgressDialog(JFrame frame) argument
86 super(frame);
87 this.parent = frame;
H A DUtilities.java84 * @param frame for which the icon will be set
86 public static void setFrameIcon(JFrame frame) argument
94 frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
140 * the parent frame of the confirmation dialog.
181 * the parent frame of the information dialog.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugStackTraceFormatter.java42 * A nested frame filter that removes debug and trailing no OpenDS frames.
47 * A FrameFilter provides stack frame filtering used during formatting.
70 private boolean isFrameForPackage(StackTraceElement frame, argument
75 if (frame != null)
77 String className = frame.getClassName();
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java81 // stack frame.
84 // The GUI tree that will be used to hold stack frame information;
265 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
268 ProfileStackFrame existingFrame = rootFrames.get(frame);
271 existingFrame = frame;
359 for (ProfileStackFrame frame : getRootFrames())
361 printFrame(frame, 0);
368 * Prints the provided stack frame and its subordinates using the provided
371 * @param frame The stack frame t
375 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java80 // stack frame.
83 // The GUI tree that will be used to hold stack frame information;
264 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
267 ProfileStackFrame existingFrame = rootFrames.get(frame);
270 existingFrame = frame;
358 for (ProfileStackFrame frame : getRootFrames())
360 printFrame(frame, 0);
367 * Prints the provided stack frame and its subordinates using the provided
370 * @param frame The stack frame t
374 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java81 // stack frame.
84 // The GUI tree that will be used to hold stack frame information;
265 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
268 ProfileStackFrame existingFrame = rootFrames.get(frame);
271 existingFrame = frame;
359 for (ProfileStackFrame frame : getRootFrames())
361 printFrame(frame, 0);
368 * Prints the provided stack frame and its subordinates using the provided
371 * @param frame The stack frame t
375 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java81 // stack frame.
84 // The GUI tree that will be used to hold stack frame information;
265 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
268 ProfileStackFrame existingFrame = rootFrames.get(frame);
271 existingFrame = frame;
359 for (ProfileStackFrame frame : getRootFrames())
361 printFrame(frame, 0);
368 * Prints the provided stack frame and its subordinates using the provided
371 * @param frame The stack frame t
375 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java80 // stack frame.
83 // The GUI tree that will be used to hold stack frame information;
264 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
267 ProfileStackFrame existingFrame = rootFrames.get(frame);
270 existingFrame = frame;
358 for (ProfileStackFrame frame : getRootFrames())
360 printFrame(frame, 0);
367 * Prints the provided stack frame and its subordinates using the provided
370 * @param frame The stack frame t
374 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileViewer.java83 * stack frame.
87 /** The GUI tree that will be used to hold stack frame information;. */
258 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
261 ProfileStackFrame existingFrame = rootFrames.get(frame);
264 existingFrame = frame;
349 for (ProfileStackFrame frame : getRootFrames())
351 printFrame(frame, 0);
358 * Prints the provided stack frame and its subordinates using the provided
361 * @param frame The stack frame t
365 printFrame(ProfileStackFrame frame, int indent) argument
[all...]

Completed in 271 milliseconds

123