public class SelectBox.SelectBoxScrollablePanel extends ScrollablePanel<SelectBox.SelectBoxElement>
Constructor and Description |
---|
SelectBoxScrollablePanel()
Default constructor.
|
SelectBoxScrollablePanel(float x,
float y,
float width,
float height)
Constructor with position and size parameters.
|
SelectBoxScrollablePanel(org.joml.Vector2f position,
org.joml.Vector2f size)
Constructor with position and size parameters.
|
equals, getContainer, getHorizontalScrollBar, getVerticalScrollBar, getViewport, hashCode, resize, setContainer, setHorizontalScrollBar, setVerticalScrollBar, toString, updateViewport
add, addAll, clearChilds, containerIterator, contains, containsAll, count, forEach, getAbsolutePosition, getBackgroundColor, getBorder, getChilds, getCornerRadius, getFocusedStrokeColor, getIntersector, getListenerMap, getMetadata, getParent, getPosition, getSize, getTooltip, intersects, isEmpty, isEnabled, isFocused, isHovered, isPressed, isVisible, parallelStream, remove, removeAll, removeIf, setBackgroundColor, setBackgroundColor, setBorder, setCornerRadius, setEnabled, setFocused, setFocusedStrokeColor, setFocusedStrokeColor, setHovered, setIntersector, setListenerMap, setParent, setPosition, setPosition, setPressed, setSize, setSize, setTooltip, setVisible, stream
public SelectBoxScrollablePanel()
Also if you want to make it easy to use with Json marshaller/unmarshaller component should contain empty constructor.
public SelectBoxScrollablePanel(float x, float y, float width, float height)
x
- x position position in parent component.y
- y position position in parent component.width
- width of component.height
- height of component.public SelectBoxScrollablePanel(org.joml.Vector2f position, org.joml.Vector2f size)
position
- position position in parent component.size
- size of component.