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 TypeMethodDescriptionvoid
attach
(JComponent panel, GridBagConstraints gbc) int
int
getTop()
int
getValue()
void
setBottom
(int bottom) void
setReadOnly
(boolean state) void
setTop
(int top) void
setValue
(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:
setReadOnly
in 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()
-