File
Doc
Category
Size
Date
Package
UIComponent.java
API Doc
Azureus 3.0.3.4
1741
Thu Feb 09 19:43:08 GMT 2006
org.gudy.azureus2.plugins.ui.components
UIComponent
public interface UIComponent
author
parg
Fields Summary
public static final String
PT_ENABLED
public static final String
PT_VALUE
public static final String
PT_VISIBLE
Constructors Summary
Methods Summary
public void
addPropertyChangeListener
(
UIPropertyChangeListener
l)
public
boolean
getEnabled
()
public
java.lang.Object
getProperty
(
java.lang.String
property_type)
public
boolean
getVisible
()
public void
removePropertyChangeListener
(
UIPropertyChangeListener
l)
public void
setEnabled
(
boolean
enabled)
public void
setProperty
(
java.lang.String
property_type,
java.lang.Object
property_value)
public void
setVisible
(
boolean
visible)
Java Code Source