Class ListView.ListItemView
java.lang.Object
org.rusherhack.client.api.ui.window.content.WindowContent
org.rusherhack.client.api.ui.window.view.WindowView
org.rusherhack.client.api.ui.window.view.SimpleView
org.rusherhack.client.api.ui.window.view.ScrollableView
org.rusherhack.client.api.ui.window.view.ListView.ListItemView
- All Implemented Interfaces:
org.rusherhack.core.interfaces.IClickable
,org.rusherhack.core.interfaces.IHoverable
,org.rusherhack.core.interfaces.INamed
,org.rusherhack.core.interfaces.IScrollable
,org.rusherhack.core.interfaces.ITickable
,org.rusherhack.core.interfaces.ITypeable
- Enclosing class:
- ListView<T extends ListItemContent>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rusherhack.client.api.ui.window.view.SimpleView
SimpleView.Alignment
-
Field Summary
Fields inherited from class org.rusherhack.client.api.ui.window.view.ScrollableView
dragDeltaY
Fields inherited from class org.rusherhack.client.api.ui.window.view.SimpleView
alignment, contentPadding, leftPadding, topPadding
Fields inherited from class org.rusherhack.client.api.ui.window.view.WindowView
contentList
Fields inherited from class org.rusherhack.client.api.ui.window.content.WindowContent
contextMenu, x, y
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rusherhack.client.api.ui.window.view.ScrollableView
getContentHeight, getScrollbar, getTopOffset, isDraggingScrollbarGrip, isScrollable, mouseReleased, mouseScrolled, renderViewContent, setDraggingGrip, shouldClampToBottom
Methods inherited from class org.rusherhack.client.api.ui.window.view.SimpleView
getLeftOffset, getViewHeight, getViewWidth, setAlignment, setContentPadding, setLeftPadding, setTopPadding, setViewWidthModifier
Methods inherited from class org.rusherhack.client.api.ui.window.view.WindowView
charTyped, getContent, getHandler, getName, getViewHandler, mouseClicked, renderContent, setContentList, setViewHeight, setViewWidth, tick, unfocus
Methods inherited from class org.rusherhack.client.api.ui.window.content.WindowContent
getContextMenu, getFontRenderer, getRenderer, getWindow, getX, getY, isHovered, setContextMenu, setX, setY
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.rusherhack.core.interfaces.INamed
getAliases, getDisplayName
-
Constructor Details
-
ListItemView
-
-
Method Details
-
keyTyped
public boolean keyTyped(int key, int scanCode, int modifiers) - Specified by:
keyTyped
in interfaceorg.rusherhack.core.interfaces.ITypeable
- Overrides:
keyTyped
in classWindowView
-
getListView
-
getWidth
public double getWidth()- Overrides:
getWidth
in classWindowView
-
getHeight
public double getHeight()- Overrides:
getHeight
in classWindowView
-