public static class GuiEditArrayEntries.StringEntry extends GuiEditArrayEntries.BaseEntry
| Modifier and Type | Field and Description |
|---|---|
protected GuiTextField |
textFieldValue |
btnAddNewEntryAbove, btnRemoveEntry, configElement, isValidated, isValidValue, owningEntryList, owningScreen| Constructor and Description |
|---|
GuiEditArrayEntries.StringEntry(GuiEditArray owningScreen,
GuiEditArrayEntries owningEntryList,
IConfigElement configElement,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
Tessellator tessellator,
int mouseX,
int mouseY,
boolean isSelected) |
java.lang.Object |
getValue() |
void |
keyTyped(char eventChar,
int eventKey) |
void |
mouseClicked(int x,
int y,
int mouseEvent) |
void |
updateCursorCounter() |
drawToolTip, isValueSavable, mousePressed, mouseReleasedprotected final GuiTextField textFieldValue
public GuiEditArrayEntries.StringEntry(GuiEditArray owningScreen, GuiEditArrayEntries owningEntryList, IConfigElement configElement, java.lang.Object value)
public void drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
Tessellator tessellator,
int mouseX,
int mouseY,
boolean isSelected)
drawEntry in interface GuiListExtended.IGuiListEntrydrawEntry in class GuiEditArrayEntries.BaseEntrypublic void keyTyped(char eventChar,
int eventKey)
keyTyped in interface GuiEditArrayEntries.IArrayEntrykeyTyped in class GuiEditArrayEntries.BaseEntrypublic void updateCursorCounter()
updateCursorCounter in interface GuiEditArrayEntries.IArrayEntryupdateCursorCounter in class GuiEditArrayEntries.BaseEntrypublic void mouseClicked(int x,
int y,
int mouseEvent)
mouseClicked in interface GuiEditArrayEntries.IArrayEntrymouseClicked in class GuiEditArrayEntries.BaseEntrypublic java.lang.Object getValue()
getValue in interface GuiEditArrayEntries.IArrayEntrygetValue in class GuiEditArrayEntries.BaseEntry