|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ReloadWidget behaviour Interface
Method Summary | |
void |
addDocumentListener(javax.swing.event.DocumentListener dl)
Add a Document Listener |
java.lang.String |
getTextValue()
Get the value of this Widget |
void |
insertTextValue(java.lang.String text)
Insert some text |
boolean |
isSingleLine()
Determine whether this widget only needs a single line to display itself |
void |
removeDocumentListener(javax.swing.event.DocumentListener dl)
Remove a Document Listener |
void |
setMaxLength(int maxLength)
Set the max length of the Widget |
void |
setTextValue(java.lang.String text)
Set the text value of the Widget |
Method Detail |
public java.lang.String getTextValue()
public void setTextValue(java.lang.String text)
text
- the value to be set for this widgetpublic void insertTextValue(java.lang.String text)
text
- the text to be insertedpublic void setMaxLength(int maxLength)
maxLength
- the max length of the widgetpublic boolean isSingleLine()
public void addDocumentListener(javax.swing.event.DocumentListener dl)
dl
- the DocumentListener to addpublic void removeDocumentListener(javax.swing.event.DocumentListener dl)
dl
- the DocumentListener to remove
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |