Class ComboBoxComponent
java.lang.Object
org.rusherhack.client.api.ui.window.content.WindowContent
org.rusherhack.client.api.ui.window.content.component.ComboBoxComponent
- All Implemented Interfaces:
org.rusherhack.core.interfaces.IClickable,org.rusherhack.core.interfaces.IHoverable,org.rusherhack.core.interfaces.IScrollable,org.rusherhack.core.interfaces.ITickable,org.rusherhack.core.interfaces.ITypeable
-
Field Summary
Fields inherited from class org.rusherhack.client.api.ui.window.content.WindowContent
contextMenu, x, y -
Constructor Summary
ConstructorsConstructorDescriptionComboBoxComponent(Window window, Enum<?> enumConstant) ComboBoxComponent(Window window, String[] options) ComboBoxComponent(Window window, String[] options, int selected, Consumer<String> callback) -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char character) doubleString[]intdoublegetWidth()booleanisOpen()booleankeyTyped(int key, int scanCode, int modifiers) booleanmouseClicked(double mouseX, double mouseY, int button) booleanmouseScrolled(double mouseX, double mouseY, double delta) voidrenderContent(double mouseX, double mouseY, WindowView parent) voidsetCallback(Consumer<String> callback) voidsetHeight(double height) voidsetOpen(boolean open) voidsetSelected(int selected) voidunfocus()Called when the window loses focus.Methods inherited from class org.rusherhack.client.api.ui.window.content.WindowContent
getContextMenu, getFontRenderer, getRenderer, getWindow, getX, getY, isHovered, setContextMenu, setX, setYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.rusherhack.core.interfaces.IClickable
mouseReleasedMethods inherited from interface org.rusherhack.core.interfaces.ITickable
tick
-
Constructor Details
-
ComboBoxComponent
-
ComboBoxComponent
-
ComboBoxComponent
-
-
Method Details
-
renderContent
- Specified by:
renderContentin classWindowContent
-
unfocus
public void unfocus()Description copied from class:WindowContentCalled when the window loses focus. Should be used to unfocus things like text fields- Overrides:
unfocusin classWindowContent
-
getWidth
public double getWidth()- Specified by:
getWidthin classWindowContent
-
getHeight
public double getHeight()- Specified by:
getHeightin classWindowContent
-
setHeight
public void setHeight(double height) -
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) -
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double delta) -
charTyped
public boolean charTyped(char character) -
keyTyped
public boolean keyTyped(int key, int scanCode, int modifiers) -
getOptions
-
getSelectedOption
-
getSelected
public int getSelected() -
setSelected
public void setSelected(int selected) -
isOpen
public boolean isOpen() -
setOpen
public void setOpen(boolean open) -
getCallback
-
setCallback
-