Package com.biglybt.pif.ui.components
Interface UIComponent
- All Known Subinterfaces:
UIButton
,UIProgressBar
,UITextArea
,UITextField
- All Known Implementing Classes:
UIButtonImpl
,UIComponentImpl
,UIProgressBarImpl
,UITextAreaImpl
,UITextAreaImpl
,UITextFieldImpl
public interface UIComponent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
getProperty
(String property_type) boolean
void
refresh()
void
void
void
setEnabled
(boolean enabled) void
setProperty
(String property_type, Object property_value) void
setVisible
(boolean visible)
-
Field Details
-
PT_ENABLED
- See Also:
-
PT_VALUE
- See Also:
-
PT_VISIBLE
- See Also:
-
PT_WIDTH_HINT
- See Also:
-
PT_HEIGHT_HINT
- See Also:
-
PT_SELECTED
- See Also:
-
-
Method Details
-
setEnabled
void setEnabled(boolean enabled) -
getEnabled
boolean getEnabled() -
setVisible
void setVisible(boolean visible) -
getVisible
boolean getVisible() -
setProperty
-
getProperty
-
addPropertyChangeListener
-
removePropertyChangeListener
-
refresh
void refresh() -
addRefreshListener
-
removeRefreshListener
-