Package com.biglybt.ui.swt.config
Interface SwtParameter<VALUETYPE>
- All Known Implementing Classes:
BaseSwtParameter
,BaseSwtStringParameter
,BooleanSwtParameter
,ButtonSwtParameter
,ColorSwtParameter
,ConfigView.GroupSWTParameter
,DirectorySwtParameter
,FileSwtParameter
,FloatSwtParameter
,IconSwtParameter
,InfoSwtParameter
,IntListSwtParameter
,IntRadioListSwtParameter
,IntSwtParameter
,LinkSwtParameter
,PasswordSwtParameter
,StringAreaSwtParameter
,StringListSwtParameter
,StringSwtParameter
,TextAreaSwtParameter
,UISWTParameter
public interface SwtParameter<VALUETYPE>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.eclipse.swt.widgets.Control[]
org.eclipse.swt.widgets.Control
getValue()
void
Parameter has changed.boolean
void
setEnabled
(boolean enabled) void
setLayoutData
(Object layoutData) void
void
setVisible
(boolean visible)
-
Field Details
-
DEBUG
static final boolean DEBUG- See Also:
-
-
Method Details
-
informChanged
void informChanged()Parameter has changed. Should probably refreshControl any UI components -
setLayoutData
-
getMainControl
org.eclipse.swt.widgets.Control getMainControl() -
getControls
org.eclipse.swt.widgets.Control[] getControls() -
setEnabled
void setEnabled(boolean enabled) -
isDisposed
boolean isDisposed() -
setValue
-
getValue
VALUETYPE getValue() -
getParamID
String getParamID() -
setVisible
void setVisible(boolean visible) -
debug
-