GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type javax.swing.text.Document | |
Document | getDocument
|
Constructors with parameter type javax.swing.text.Document | |
Creates a JPasswordField object.
| |
Creates a new JTextArea object.
| |
Creates a new JTextArea object.
| |
Creates a new instance of JTextField .
|
Methods with parameter type javax.swing.text.Document | |
void | Associates this JFormattedTextField with a Document and propagates
a PropertyChange event to each listener.
|
void | Sets the document to be used for this JTextField.
|
void | Sets the content model for this JTextPane .
|
Methods with return type javax.swing.text.Document | |
Document | Creates the default document model.
|
Document | Creates the default model for this text field.
|
Classes implementing javax.swing.text.Document | |
class | Represents the HTML document that is constructed by defining the text and
other components (images, buttons, etc) in HTML language. |
Methods with parameter type javax.swing.text.Document | |
void | Inserts content from the given stream. |
void | Writes content from a document to the given stream in
an appropriate format.
|
Methods with return type javax.swing.text.Document | |
Document | Create a text storage model for this type of editor.
|
Methods with parameter type javax.swing.text.Document | |
void | Reads RTF data from stream into doc at the
specified position pos .
|
void | Reads RTF data from reader into doc at the
specified position pos .
|
Classes implementing javax.swing.text.Document | |
class | An abstract base implementation for the Document interface.
|
class | The default implementation of StyledDocument . |
class | A simple document class which maps lines to Element s.
|
Constructors with parameter type javax.swing.text.Document | |
Create a new AbstractWriter with the indicated Writer and
Document. | |
Create a new AbstractWriter with the indicated Writer and
Document. | |
Create a new ElementIterator to iterate over the given document.
|
Methods with parameter type javax.swing.text.Document | |
void | Reads a document of the supported content type from an InputStream
into the actual Document object.
|
void | |
void | |
void | |
void | |
void | Writes the Document (or a fragment of the
Document ) to an OutputStream in the
supported content type format.
|
void | |
void | Writes the Document (or a fragment of the
Document ) to a Writer in the
supported content type format.
|
void |
Methods with return type javax.swing.text.Document | |
Document | Creates the default Document that this EditorKit
supports. |
Document | |
Document | Creates the default Document supported by this
EditorKit . |
Document | Returns the Document to which this element belongs.
|
Document | Returns the document that has been modified.
|
Document | Return this writer's Document.
|
Document | |
Document | |
Document | |
Document |
GNU Classpath (0.95) |