From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../mods/fml/client/config/GuiSelectString.html | 510 +++++++++++++++++++++ 1 file changed, 510 insertions(+) create mode 100644 javadoc/cpw/mods/fml/client/config/GuiSelectString.html (limited to 'javadoc/cpw/mods/fml/client/config/GuiSelectString.html') diff --git a/javadoc/cpw/mods/fml/client/config/GuiSelectString.html b/javadoc/cpw/mods/fml/client/config/GuiSelectString.html new file mode 100644 index 0000000..40123e6 --- /dev/null +++ b/javadoc/cpw/mods/fml/client/config/GuiSelectString.html @@ -0,0 +1,510 @@ + + + + + +GuiSelectString (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.client.config
+

Class GuiSelectString

+
+
+ +
+
    +
  • +
    +
    +
    public class GuiSelectString
    +extends GuiScreen
    +
    This class provides a screen that allows the user to select a value from a list.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        parentScreen

        +
        protected GuiScreen parentScreen
        +
      • +
      + + + + + + + +
        +
      • +

        titleLine2

        +
        protected java.lang.String titleLine2
        +
      • +
      + + + +
        +
      • +

        titleLine3

        +
        protected java.lang.String titleLine3
        +
      • +
      + + + +
        +
      • +

        slotIndex

        +
        protected int slotIndex
        +
      • +
      + + + +
        +
      • +

        beforeValue

        +
        public final java.lang.Object beforeValue
        +
      • +
      + + + +
        +
      • +

        currentValue

        +
        public java.lang.Object currentValue
        +
      • +
      + + + +
        +
      • +

        enabled

        +
        protected boolean enabled
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiSelectString

        +
        public GuiSelectString(GuiScreen parentScreen,
        +               IConfigElement configElement,
        +               int slotIndex,
        +               java.util.Map<java.lang.Object,java.lang.String> selectableValues,
        +               java.lang.Object currentValue,
        +               boolean enabled)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initGui

        +
        public void initGui()
        +
        +
        Overrides:
        +
        initGui in class GuiScreen
        +
        +
      • +
      + + + + + + + +
        +
      • +

        mouseMovedOrUp

        +
        protected void mouseMovedOrUp(int x,
        +                  int y,
        +                  int mouseEvent)
        +
        +
        Overrides:
        +
        mouseMovedOrUp in class GuiScreen
        +
        +
      • +
      + + + +
        +
      • +

        drawScreen

        +
        public void drawScreen(int par1,
        +              int par2,
        +              float par3)
        +
        +
        Overrides:
        +
        drawScreen in class GuiScreen
        +
        +
      • +
      + + + +
        +
      • +

        drawToolTip

        +
        public void drawToolTip(java.util.List stringList,
        +               int x,
        +               int y)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3