public class TifDescriptor extends SettingDescriptor
| Constructor and Description |
|---|
TifDescriptor(java.lang.String name,
java.lang.String label,
Enums.TIF defaultValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
createInput(Settings settings,
boolean readOnly)
Creates the component that will accept the user input.
|
Enums.TIF |
getDefaultValue()
Gets the default value for this setting.
|
getGridWidth, getLabel, getName, isAllowUserDefaults, isDisplaySetting, isEnabled, isShowLabel, isSupportsDisable, setAllowUserDefaults, setDefaultValue, setEnabled, setGridWidth, setShowLabel, setSupportsDisablepublic TifDescriptor(java.lang.String name,
java.lang.String label,
Enums.TIF defaultValue)
name - label - defaultValue - public Enums.TIF getDefaultValue()
SettingDescriptorgetDefaultValue in class SettingDescriptorpublic javax.swing.JComponent createInput(Settings settings, boolean readOnly)
SettingDescriptorcreateInput in class SettingDescriptorsettings - settings for the studyreadOnly - true if the component should not accept user input