Class UIButtonImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.ui.components.UIComponentImpl
-
- com.biglybt.pifimpl.local.ui.components.UIButtonImpl
-
- All Implemented Interfaces:
UIButton
,UIComponent
public class UIButtonImpl extends UIComponentImpl implements UIButton
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
label
private java.lang.String
name
-
Fields inherited from class com.biglybt.pifimpl.local.ui.components.UIComponentImpl
listeners, properties
-
Fields inherited from interface com.biglybt.pif.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_SELECTED, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
-
-
Constructor Summary
Constructors Constructor Description UIButtonImpl()
-
Method Summary
All Methods Instance Methods Concrete 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 class com.biglybt.pifimpl.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 com.biglybt.pif.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
-
-