Searched refs:getDescription (Results 276 - 300 of 315) sorted by relevance

<<111213

/openjdk10/langtools/src/jdk.compiler/share/classes/jdk/internal/shellsupport/doc/
H A DJavadocFormatter.java198 return formatDef(node.getName().getName(), node.getDescription());
203 return formatDef(node.getExceptionName().getSignature(), node.getDescription());
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java252 String description = option.getDescription(messager);
283 String description = option.getDescription();
H A DToolOption.java411 String getDescription(Messager messager) { method in class:ToolOption
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeBodyPart.java603 public String getDescription() { method in class:MimeBodyPart
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaLookAndFeel.java80 public String getDescription() { method in class:AquaLookAndFeel
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifLookAndFeel.java75 public String getDescription() { method in class:MotifLookAndFeel
H A DMotifFileChooserUI.java791 setText(((FileFilter)value).getDescription());
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthLookAndFeel.java734 public String getDescription() { method in class:SynthLookAndFeel
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java509 public String getDescription() { method in class:SynthFileChooserUI.GlobFilter
H A DSynthFileChooserUIImpl.java896 text = value.getDescription();
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java227 String getDescription() { method in class:Config
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJScrollPaneOperator.java930 public String getDescription() { method in class:JScrollPaneOperator.ComponentRectChecker
/openjdk10/langtools/test/jdk/javadoc/tool/modules/
H A DModuleTestBase.java445 public String getDescription() {
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java336 List<? extends DocTree> commentTags = ch.getDescription(configuration, deprs.get(0));
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DSystemModulesPlugin.java103 PluginsResourceBundle.getDescription(NAME);
125 public String getDescription() { method in class:SystemModulesPlugin
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/explorer/
H A DGUIBrowser.java198 public String getDescription() {
204 return "dumpButton.ActionListener{description = " + getDescription() + '}';
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java1524 public String getDescription() { method in class:GTKLookAndFeel
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSF2Soundbank.java846 public String getDescription() { method in class:SF2Soundbank
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java200 public String getDescription() { method in class:MetalLookAndFeel
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java542 public String getDescription() { method in class:J2DAnalyzer.SingleResultSetHolder
/openjdk10/jdk/src/demo/share/jfc/FileChooserDemo/
H A DFileChooserDemo.java610 filter = chooser.getFileFilter().getDescription();
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXOpenTypeViewer.java342 return type == null ? "" : type.getDescription();
H A DXMBeanAttributes.java326 return attributesInfo[index].getDescription();
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DTaskHelper.java645 + ": " + plugin.getDescription());
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java218 mbi.getDescription(),

Completed in 427 milliseconds

<<111213