| java.lang.Object com.salmonllc.swing.SOption
SOption | public class SOption (Code) | | This type is used for the options in the SComboBox, SCheckBox, SList, SToggleButton, etc. It contains an internal key value, but display an external display value.
|
SOption | public SOption()(Code) | | This method is the default Constructor
|
equals | public boolean equals(Object o)(Code) | | Returns true if the object.toString() passed equals the key value
|
getDisplay | public String getDisplay()(Code) | | Returns the display value.
|
setDisplay | public void setDisplay(String display)(Code) | | Sets the display value.
|
setKey | public void setKey(String key)(Code) | | Sets the key value.
|
|
|