public class MultiWidgetParams extends Object
Constructor and Description |
---|
MultiWidgetParams(String label,
int startBit)
Use this constructor for JCheckBox widgets
|
MultiWidgetParams(String label,
int startBit,
int endBit,
String[] options) |
Modifier and Type | Method and Description |
---|---|
protected void |
calculateBitmask() |
protected int |
getBitmask() |
protected int |
getEndBit() |
protected int |
getIndex() |
protected String |
getLabel() |
protected String[] |
getOptions() |
protected int |
getRealValue(int value) |
protected int |
getStartBit() |
protected boolean |
isCheckBox() |
protected void |
setIndex(int index) |
public MultiWidgetParams(String label, int startBit)
label
- The text of the JCheckBoxstartBit
- The starting bit (0 - 7)protected void calculateBitmask()
protected String getLabel()
protected boolean isCheckBox()
protected int getStartBit()
protected int getEndBit()
protected int getBitmask()
protected String[] getOptions()
protected int getRealValue(int value)
protected int getIndex()
protected void setIndex(int index)
Copyright © 2014. All Rights Reserved.