|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.webinsel.util.swing.DecimalInput
info.bioinfweb.treegraph.gui.dialogs.DecimalUnitInput
info.bioinfweb.treegraph.gui.dialogs.DistanceValueInput
public class DistanceValueInput
| Field Summary | |
|---|---|
static String |
UNIT_MILLIMETERS
|
static String |
UNIT_POINTS
|
| Fields inherited from class info.webinsel.util.swing.DecimalInput |
|---|
DOUBLE_FORMAT, FLOAT_FORMAT, INTEGER_FORMAT |
| Constructor Summary | |
|---|---|
DistanceValueInput(String labelText,
JPanel panel,
int y)
|
|
| Method Summary | |
|---|---|
void |
assignValueTo(DistanceValue distanceValue)
Assigns the current value of the text-field to the given DistanceValue. |
protected void |
customizeComboBox(JComboBox comboBox)
|
DistanceValue |
getValue()
|
void |
setValue(DistanceValue distanceValue)
Assigns the given value to the text-field. |
| Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.DecimalUnitInput |
|---|
getComboBox, setEnabled |
| Methods inherited from class info.webinsel.util.swing.DecimalInput |
|---|
createLabelTable, getChangeMonitor, getDecimalFormat, getLabel, getTextField, parseDouble, parseFloat, parseInt, parseLong, setDecimalFormatStr, setValue, setValue, setValue, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String UNIT_MILLIMETERS
public static final String UNIT_POINTS
| Constructor Detail |
|---|
public DistanceValueInput(String labelText,
JPanel panel,
int y)
| Method Detail |
|---|
protected void customizeComboBox(JComboBox comboBox)
customizeComboBox in class DecimalUnitInputpublic void setValue(DistanceValue distanceValue)
distanceValue - public void assignValueTo(DistanceValue distanceValue)
DistanceValue.
distanceValue - public DistanceValue getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||