edu.wisc.ssec.mcidasv.startupmanager.options
Interface Option

All Known Implementing Classes:
AbstractOption, BooleanOption, DirectoryOption, LoggerLevelOption, MemoryOption, SliderOption, TextOption

public interface Option


Method Summary
 void fromPrefsFormat(String text)
           
 JComponent getComponent()
           
 String getLabel()
           
 String getOptionId()
           
 OptionMaster.OptionPlatform getOptionPlatform()
           
 OptionMaster.Type getOptionType()
           
 OptionMaster.Visibility getOptionVisibility()
           
 String getValue()
           
 void setValue(String newValue)
           
 String toPrefsFormat()
           
 String toString()
           
 

Method Detail

fromPrefsFormat

void fromPrefsFormat(String text)

getComponent

JComponent getComponent()

getLabel

String getLabel()

getOptionId

String getOptionId()

getOptionPlatform

OptionMaster.OptionPlatform getOptionPlatform()

getOptionType

OptionMaster.Type getOptionType()

getOptionVisibility

OptionMaster.Visibility getOptionVisibility()

getValue

String getValue()

setValue

void setValue(String newValue)

toPrefsFormat

String toPrefsFormat()

toString

String toString()
Overrides:
toString in class Object