Uses of Interface
de.rcblum.stream.deck.items.StreamItem
Packages that use StreamItem
Package
Description
-
Uses of StreamItem in de.rcblum.stream.deck
Methods in de.rcblum.stream.deck with parameters of type StreamItemModifier and TypeMethodDescriptionvoidStreamDeckController.onIconUpdate(StreamItem source, boolean animationChanged) Updates the display data.
BUGFIXES:
#1 - Changed if query to work with proxy items (skeletons encasing the real item(s))voidStreamDeckController.setRoot(StreamItem root) Sets a new root folder and opens itConstructors in de.rcblum.stream.deck with parameters of type StreamItemModifierConstructorDescriptionStreamDeckController(IStreamDeck streamDeck, StreamItem root) Creates the StreamDeckController with a root folder and the ESD -
Uses of StreamItem in de.rcblum.stream.deck.device
Methods in de.rcblum.stream.deck.device that return StreamItemMethods in de.rcblum.stream.deck.device with parameters of type StreamItem -
Uses of StreamItem in de.rcblum.stream.deck.device.general
Methods in de.rcblum.stream.deck.device.general with parameters of type StreamItemModifier and TypeMethodDescriptionvoidIStreamDeck.addKey(int keyId, StreamItem item) Adds aStreamKeyListenerto the given indexvoidSoftStreamDeck.addKey(int keyId, StreamItem item) -
Uses of StreamItem in de.rcblum.stream.deck.items
Classes in de.rcblum.stream.deck.items that implement StreamItemModifier and TypeClassDescriptionclassAbstract version of StreamItem, implements al relevant functions for icons and animations.classThis handle can be registered with theStreamDeckand will execute the given executable when the stream deck button is pressed on release.classSimple Stream Item that can contain other stream items.classstatic classclassclassThis handle can be registered with theStreamDeckand will execute the givenRunnabletask when the stream deck button is pressed on release.classclassThis handle can be registered with theStreamDeckand will browse the given URI when the stream deck button is pressed on release.Fields in de.rcblum.stream.deck.items declared as StreamItemModifier and TypeFieldDescriptionprotected StreamItemAbstractStreamItem.parentParent of the itemMethods in de.rcblum.stream.deck.items that return StreamItemModifier and TypeMethodDescriptionFolderItem.getChild(int i) PagedFolderItem.PageItem.getChild(int i) ProxyItem.getChild(int i) default StreamItemStreamItem.getChild(int i) FolderItem.getChildren()PagedFolderItem.PageItem.getChildren()ProxyItem.getChildren()default StreamItem[]StreamItem.getChildren()Returns an array with the children of this item.AbstractStreamItem.getParent()PagedFolderItem.PageItem.getParent()ProxyItem.getParent()StreamItem.getParent()Returns the parent of the item.Methods in de.rcblum.stream.deck.items with parameters of type StreamItemModifier and TypeMethodDescriptionintFolderItem.getChildId(StreamItem item) intPagedFolderItem.PageItem.getChildId(StreamItem item) intProxyItem.getChildId(StreamItem item) default intStreamItem.getChildId(StreamItem item) Returns the Index of the childvoidAbstractStreamItem.setParent(StreamItem parent) voidPagedFolderItem.PageItem.setParent(StreamItem parent) voidPagedFolderItem.setParent(StreamItem parent) voidProxyItem.setParent(StreamItem parent) voidStreamItem.setParent(StreamItem parent) Constructors in de.rcblum.stream.deck.items with parameters of type StreamItemModifierConstructorDescriptionFolderItem(String folderName, StreamItem parent, StreamItem[] children) FolderItem(String folderName, StreamItem parent, StreamItem[] children, int textPosition) PagedFolderItem(String folderName, StreamItem parent, PagedFolderItem previous, StreamItem[] children, int keyCount, int rowCount) ProxyItem(StreamItem wrapped, String text) -
Uses of StreamItem in de.rcblum.stream.deck.items.listeners
Methods in de.rcblum.stream.deck.items.listeners with parameters of type StreamItemModifier and TypeMethodDescriptionvoidIconUpdateListener.onIconUpdate(StreamItem source, boolean newAnimationObject)