Uses of Class
heronarts.glx.ui.component.UIItemList.Item
Packages that use UIItemList.Item
-
Uses of UIItemList.Item in heronarts.glx.ui.component
Subclasses of UIItemList.Item in heronarts.glx.ui.componentModifier and TypeClassDescriptionstatic class
A section is an item in the list that indents the items beneath it.Methods in heronarts.glx.ui.component that return UIItemList.ItemModifier and TypeMethodDescriptionUIItemList.BasicList.getFocusedItem()
UIItemList.getFocusedItem()
Retrieves the currently focused item in the list.UIItemList.ScrollList.getFocusedItem()
Methods in heronarts.glx.ui.component that return types with arguments of type UIItemList.ItemModifier and TypeMethodDescriptionList<? extends UIItemList.Item>
UIItemList.BasicList.getItems()
List<? extends UIItemList.Item>
UIItemList.getItems()
Get the items in the listList<? extends UIItemList.Item>
UIItemList.ScrollList.getItems()
Methods in heronarts.glx.ui.component with parameters of type UIItemList.ItemModifier and TypeMethodDescriptionUIItemList.addItem
(int index, UIItemList.Item item) Adds an item to the list at the given indexUIItemList.addItem
(UIItemList.Item item) Adds an item to the listUIItemList.BasicList.addItem
(int index, UIItemList.Item item) UIItemList.BasicList.addItem
(UIItemList.Item item) UIItemList.ScrollList.addItem
(int index, UIItemList.Item item) UIItemList.ScrollList.addItem
(UIItemList.Item item) UIItemList.BasicList.moveItem
(UIItemList.Item item, int index) UIItemList.moveItem
(UIItemList.Item item, int index) Moves an item to another location in the listUIItemList.ScrollList.moveItem
(UIItemList.Item item, int index) void
UIItemList.Listener.onItemActivated
(UIItemList.Item item) void
UIItemList.Listener.onItemDeactivated
(UIItemList.Item item) void
UIItemList.Listener.onItemFocused
(UIItemList.Item item) UIItemList.BasicList.removeItem
(UIItemList.Item item) UIItemList.removeItem
(UIItemList.Item item) Removes an item from the listUIItemList.ScrollList.removeItem
(UIItemList.Item item) Method parameters in heronarts.glx.ui.component with type arguments of type UIItemList.ItemModifier and TypeMethodDescriptionUIItemList.BasicList.setItems
(List<? extends UIItemList.Item> items) UIItemList.ScrollList.setItems
(List<? extends UIItemList.Item> items) UIItemList.setItems
(List<? extends UIItemList.Item> items) Sets the items in the list and redraws it