Searched refs:title (Results 51 - 75 of 287) sorted by relevance

1234567891011>>

/openjdk9/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("."));
/openjdk9/jdk/src/demo/share/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
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXWindowAttributesData.java52 String title; field in class:XWindowAttributesData
65 title = null;
/openjdk9/jdk/test/java/awt/Focus/FocusTraversalPolicy/
H A DInitialFTP_AWT.java60 public AWTFrame(String title) { argument
61 super(title);
H A DInitialFTP_Swing.java60 public SwingFrame(String title) { argument
61 super(title);
/openjdk9/nashorn/test/script/basic/
H A Dscripting.js62 <title>Testing</title>
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLElement.java67 * The element's advisory title. See the title attribute definition in
71 public void setTitle(String title); argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DInputMethodSupport.java46 Window createInputMethodWindow(String title, InputContext context); argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DFramePeer.java45 * Sets the title on the frame.
47 * @param title the title to set
51 void setTitle(String title); argument
/openjdk9/jdk/test/javax/net/ssl/sanity/ciphersuites/
H A DCipherSuitesInOrder.java242 private static void checkSuites(String[] suites, String title) { argument
243 showSuites(suites, title);
257 private static void showSuites(String[] suites, String title) { argument
258 System.out.println(title + "[" + suites.length + "]:");
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DDialog.java44 * A Dialog is a top-level window with a title and a border
273 * Specifies the title of the Dialog.
280 String title; field in class:Dialog
317 * the specified owner {@code Frame} and an empty title.
336 * owner {@code Frame} and modality and an empty title.
362 * the specified owner {@code Frame} and title.
366 * @param title the title of the dialog or {@code null} if this dialog
367 * has no title
377 public Dialog(Frame owner, String title) { argument
407 Dialog(Frame owner, String title, boolean modal) argument
440 Dialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) argument
478 Dialog(Dialog owner, String title) argument
508 Dialog(Dialog owner, String title, boolean modal) argument
544 Dialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument
595 Dialog(Window owner, String title) argument
663 Dialog(Window owner, String title, ModalityType modalityType) argument
714 Dialog(Window owner, String title, ModalityType modalityType, GraphicsConfiguration gc) argument
882 setTitle(String title) argument
[all...]
H A DFrame.java47 * A {@code Frame} is a top-level window with a title and a border.
73 * {@link #Frame(String title, GraphicsConfiguration)}. The
296 * This is the title of the frame. It can be changed
297 * at any time. {@code title} can be null and if
298 * this is the case the {@code title} = "".
304 String title = "Untitled"; field in class:Frame
379 * initially invisible. The title of the {@code Frame}
412 * with the specified title.
413 * @param title the title t
423 Frame(String title) argument
448 Frame(String title, GraphicsConfiguration gc) argument
453 init(String title, GraphicsConfiguration gc) argument
512 setTitle(String title) argument
[all...]
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTraceTime.hpp62 GCTraceTimeImpl(LogTargetHandle out_start, LogTargetHandle out_end, const char* title, GCTimer* timer = NULL, GCCause::Cause gc_cause = GCCause::_no_gc, bool log_heap_usage = false);
70 GCTraceTimeImplWrapper(const char* title, GCTimer* timer = NULL, GCCause::Cause gc_cause = GCCause::_no_gc, bool log_heap_usage = false);
84 GCTraceConcTimeImpl(const char* title);
/openjdk9/hotspot/src/share/vm/utilities/
H A Dhistogram.cpp71 Histogram::Histogram(const char* title,int estimatedCount) { argument
72 _title = title;
82 st->print_cr("%s",title());
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DFrameOperator.java56 * Identifier for a title property.
138 * Constructor. Waits for the frame with "title" subtitle. Constructor can
142 * @param title a window title
148 public FrameOperator(String title, int index, Operator env) { argument
149 this(waitFrame(new FrameByTitleFinder(title,
158 * Constructor. Waits for the frame with "title" subtitle. Uses current
161 * @param title a window title
168 public FrameOperator(String title, in argument
183 FrameOperator(String title) argument
238 waitTitle(final String title) argument
543 String title; field in class:FrameOperator.FrameByTitleFinder
[all...]
H A DJTabbedPaneOperator.java110 * Constructor. Waits component by tab title first. Uses cont's timeout and
114 * @param text Tab title.
130 * Constructor. Waits component by activetab title first. Uses cont's
206 * Searches JTabbedPane by tab title.
222 * Searches JTabbedPane by tab title.
283 * Waits JTabbedPane by tab title.
300 * Waits JTabbedPane by tab title.
337 * Searches tab index by tab title.
355 * Searches tab index by tab title.
357 * @param title
364 findPage(String title, StringComparator comparator) argument
380 findPage(String title, boolean ce, boolean ccs) argument
391 findPage(String title) argument
430 selectPage(String title, StringComparator comparator) argument
446 selectPage(String title, boolean ce, boolean ccs) argument
456 selectPage(String title) argument
493 waitPage(String title, StringComparator comparator) argument
503 waitPage(String title) argument
1056 String title; field in class:JTabbedPaneOperator.JTabbedPaneByItemFinder
1143 String title; field in class:JTabbedPaneOperator.BySubStringTabPageChooser
1146 BySubStringTabPageChooser(String title, StringComparator comparator) argument
[all...]
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/
H A DResultSet.java129 String title; field in class:ResultSet
146 public void setTitle(String title) { argument
147 this.title = title;
166 pw.println("<result-set version=\"0.1\" name=\""+title+"\">");
/openjdk9/jdk/src/jdk.jconsole/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));
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DTitledBorder.java47 * with the addition of a String title in a
77 * The title the border should display.
79 protected String title; field in class:TitledBorder
85 * The position for the title.
89 * The justification for the title.
93 * The font for rendering the title.
97 * The color of the title.
104 * Use the default vertical orientation for the title text.
107 /** Position the title above the border's top line. */
109 /** Position the title i
161 TitledBorder(String title) argument
182 TitledBorder(Border border, String title) argument
195 TitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
213 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
235 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
490 setTitle(String title) argument
[all...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlDocWriter.java238 String stylename, String title, String target) {
240 stylename, title, target);
245 String stylename, String title, String target) {
256 if (title != null && title.length() != 0) {
257 l.addAttr(HtmlAttr.TITLE, title);
270 * @param title String that describes the link's content for accessibility.
274 public Content getHyperLink(DocPath link, Content label, String title, String target) { argument
275 return getHyperLink(new DocLink(link), label, title, target);
278 public Content getHyperLink(DocLink link, Content label, String title, Strin argument
236 getHyperLink(DocPath link, Content label, boolean strong, String stylename, String title, String target) argument
243 getHyperLink(DocLink link, Content label, boolean strong, String stylename, String title, String target) argument
321 printFramesDocument(String title, ConfigurationImpl configuration, HtmlTree body) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJOptionPane.java204 * <dt>title<dd>The title for the dialog box.
243 * message 'please choose one' and title information:
248 * <dt>Show a warning dialog with the options OK, CANCEL, title 'Warning', and
275 * JDialog dialog = pane.createDialog(<i>parentComponent, title</i>);
511 * <code>parentComponent</code> with the dialog having the title
512 * <code>title</code> and message type <code>messageType</code>.
517 * @param title the <code>String</code> to display in the dialog
518 * title bar
532 Object message, String title, in
531 showInputDialog(Component parentComponent, Object message, String title, int messageType) argument
575 showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) argument
645 showMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
674 showMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) argument
726 showConfirmDialog(Component parentComponent, Object message, String title, int optionType) argument
765 showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) argument
803 showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon) argument
865 showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) argument
927 createDialog(Component parentComponent, String title) argument
955 createDialog(String title) argument
962 createDialog(Component parentComponent, String title, int style) argument
1082 showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
1107 showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) argument
1153 showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType) argument
1189 showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) argument
1228 showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon) argument
1283 showInternalOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) argument
1384 showInternalInputDialog(Component parentComponent, Object message, String title, int messageType) argument
1419 showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) argument
1497 createInternalFrame(Component parentComponent, String title) argument
[all...]
H A DBorderFactory.java373 * Creates a new titled border with the specified title,
379 * @param title a <code>String</code> containing the text of the title
382 public static TitledBorder createTitledBorder(String title) { argument
383 return new TitledBorder(title);
387 * Creates a new titled border with an empty title,
393 * @param border the <code>Border</code> object to add the title to; if
403 * Adds a title to an existing border,
408 * @param border the <code>Border</code> object to add the title to
409 * @param title
412 createTitledBorder(Border border, String title) argument
448 createTitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
488 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
529 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/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...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAbstractPackageIndexWriter.java110 * @param title the title of the window.
114 protected void buildPackageIndexFile(String title, boolean includeScript) throws DocFileIOException { argument
115 String windowOverview = configuration.getText(title);
122 printHtmlDocument(configuration.metakeywords.getOverviewMetaKeywords(title,
175 * @param body the document tree to which the title will be added
179 Content title = new RawHtml(configuration.doctitle);
181 HtmlStyle.title, title);
/openjdk9/jdk/test/javax/swing/JColorChooser/
H A DTest6541987.java87 String title = getClass().getName();
88 JFrame frame = new JFrame(title);
91 Color color = JColorChooser.showDialog(frame, title, Color.BLACK);

Completed in 144 milliseconds

1234567891011>>