|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl org.gudy.azureus2.pluginsimpl.local.ui.components.UITextFieldImpl
public class UITextFieldImpl
Field Summary |
---|
Fields inherited from class org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl |
---|
listeners, properties |
Fields inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent |
---|
PT_ENABLED, PT_HEIGHT_HINT, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT |
Constructor Summary | |
---|---|
UITextFieldImpl()
|
Method Summary | |
---|---|
java.lang.String |
getText()
|
void |
setText(java.lang.String text)
Setting values results in a PT_VALUE property change with a String value |
Methods inherited from class org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl |
---|
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent |
---|
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible |
Constructor Detail |
---|
public UITextFieldImpl()
Method Detail |
---|
public void setText(java.lang.String text)
UITextField
setText
in interface UITextField
public java.lang.String getText()
getText
in interface UITextField
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |