Searched refs:title (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/openjdk9/langtools/test/jdk/javadoc/doclet/testWindowTitle/
H A DTestWindowTitle.java27 * @summary Test for window title.
44 // Window title with JavaScript special characters.
45 String title = "Testing \"Window 'Title'\" with a \\ backslash and a / "
50 "-windowtitle", title,
56 "parent.document.title=\"Overview (Testing \\\"Window \\\'Title\\\'\\\" "
62 "parent.document.title=\"Overview (Testing \"Window \'Title\'\" "
70 // Window title with a script tag.
71 String title = "Testing script tag in title </title><scrip
[all...]
/openjdk9/langtools/test/com/sun/javadoc/testWindowTitle/
H A DTestWindowTitle.java27 * @summary Test for window title.
44 // Window title with JavaScript special characters.
45 String title = "Testing \"Window 'Title'\" with a \\ backslash and a / "
50 "-windowtitle", title,
56 "parent.document.title=\"Overview (Testing \\\"Window \\\'Title\\\'\\\" "
62 "parent.document.title=\"Overview (Testing \"Window \'Title\'\" "
70 // Window title with a script tag.
71 String title = "Testing script tag in title </title><scrip
[all...]
/openjdk9/langtools/test/com/sun/javadoc/testHtmlDefinitionListTag/pkg1/
H A DC1.java51 private String title; field in class:C1
74 * @param title the title
80 public C1(String title, boolean test) { argument
84 public C1(String title) { argument
H A DC2.java41 * This field indicates title.
43 String title; field in class:C2
57 public C2(String title) { argument
/openjdk9/langtools/test/com/sun/javadoc/testSerializedFormDeprecationInfo/pkg1/
H A DC1.java51 private String title; field in class:C1
74 * @param title the title
80 public C1(String title, boolean test) { argument
84 public C1(String title) { argument
H A DC2.java41 * This field indicates title.
43 String title; field in class:C2
57 public C2(String title) { argument
/openjdk9/langtools/test/jdk/javadoc/doclet/testSerializedFormDeprecationInfo/pkg1/
H A DC1.java51 private String title; field in class:C1
74 * @param title the title
79 public C1(String title, boolean test) { argument
83 public C1(String title) { argument
H A DC2.java41 * This field indicates title.
43 String title; field in class:C2
57 public C2(String title) { argument
/openjdk9/langtools/test/jdk/javadoc/doclet/testHtmlDefinitionListTag/pkg1/
H A DC1.java51 private String title; field in class:C1
74 * @param title the title
80 public C1(String title, boolean test) { argument
84 public C1(String title) { argument
H A DC2.java41 * This field indicates title.
43 String title; field in class:C2
57 public C2(String title) { argument
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DThreadDialog.java37 String title; field in class:ThreadDialog
42 String title,
46 this.title = title;
52 JDialog dialog = pane.createDialog(parentComponent, title);
40 ThreadDialog(Component parentComponent, Object message, String title, int messageType) argument
/openjdk9/hotspot/src/share/vm/runtime/
H A DtimerTrace.cpp28 TraceTime::TraceTime(const char* title, argument
32 _title = title;
41 TraceTime::TraceTime(const char* title, argument
47 _title = title;
56 TraceTime::TraceTime(const char* title, argument
60 _title = title;
H A DtimerTrace.hpp57 TraceTime(const char* title,
60 TraceTime(const char* title,
65 TraceTime(const char* title,
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/shell/
H A DShellFolderColumnInfo.java32 private String title; field in class:ShellFolderColumnInfo
50 public ShellFolderColumnInfo(String title, Integer width, argument
54 this.title = title;
63 public ShellFolderColumnInfo(String title, Integer width, argument
66 this(title, width, alignment, visible, sortOrder, comparator, false);
73 public ShellFolderColumnInfo(String title, int width, int alignment, argument
75 this(title, width, alignment, visible, null, null);
79 return title;
82 public void setTitle(String title) { argument
[all...]
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLDOMImplementation.java58 * @param title The title of the document to be set as the content of the
62 public HTMLDocument createHTMLDocument(String title); argument
/openjdk9/langtools/test/com/sun/javadoc/testSinceTag/pkg1/
H A DC1.java71 * @param title the title
77 public C1(String title, boolean test) { argument
80 public C1(String title) { argument
/openjdk9/langtools/test/jdk/javadoc/doclet/testSinceTag/pkg1/
H A DC1.java71 * @param title the title
76 public C1(String title, boolean test) { argument
79 public C1(String title) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/com/sun/java/swing/ui/
H A DOkCancelDialog.java42 public OkCancelDialog(String title, JPanel panel) argument
44 this(title, panel, true);
47 public OkCancelDialog(String title, JPanel panel, boolean modal) argument
49 setTitle(title);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DDialogPeer.java43 * Sets the title on the dialog window.
45 * @param title the title to set
49 void setTitle(String title); argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/im/
H A DSimpleInputMethodWindow.java45 public SimpleInputMethodWindow(String title, InputContext context) { argument
46 super(title);
/openjdk9/nashorn/docs/source/
H A Dimportpackageclass.js45 print(frame.title);
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/
H A DDialogWaiter.java36 * ComponentChooser instance or a search criteria based on the Dialog title.
97 * Searches for a dialog by title. The search proceeds among the currently
98 * showing dialogs for the first with a suitable title.
100 * @param title Dialog title or subtitle.
102 * match occurs when the {@code title} argument is a substring of a
103 * dialog title. If {@code false} and the search is case sensitive,
104 * then the {@code title} argument and the dialog title must be the
106 * match occurs when the {@code title} argumen
117 getDialog(String title, boolean ce, boolean cc) argument
144 getDialog(String title, boolean ce, boolean cc, int index) argument
208 getDialog(Window owner, String title, boolean ce, boolean cc) argument
240 getDialog(Window owner, String title, boolean ce, boolean cc, int index) argument
379 waitDialog(String title, boolean compareExactly, boolean compareCaseSensitive, int index) argument
408 waitDialog(String title, boolean compareExactly, boolean compareCaseSensitive) argument
487 waitDialog(Window owner, String title, boolean compareExactly, boolean compareCaseSensitive, int index) argument
517 waitDialog(Window owner, String title, boolean compareExactly, boolean compareCaseSensitive) argument
630 String title; field in class:DialogWaiter.DialogByTitleChooser
[all...]
H A DFrameWaiter.java94 * Searches for a Frame by title. The search proceeds among the currently
95 * showing Frames for the first with a suitable title.
97 * @param title Frame title or subtitle.
99 * match occurs when the {@code title} argument is a substring of a
100 * Frame title. If {@code false} and the search is case sensitive, then
101 * the {@code title} argument and the Frame title must be the same. If
103 * when the {@code title} argument is a substring of the Frame title
114 getFrame(String title, boolean ce, boolean cc) argument
142 getFrame(String title, boolean ce, boolean cc, int index) argument
280 waitFrame(String title, boolean compareExactly, boolean compareCaseSensitive, int index) argument
309 waitFrame(String title, boolean compareExactly, boolean compareCaseSensitive) argument
422 String title; field in class:FrameWaiter.FrameByTitleChooser
[all...]
/openjdk9/nashorn/docs/
H A Dgenshelldoc.js34 var title = "Nashorn command line shell tool"; variable
39 <title>
40 ${title}
41 </title>
51 <h1>${title} options</h1>
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJDialogOperator.java124 * Constructor. Waits for the dialog with "title" subtitle. Uses owner's
128 * @param title The desired title.
133 public JDialogOperator(WindowOperator owner, String title, int index) { argument
135 new JDialogFinder(new DialogByTitleFinder(title,
142 * Constructor. Waits for the dialog with "title" subtitle. Uses owner's
146 * @param title The desired title.
150 public JDialogOperator(WindowOperator owner, String title) { argument
151 this(owner, title,
191 JDialogOperator(String title, int index, Operator env) argument
208 JDialogOperator(String title, int index) argument
223 JDialogOperator(String title) argument
281 findJDialog(String title, boolean ce, boolean cc, int index) argument
296 findJDialog(String title, boolean ce, boolean cc) argument
333 findJDialog(Window owner, String title, boolean ce, boolean cc, int index) argument
350 findJDialog(Window owner, String title, boolean ce, boolean cc) argument
389 waitJDialog(String title, boolean ce, boolean cc, int index) argument
404 waitJDialog(String title, boolean ce, boolean cc) argument
446 waitJDialog(Window owner, String title, boolean ce, boolean cc, int index) argument
462 waitJDialog(Window owner, String title, boolean ce, boolean cc) argument
[all...]

Completed in 198 milliseconds

1234567891011>>