public static interface GuiEditArrayEntries.IArrayEntry extends GuiListExtended.IGuiListEntry
| Modifier and Type | Method and Description | 
|---|---|
| void | drawToolTip(int mouseX,
           int mouseY) | 
| java.lang.Object | getValue() | 
| boolean | isValueSavable() | 
| void | keyTyped(char eventChar,
        int eventKey) | 
| void | mouseClicked(int x,
            int y,
            int mouseEvent) | 
| void | updateCursorCounter() | 
drawEntry, mousePressed, mouseReleased, setSelectedvoid keyTyped(char eventChar,
              int eventKey)
void updateCursorCounter()
void mouseClicked(int x,
                  int y,
                  int mouseEvent)
void drawToolTip(int mouseX,
                 int mouseY)
boolean isValueSavable()
java.lang.Object getValue()