|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document | |
|---|---|
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.opengl.gui.text | |
| Uses of Document in com.threerings.opengl.gui |
|---|
| Methods in com.threerings.opengl.gui that return Document | |
|---|---|
Document |
EditableTextComponent.getDocument()
Returns the underlying document used by this text field to maintain its state. |
| Methods in com.threerings.opengl.gui with parameters of type Document | |
|---|---|
void |
EditableTextComponent.setDocument(Document document)
Configures this text field with a custom document. |
void |
EditableTextComponent.textInserted(Document document,
int offset,
int length)
|
void |
EditableTextComponent.textRemoved(Document document,
int offset,
int length)
|
| Uses of Document in com.threerings.opengl.gui.text |
|---|
| Subclasses of Document in com.threerings.opengl.gui.text | |
|---|---|
class |
IntegerDocument
A document for use with a TextField that allows only integer
numeric input. |
class |
LengthLimitedDocument
A document for use with a TextField that limits the input to a
maximum length. |
| Methods in com.threerings.opengl.gui.text with parameters of type Document | |
|---|---|
void |
Document.Listener.textInserted(Document document,
int offset,
int length)
Called when text is inserted into a document. |
void |
Document.Listener.textRemoved(Document document,
int offset,
int length)
Called when text is removed from a document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||