public class TimeFrameDescriptor extends SettingDescriptor
| Constructor and Description |
|---|
TimeFrameDescriptor(java.lang.String name,
java.lang.String label,
int startTime,
int endTime,
boolean enabled,
boolean supportsDisable) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
createInput(Settings settings,
boolean readOnly)
Creates the component that will accept the user input.
|
TimeFrame |
getDefaultValue()
Gets the default value for this setting.
|
int |
getEndTime() |
int |
getStartTime() |
getGridWidth, getLabel, getName, isAllowUserDefaults, isDisplaySetting, isEnabled, isShowLabel, isSupportsDisable, setAllowUserDefaults, setDefaultValue, setEnabled, setGridWidth, setShowLabel, setSupportsDisablepublic TimeFrameDescriptor(java.lang.String name,
java.lang.String label,
int startTime,
int endTime,
boolean enabled,
boolean supportsDisable)
public TimeFrame 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 inputpublic int getStartTime()
public int getEndTime()