|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.richclient.components.SliderLabelFactory
public class SliderLabelFactory
Factory that creates a hashmap for use with a JSlider and its labelMap.
| Constructor Summary | |
|---|---|
SliderLabelFactory()
Creates a new SliderLabelFactory |
|
| Method Summary | |
|---|---|
Hashtable<Integer,JLabel> |
getSliderLabels()
Gets a map with integer values with the corresponding JLabel for that value |
void |
setLabels(Map<Integer,String> labels)
Sets the string labels for specific values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SliderLabelFactory()
| Method Detail |
|---|
public void setLabels(Map<Integer,String> labels)
public Hashtable<Integer,JLabel> getSliderLabels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||