Package net.storm.api.widgets
Interface IWidgets
public interface IWidgets
-
Method Summary
Modifier and TypeMethodDescriptionvoidget(int component) get(int group, int id) get(int group, int id, int child) get(InterfaceAddress interfaceAddress) getAll(int group) getChildren(int group, int id, int child, Predicate<IWidget> filter) getChildren(int group, int id, Predicate<IWidget> filter) getChildren(int component, Predicate<IWidget> filter) getChildren(IWidget widget, Predicate<IWidget> filter) getChildren(InterfaceAddress interfaceAddress, Predicate<IWidget> filter) booleanisVisible(int component) booleanisVisible(int group, int id) booleanisVisible(int group, int id, int child) booleanbooleanisVisible(InterfaceAddress interfaceAddress)
-
Method Details
-
getAll
-
get
-
get
-
get
-
get
-
get
-
isVisible
-
isVisible
boolean isVisible(int group, int id) -
isVisible
boolean isVisible(int group, int id, int child) -
isVisible
boolean isVisible(int component) -
isVisible
-
getChildren
-
getChildren
-
getChildren
-
getChildren
-
getChildren
-
closeInterfaces
void closeInterfaces()
-