public static class GuiEditArrayEntries.DoubleEntry extends GuiEditArrayEntries.StringEntry
textFieldValuebtnAddNewEntryAbove, btnRemoveEntry, configElement, isValidated, isValidValue, owningEntryList, owningScreen| Constructor and Description |
|---|
DoubleEntry(GuiEditArray owningScreen,
GuiEditArrayEntries owningEntryList,
IConfigElement configElement,
java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getValue() |
void |
keyTyped(char eventChar,
int eventKey) |
drawEntry, mouseClicked, updateCursorCounterdrawToolTip, isValueSavable, mousePressed, mouseReleasedpublic DoubleEntry(GuiEditArray owningScreen, GuiEditArrayEntries owningEntryList, IConfigElement configElement, java.lang.Double value)
public void keyTyped(char eventChar,
int eventKey)
keyTyped in interface GuiEditArrayEntries.IArrayEntrykeyTyped in class GuiEditArrayEntries.StringEntrypublic java.lang.Double getValue()
getValue in interface GuiEditArrayEntries.IArrayEntrygetValue in class GuiEditArrayEntries.StringEntry