/openjdk7/langtools/test/com/sun/javadoc/testHtmlDefinitionListTag/pkg1/ |
H A D | C1.java | 53 private String title; field in class:C1 76 * @param title the title 82 public C1(String title, boolean test) { argument 86 public C1(String title) { argument
|
H A D | C2.java | 43 * This field indicates title. 45 String title; field in class:C2 59 public C2(String title) { argument
|
/openjdk7/langtools/test/com/sun/javadoc/testSerializedFormDeprecationInfo/pkg1/ |
H A D | C1.java | 53 private String title; field in class:C1 76 * @param title the title 82 public C1(String title, boolean test) { argument 86 public C1(String title) { argument
|
H A D | C2.java | 43 * This field indicates title. 45 String title; field in class:C2 59 public C2(String title) { argument
|
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/ |
H A D | ThreadDialog.java | 37 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
|
/openjdk7/jdk/src/share/classes/sun/awt/shell/ |
H A D | ShellFolderColumnInfo.java | 32 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...] |
/openjdk7/jaxp/src/org/w3c/dom/html/ |
H A D | HTMLDOMImplementation.java | 57 * @param title The title of the document to be set as the content of the 61 public HTMLDocument createHTMLDocument(String title); argument
|
/openjdk7/langtools/test/com/sun/javadoc/testSinceTag/pkg1/ |
H A D | C1.java | 72 * @param title the title 78 public C1(String title, boolean test) { argument 81 public C1(String title) { argument
|
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/ |
H A D | gui.js | 123 * @param title of the dialog box [optional] 128 function colorDialog(title, color) { 131 if (title == undefined) { 132 title = "Choose Color"; 138 var res = chooser.showDialog(window, title, color); 155 * @param title title of message box [optional] 158 function msgBox(msg, title, msgType) { 164 if (title == undefined) title [all...] |
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/ |
H A D | OkCancelDialog.java | 42 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);
|
/openjdk7/jdk/src/share/classes/java/awt/peer/ |
H A D | DialogPeer.java | 43 * Sets the title on the dialog window. 45 * @param title the title to set 49 void setTitle(String title); argument
|
H A D | FramePeer.java | 45 * Sets the title on the frame. 47 * @param title the title to set 51 void setTitle(String title); argument
|
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ |
H A D | gcTraceTime.cpp | 47 GCTraceTime::GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer) : argument 48 _title(title), _doit(doit), _print_cr(print_cr), _timer(timer) { 57 _timer->register_gc_phase_start(title, _start_counter); 63 gclog_or_tty->print("[%s", title);
|
H A D | gcTraceTime.hpp | 40 GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer);
|
/openjdk7/jdk/src/share/classes/sun/awt/im/ |
H A D | SimpleInputMethodWindow.java | 45 public SimpleInputMethodWindow(String title, InputContext context) { argument 46 super(title);
|
H A D | InputMethodJFrame.java | 46 public InputMethodJFrame(String title, InputContext context) { argument 47 super(title);
|
/openjdk7/jdk/test/javax/swing/JDialog/6639507/ |
H A D | bug6639507.java | 55 String title = dialog.getTitle(); 57 if (title == null || title.length() > 0) {
|
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/ |
H A D | HtmlReporter.java | 47 String title; field in class:HtmlReporter 52 public HtmlReporter(OutputStream out, String title) { argument 54 this.title = title; 68 p.println("<title>" + title + "</title>"); 71 p.println("<h3>" + title + "</h3>");
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JDialog.java | 134 * Creates a modeless dialog without a title and without a specified 158 * as its owner and an empty title. If {@code owner} 182 * Creates a dialog with an empty title and the specified modality and 209 * Creates a modeless dialog with the specified title and 224 * @param title the {@code String} to display in the dialog's 225 * title bar 231 public JDialog(Frame owner, String title) { argument 232 this(owner, title, false); 236 * Creates a dialog with the specified title, owner {@code Frame} 254 * @param title th 270 JDialog(Frame owner, String title, boolean modal) argument 320 JDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) argument 392 JDialog(Dialog owner, String title) argument 420 JDialog(Dialog owner, String title, boolean modal) argument 458 JDialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument 552 JDialog(Window owner, String title) argument 590 JDialog(Window owner, String title, Dialog.ModalityType modalityType) argument 635 JDialog(Window owner, String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc) argument [all...] |
/openjdk7/jdk/src/share/classes/java/awt/im/spi/ |
H A D | InputMethodContext.java | 66 * <li>it has lightweight decorations, such as a reduced drag region without title 70 * The title may or may not be displayed, depending on the actual type of window created. 81 * @param title the title to be displayed in the window's title bar, 82 * if there is such a title bar. 90 public Window createInputMethodWindow(String title, boolean attachToInputContext); argument 98 * <li>it has lightweight decorations, such as a reduced drag region without title 102 * The title may or may not be displayed, depending on the actual type of window created. 113 * @param title th 124 createInputMethodJFrame(String title, boolean attachToInputContext) argument [all...] |
/openjdk7/jdk/src/macosx/native/sun/awt/ |
H A D | CMenu.h | 37 - (void)setNativeMenuTitle_OnAppKitThread:(NSString *)title; 45 - (void)setJavaMenuTitle:(NSString *)title;
|
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/ |
H A D | InternalDialog.java | 43 public InternalDialog(JConsole jConsole, String title, boolean modal) { argument 44 super(title, true, true, false, false); 78 private String title; field in class:InternalDialog.MastheadIcon 80 public MastheadIcon(String title) { argument 81 this.title = title; 106 g.drawString(title, lWidth + gap, height/2 + textHeight/2); 115 textWidth = fm.stringWidth(title);
|
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/ |
H A D | MWindowAttributes.java | 51 String title; field in class:MWindowAttributes 68 title = null;
|
/openjdk7/jaxp/src/org/w3c/dom/css/ |
H A D | DOMImplementationCSS.java | 57 * @param title The advisory title. See also the section. 65 public CSSStyleSheet createCSSStyleSheet(String title, argument
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/ |
H A D | BorderUIResource.java | 213 public TitledBorderUIResource(String title) { argument 214 super(title); 221 public TitledBorderUIResource(Border border, String title) { argument 222 super(border, title); 226 String title, 229 super(border, title, titleJustification, titlePosition); 233 String title, 237 super(border, title, titleJustification, titlePosition, titleFont); 240 @ConstructorProperties({"border", "title", "titleJustification", "titlePosition", "titleFont", "titleColor"}) 242 String title, 225 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) argument 232 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument 241 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument [all...] |