|
||||||||||
| 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
public abstract class DecimalUnitInput
| Field Summary | |
|---|---|
private JComboBox |
comboBox
|
| Fields inherited from class info.webinsel.util.swing.DecimalInput |
|---|
DOUBLE_FORMAT, FLOAT_FORMAT, INTEGER_FORMAT |
| Constructor Summary | |
|---|---|
DecimalUnitInput(String labelText,
JPanel panel,
int y)
|
|
DecimalUnitInput(String labelText,
JPanel panel,
int x,
int y)
|
|
| Method Summary | |
|---|---|
protected abstract void |
customizeComboBox(JComboBox comboBox)
|
JComboBox |
getComboBox()
|
void |
setEnabled(boolean enabled)
|
| 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 |
|---|
private JComboBox comboBox
| Constructor Detail |
|---|
public DecimalUnitInput(String labelText,
JPanel panel,
int y)
public DecimalUnitInput(String labelText,
JPanel panel,
int x,
int y)
| Method Detail |
|---|
public JComboBox getComboBox()
public void setEnabled(boolean enabled)
setEnabled in class info.webinsel.util.swing.DecimalInputprotected abstract void customizeComboBox(JComboBox comboBox)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||