Package com.spinyowl.legui.component
Class SelectBox.SelectBoxScrollablePanel
java.lang.Object
com.spinyowl.legui.component.Component
com.spinyowl.legui.component.ScrollablePanel
com.spinyowl.legui.component.SelectBox.SelectBoxScrollablePanel
- All Implemented Interfaces:
Viewport,Serializable
Scrollable panel of selectbox.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.spinyowl.legui.component.ScrollablePanel
ScrollablePanel.ScrollablePanelContainer, ScrollablePanel.ScrollablePanelViewport -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.spinyowl.legui.component.ScrollablePanel
equals, getAnimation, getContainer, getHorizontalScrollBar, getVerticalScrollBar, getViewport, getViewportSize, getViewportViewSize, hashCode, isAutoResize, isHorizontalScrollBarVisible, isVerticalScrollBarVisible, setAnimation, setAutoResize, setContainer, setHorizontalScrollBar, setHorizontalScrollBarHeight, setHorizontalScrollBarVisible, setSize, setSize, setVerticalScrollBar, setVerticalScrollBarVisible, setVerticalScrollBarWidth, toStringMethods inherited from class com.spinyowl.legui.component.Component
add, add, addAll, clearChildComponents, containerIterator, contains, containsAll, count, forEach, getAbsolutePosition, getChildComponents, getFocusedStyle, getFrame, getHoveredStyle, getIntersector, getLayer, getListenerMap, getMetadata, getParent, getPosition, getPressedStyle, getSize, getStyle, getTabIndex, getTooltip, indexOfChild, intersects, isEmpty, isEnabled, isFocusable, isFocused, isHovered, isPressed, isTabFocusable, isVisible, keepRendering, keepRendering, parallelStream, remove, remove, removeAll, removeIf, setEnabled, setFocusable, setFocused, setHovered, setIntersector, setListenerMap, setParent, setPosition, setPosition, setPressed, setStyle, setTabFocusable, setTabIndex, setTooltip, stream
-
Constructor Details
-
SelectBoxScrollablePanel
public SelectBoxScrollablePanel()
-