Package com.biglybt.pif.ui.components
Interface UIButton
-
- All Superinterfaces:
UIComponent
- All Known Implementing Classes:
UIButtonImpl
public interface UIButton extends UIComponent
-
-
Field Summary
-
Fields inherited from interface com.biglybt.pif.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_SELECTED, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
java.lang.String
getName()
void
setLabel(java.lang.String label)
void
setName(java.lang.String name)
-
Methods inherited from interface com.biglybt.pif.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
-
-