Searched refs:title (Results 26 - 50 of 202) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DPrintTable.java63 public static void printArray(String title, StringArray a) { argument
64 System.out.println(title);
71 public static void printArray(String title, PrefixArray a) { argument
72 System.out.println(title);
79 public static void printArray(String title, CharArrayArray a) { argument
80 System.out.println(title);
87 public static void printArray(String title, ContiguousCharArrayArray a) { argument
88 System.out.println(title);
95 public static void printArray(String title, QualifiedNameArray a) { argument
96 System.out.println(title);
[all...]
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DXmlReporter.java45 String title; field in class:XmlReporter
50 public XmlReporter(OutputStream out, String title) { argument
52 this.title = title;
64 p.println("<NAME>" + title + "</NAME>");
H A DTextReporter.java53 String title; field in class:TextReporter
58 public TextReporter(OutputStream out, String title) { argument
60 this.title = title;
72 p.println("\n" + title);
73 p.println(pad('-', title.length()));
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractPackageIndexWriter.java98 * @param title the title of the window.
101 protected void buildPackageIndexFile(String title, boolean includeScript) throws IOException { argument
102 String windowOverview = configuration.getText(title);
109 printHtmlDocument(configuration.metakeywords.getOverviewMetaKeywords(title,
154 * @param body the document tree to which the title will be added
158 Content title = new RawHtml(configuration.doctitle);
160 HtmlStyle.title, title);
/openjdk7/jdk/test/javax/imageio/plugins/wbmp/
H A DCanDecodeTest.java74 private String title; field in class:CanDecodeTest.TestCase
79 public TestCase(String title, byte[] header, argument
81 this.title = title;
89 System.out.println("Test for " + title +
122 File f = File.createTempFile("wbmp_", "." + title, new File("."));
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js289 engine.put(javax.script.ScriptEngine.FILENAME, frame.title);
302 function showScript(title, str) {
304 frame.setTitle("Example - " + title + titleSuffix);
311 showScript(arguments.callee.title,
314 actionHello.title = "Hello, World";
318 showScript(actionEval.title,
321 actionEval.title = "Eval";
325 showScript(arguments.callee.title,
330 actionJavaStatic.title = "Java Static Calls";
334 showScript(arguments.callee.title,
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DFileDialog.java174 * Creates a file dialog for loading a file. The title of the
186 * Creates a file dialog window with the specified title for loading
189 * <code>FileDialog(parent, title, LOAD)</code>.
192 * @param title the title of the dialog
194 public FileDialog(Frame parent, String title) { argument
195 this(parent, title, LOAD);
199 * Creates a file dialog window with the specified title for loading
209 * @param title the title o
217 FileDialog(Frame parent, String title, int mode) argument
263 FileDialog(Dialog parent, String title) argument
297 FileDialog(Dialog parent, String title, int mode) argument
[all...]
H A DDialog.java45 * A Dialog is a top-level window with a title and a border
274 * Specifies the title of the Dialog.
281 String title; field in class:Dialog
318 * the specified owner <code>Frame</code> and an empty title.
337 * owner <code>Frame</code> and modality and an empty title.
363 * the specified owner <code>Frame</code> and title.
367 * @param title the title of the dialog or <code>null</code> if this dialog
368 * has no title
378 public Dialog(Frame owner, String title) { argument
408 Dialog(Frame owner, String title, boolean modal) argument
441 Dialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) argument
479 Dialog(Dialog owner, String title) argument
509 Dialog(Dialog owner, String title, boolean modal) argument
545 Dialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument
596 Dialog(Window owner, String title) argument
664 Dialog(Window owner, String title, ModalityType modalityType) argument
715 Dialog(Window owner, String title, ModalityType modalityType, GraphicsConfiguration gc) argument
883 setTitle(String title) argument
[all...]
H A DFrame.java44 * A <code>Frame</code> is a top-level window with a title and a border.
70 * {@link #Frame(String title, GraphicsConfiguration)}. The
293 * This is the title of the frame. It can be changed
294 * at any time. <code>title</code> can be null and if
295 * this is the case the <code>title</code> = "".
301 String title = "Untitled"; field in class:Frame
376 * initially invisible. The title of the <code>Frame</code>
409 * with the specified title.
410 * @param title the title t
420 Frame(String title) argument
445 Frame(String title, GraphicsConfiguration gc) argument
450 init(String title, GraphicsConfiguration gc) argument
509 setTitle(String title) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dhistogram.hpp99 const char* title() { return _title; } function in class:Histogram
105 Histogram(const char* title,int estimatedSize);
H A Dhistogram.cpp70 Histogram::Histogram(const char* title,int estimatedCount) { argument
71 _title = title;
81 st->print_cr("%s",title());
/openjdk7/jdk/test/java/awt/Focus/FocusTraversalPolicy/
H A DInitialFTP_AWT.java37 public AWTFrame(String title) { argument
38 super(title);
H A DInitialFTP_Swing.java37 public SwingFrame(String title) { argument
38 super(title);
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DAppletFrame.java56 String title,
78 AppletFrame f = new AppletFrame(title);
95 // constructor needed to pass window title to class Frame
55 startApplet(String className, String title, String args[]) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowAttributesData.java52 String title; field in class:XWindowAttributesData
65 title = null;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DInputMethodSupport.java46 Window createInputMethodWindow(String title, InputContext context); argument
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLElement.java65 * The element's advisory title. See the title attribute definition in
69 public void setTitle(String title); argument
/openjdk7/jdk/test/sun/security/ssl/sanity/ciphersuites/
H A DCipherSuitesInOrder.java215 private static void checkSuites(String[] suites, String title) { argument
216 showSuites(suites, title);
230 private static void showSuites(String[] suites, String title) { argument
231 System.out.println(title + "[" + suites.length + "]:");
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DOverviewPanel.java50 public OverviewPanel(String title) { argument
51 this(title, null, null, null);
54 public OverviewPanel(String title, String plotterKey, argument
56 super(title);
70 title));
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DResultSet.java132 String title; field in class:ResultSet
149 public void setTitle(String title) { argument
150 this.title = title;
169 pw.println("<result-set version=\"0.1\" name=\""+title+"\">");
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java44 * with the addition of a String title in a
72 protected String title; field in class:TitledBorder
82 * Use the default vertical orientation for the title text.
85 /** Position the title above the border's top line. */
87 /** Position the title in the middle of the border's top line. */
89 /** Position the title below the border's top line. */
91 /** Position the title above the border's bottom line. */
93 /** Position the title in the middle of the border's bottom line. */
95 /** Position the title below the border's bottom line. */
99 * Use the default justification for the title tex
133 TitledBorder(String title) argument
154 TitledBorder(Border border, String title) argument
167 TitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
185 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
207 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
461 setTitle(String title) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java200 * <dt>title<dd>The title for the dialog box.
239 * message 'please choose one' and title information:
244 * <dt>Show a warning dialog with the options OK, CANCEL, title 'Warning', and
271 * JDialog dialog = pane.createDialog(<i>parentComponent, title</i>);
503 * <code>parentComponent</code> with the dialog having the title
504 * <code>title</code> and message type <code>messageType</code>.
509 * @param title the <code>String</code> to display in the dialog
510 * title bar
523 Object message, String title, in
522 showInputDialog(Component parentComponent, Object message, String title, int messageType) argument
565 showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) argument
635 showMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
664 showMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) argument
716 showConfirmDialog(Component parentComponent, Object message, String title, int optionType) argument
755 showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) argument
793 showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon) argument
854 showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) argument
916 createDialog(Component parentComponent, String title) argument
944 createDialog(String title) argument
951 createDialog(Component parentComponent, String title, int style) argument
1071 showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
1096 showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) argument
1142 showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType) argument
1178 showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) argument
1217 showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon) argument
1272 showInternalOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) argument
1381 showInternalInputDialog(Component parentComponent, Object message, String title, int messageType) argument
1416 showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) argument
1504 createInternalFrame(Component parentComponent, String title) argument
[all...]
H A DBorderFactory.java372 * Creates a new titled border with the specified title,
378 * @param title a <code>String</code> containing the text of the title
381 public static TitledBorder createTitledBorder(String title) { argument
382 return new TitledBorder(title);
386 * Creates a new titled border with an empty title,
392 * @param border the <code>Border</code> object to add the title to; if
402 * Adds a title to an existing border,
407 * @param border the <code>Border</code> object to add the title to
408 * @param title
411 createTitledBorder(Border border, String title) argument
446 createTitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
485 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
525 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DWizardDlg.java119 public WizardDlg(JFrame frame, String title, Vector panels, Vector images) argument
121 super(frame, title, true);
122 this.title = title;
135 public WizardDlg(JFrame frame, String title, Vector panels) argument
137 this(frame, title, panels, null);
140 public WizardDlg(String title, Vector panels) argument
142 this(new JFrame(), title, panels, null);
266 String newTitle = title;
328 private String title; field in class:WizardDlg
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlDocWriter.java176 * @param title String that describes the link's content for accessibility.
182 String stylename, String title, String target) {
191 if (title != null && title.length() != 0) {
192 retlink.append(" title=\"" + title + "\"");
224 * @param title String that describes the link's content for accessibility.
229 Content label, String title, String target) {
234 if (title != null && title
180 getHyperLinkString(String link, String where, String label, boolean strong, String stylename, String title, String target) argument
228 getHyperLink(String link, String where, Content label, String title, String target) argument
321 printFramesetDocument(String title, boolean noTimeStamp, Content frameset) argument
[all...]

Completed in 50 milliseconds

123456789