org.gudy.azureus2.plugins.ui.components
Interface UIComponent
- All Known Subinterfaces:
- UIProgressBar, UITextArea, UITextField
- All Known Implementing Classes:
- UIComponentImpl, UIProgressBarImpl, UITextAreaImpl, UITextAreaImpl, UITextFieldImpl
public interface UIComponent
- Author:
- parg
PT_ENABLED
static final String PT_ENABLED
- See Also:
- Constant Field Values
PT_VALUE
static final String PT_VALUE
- See Also:
- Constant Field Values
PT_VISIBLE
static final String PT_VISIBLE
- See Also:
- Constant Field Values
PT_WIDTH_HINT
static final String PT_WIDTH_HINT
- See Also:
- Constant Field Values
PT_HEIGHT_HINT
static final String PT_HEIGHT_HINT
- See Also:
- Constant Field Values
setEnabled
void setEnabled(boolean enabled)
getEnabled
boolean getEnabled()
setVisible
void setVisible(boolean visible)
getVisible
boolean getVisible()
setProperty
void setProperty(String property_type,
Object property_value)
getProperty
Object getProperty(String property_type)
addPropertyChangeListener
void addPropertyChangeListener(UIPropertyChangeListener l)
removePropertyChangeListener
void removePropertyChangeListener(UIPropertyChangeListener l)