|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
---|---|
pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
pivot.wtk.text | Contains classes representing a text object model. |
Uses of Document in pivot.wtk |
---|
Methods in pivot.wtk that return Document | |
---|---|
Document |
TextArea.getDocument()
|
Methods in pivot.wtk with parameters of type Document | |
---|---|
void |
TextAreaListener.documentChanged(TextArea textArea,
Document previousDocument)
Called when a text area's document has changed. |
void |
TextAreaListener.Adapter.documentChanged(TextArea textArea,
Document previousDocument)
|
void |
TextArea.setDocument(Document document)
|
Uses of Document in pivot.wtk.skin |
---|
Methods in pivot.wtk.skin with parameters of type Document | |
---|---|
void |
TextAreaSkin.documentChanged(TextArea textArea,
Document previousDocument)
|
Constructors in pivot.wtk.skin with parameters of type Document | |
---|---|
TextAreaSkin.DocumentView(Document document)
|
Uses of Document in pivot.wtk.text |
---|
Methods in pivot.wtk.text that return Document | |
---|---|
Document |
PlainTextSerializer.readObject(InputStream inputStream)
|
Document |
PlainTextSerializer.readObject(Reader reader)
|
Methods in pivot.wtk.text with parameters of type Document | |
---|---|
String |
PlainTextSerializer.getMIMEType(Document document)
|
void |
PlainTextSerializer.writeObject(Document document,
OutputStream outputStream)
|
void |
PlainTextSerializer.writeObject(Document document,
Writer writer)
|
Constructors in pivot.wtk.text with parameters of type Document | |
---|---|
Document(Document document,
boolean recursive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |