Searched refs:text (Results 1 - 25 of 1554) sorted by relevance

1234567891011>>

/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DCommentNode.java33 String text; field in class:CommentNode
35 CommentNode(String text) { argument
36 this.text = text;
39 String text() { method in class:CommentNode
40 return text;
/openjdk7/jdk/src/share/classes/sun/swing/text/html/
H A DFrameEditorPaneTag.java27 package sun.swing.text.html;
32 * FrameEditorPane in javax.swing.text.html.FrameView.
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeMatcher.java38 package sun.text.normalizer;
50 * of text outside the context. In traditional terms, this allows anchoring
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DHistoryComboBox.java32 /** Provides an editable text field with history. */
41 Object text = getSelectedItem();
42 if (text != null) {
43 setText((String)text);
50 Object text = getSelectedItem();
51 if (text == null) {
54 return (String)text;
57 public void setText(String text) { argument
58 removeItem(text);
59 insertItemAt(text,
[all...]
/openjdk7/jdk/make/java/text/base/
H A DFILES_java.gmk27 java/text/Annotation.java \
28 java/text/AttributedCharacterIterator.java \
29 java/text/AttributedString.java \
30 java/text/BreakDictionary.java \
31 java/text/BreakIterator.java \
32 java/text/CalendarBuilder.java \
33 java/text/CharacterIterator.java \
34 java/text/CharacterIteratorFieldDelegate.java \
35 java/text/ChoiceFormat.java \
36 java/text/Collato
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DDoubleEditor.java37 public void setAsText(String text) throws IllegalArgumentException { argument
38 setValue((text == null) ? null : Double.valueOf(text));
H A DIntegerEditor.java38 public void setAsText(String text) throws IllegalArgumentException { argument
39 setValue((text == null) ? null : Integer.decode(text));
/openjdk7/jdk/make/java/text/bidi/
H A DMakefile27 PACKAGE = java.text
35 java/text/Bidi.java \
36 sun/text/bidi/BidiBase.java \
37 sun/text/bidi/BidiLine.java \
38 sun/text/bidi/BidiRun.java \
39 sun/text/CodePointIterator.java
/openjdk7/langtools/test/tools/javac/
H A DInnerMethSig.java33 import javax.swing.text.html.*;
34 import javax.swing.text.*;
/openjdk7/jdk/make/sun/text/
H A DFILES_java.gmk28 # languages in sun.text.resources as well as sun.util.resources.
31 # - make/java/text for classes in sun.text.resources
36 sun/text/resources/BreakIteratorInfo_th.java \
38 sun/text/resources/CollationData_ar.java \
39 sun/text/resources/CollationData_hi.java \
40 sun/text/resources/CollationData_iw.java \
41 sun/text/resources/CollationData_ja.java \
42 sun/text/resources/CollationData_ko.java \
43 sun/text/resource
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DStringCharacterIterator.java41 package java.text;
54 private String text; field in class:StringCharacterIterator
63 public StringCharacterIterator(String text) argument
65 this(text, 0);
71 * @param text The String to be iterated over
74 public StringCharacterIterator(String text, int pos) argument
76 this(text, 0, text.length(), pos);
83 * @param text The String to be iterated over
88 public StringCharacterIterator(String text, in argument
113 setText(String text) argument
[all...]
H A DCollationRules.java39 package java.text;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTabExpander.java25 package javax.swing.text;
41 * @param tabOffset the position within the text stream
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextRecord.java34 * Represents a region of text and context
37 public char[] text; field in class:TextRecord
43 public void init(char[] text, int start, int limit, int min, int max) { argument
44 this.text = text;
/openjdk7/jdk/src/share/classes/sun/text/resources/
H A DCollationData_de.java44 package sun.text.resources;
H A DCollationData_en.java44 package sun.text.resources;
H A DCollationData_it.java44 package sun.text.resources;
H A DCollationData_nl.java44 package sun.text.resources;
H A DCollationData_pt.java44 package sun.text.resources;
H A DFormatData_ar_AE.java43 package sun.text.resources;
H A DFormatData_ar_BH.java43 package sun.text.resources;
H A DFormatData_ar_DZ.java43 package sun.text.resources;
H A DFormatData_ar_EG.java44 package sun.text.resources;
H A DFormatData_ar_IQ.java43 package sun.text.resources;
H A DFormatData_ar_KW.java43 package sun.text.resources;

Completed in 44 milliseconds

1234567891011>>