Searched defs:Content (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/server/
H A DContent.java49 interface Content extends Sendable { interface in inherits:Sendable
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DContent.java31 abstract class Content { class
32 private Content next;
37 final Content getNext() {
44 * A {@link Content} object is so light-weight that
46 * So the caller needs to "remind" a {@link Content}
49 final void setNext(Document doc,Content next) {
64 * Returns true if this {@link Content} can guarantee that
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DContent.java35 public abstract class Content { class
53 public abstract void addContent(Content content);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEEvent.java95 static final class Content extends MIMEEvent { class in class:MIMEEvent
98 Content(ByteBuffer buf) { method in class:MIMEEvent.Content
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java81 * than the length of the Content. If you create your own Content, be
108 protected AbstractDocument(Content data) {
119 protected AbstractDocument(Content data, AttributeContext context) {
624 // only fire undo if Content implementation supports it
750 // only fire undo if Content implementation supports it
990 * method is called before the text is actually removed from the Content.
1002 * method is called after the text has been removed from the Content.
1255 protected final Content getContent() {
1495 private Content dat
1586 public interface Content { interface in class:AbstractDocument
[all...]

Completed in 56 milliseconds