|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.joseluismartin.gui.bind.AbstractControlAccessor
info.joseluismartin.gui.bind.TextComponentAccessor
public class TextComponentAccessor
ControlAccesor for JTextComponents.
ControlAccessor| Constructor Summary | |
|---|---|
TextComponentAccessor(Object control)
|
|
| Method Summary | |
|---|---|
void |
changedUpdate(DocumentEvent e)
|
JTextComponent |
getControl()
|
String |
getControlValue()
Gets the control value |
void |
insertUpdate(DocumentEvent e)
|
void |
removeUpdate(DocumentEvent e)
|
void |
setControlValue(Object value)
Sets the control value |
| Methods inherited from class info.joseluismartin.gui.bind.AbstractControlAccessor |
|---|
addControlChangeListener, convertIfNecessary, fireControlChange, isEnabled, isTextControl, removeControlChangeListener, setControl, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextComponentAccessor(Object control)
control - | Method Detail |
|---|
public String getControlValue()
getControlValue in interface ControlAccessorpublic void setControlValue(Object value)
setControlValue in interface ControlAccessorvalue - the value to setpublic JTextComponent getControl()
getControl in class AbstractControlAccessorpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||