|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentProducerContext | |
---|---|
org.jhotdraw.contrib.html |
Uses of ContentProducerContext in org.jhotdraw.contrib.html |
---|
Subinterfaces of ContentProducerContext in org.jhotdraw.contrib.html | |
---|---|
interface |
AttributeContentProducerContext
AttributeContentProducerContext defines the interface required of clients requesting contents from AttributeFigures oriented ContentProducers. |
interface |
FigureContentProducerContext
FigureContentProducerContext defines the interface required of clients requesting contents for Figure oriented ContentProducers. |
interface |
HTMLContentProducerContext
HTMLContentProducerContext defines the interface required of clients requesting HTML based contents. |
Classes in org.jhotdraw.contrib.html that implement ContentProducerContext | |
---|---|
class |
HTMLTextAreaFigure
An HTMLTextAreaFigure contains HTML formatted text. |
Methods in org.jhotdraw.contrib.html with parameters of type ContentProducerContext | |
---|---|
java.lang.Object |
URLContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Retrieves the contents of the URL pointed object |
java.lang.Object |
TextHolderContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Gets the text from the text figure |
java.lang.Object |
ResourceContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Gets the content attribute of the ResourceContentProducer object |
java.lang.Object |
HTMLContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Gets the HTML content value for the requested attribute |
java.lang.Object |
HTMLColorContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Produces the contents for the color |
java.lang.Object |
FigureDataContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Produces the contents for the figure |
java.lang.Object |
ContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Produces the contents |
java.lang.Object |
ColorContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Produces the contents for the color |
java.lang.Object |
AttributeFigureContentProducer.getContent(ContentProducerContext context,
java.lang.String ctxAttrName,
java.lang.Object ctxAttrValue)
Produces the contents for the attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |