From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../mods/fml/client/config/GuiSelectString.html | 510 --------------------- 1 file changed, 510 deletions(-) delete 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 deleted file mode 100644 index 40123e6..0000000 --- a/javadoc/cpw/mods/fml/client/config/GuiSelectString.html +++ /dev/null @@ -1,510 +0,0 @@ - - - - - -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