Class SelectSlider
java.lang.Object
com.marginallyclever.donatello.select.Select
com.marginallyclever.donatello.select.SelectSlider
-
Constructor Summary
ConstructorsConstructorDescriptionSelectSlider(String internalName, String labelKey, int top, int bottom, int defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidattach(JComponent panel, GridBagConstraints gbc) intintgetTop()intgetValue()voidsetBottom(int bottom) voidsetReadOnly(boolean state) voidsetTop(int top) voidsetValue(int v) Methods inherited from class com.marginallyclever.donatello.select.Select
addSelectListener, getName, removeSelectListener, setName
-
Constructor Details
-
SelectSlider
-
-
Method Details
-
attach
-
setReadOnly
public void setReadOnly(boolean state) - Specified by:
setReadOnlyin classSelect
-
getValue
public int getValue() -
setValue
public void setValue(int v) -
setTop
public void setTop(int top) -
setBottom
public void setBottom(int bottom) -
getTop
public int getTop() -
getBottom
public int getBottom()
-