Package org.praxislive.ide.model
Interface HubProxy
- All Superinterfaces:
org.openide.util.Lookup.Provider,Proxy
A proxy of a PraxisCORE RootHub.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<ComponentProxy> find(org.praxislive.core.ComponentAddress address) Find the proxy for the component with the given address (if available).Get the proxy for the root with the given ID.roots()Stream of root IDs.Methods inherited from interface org.openide.util.Lookup.Provider
getLookupMethods inherited from interface org.praxislive.ide.model.Proxy
addPropertyChangeListener, getNodeDelegate, removePropertyChangeListener
-
Field Details
-
ROOTS
Name of roots property. Used in property change events.- See Also:
-
-
Method Details
-
getRoot
Get the proxy for the root with the given ID.- Parameters:
id- root ID- Returns:
- root proxy
-
roots
Stream of root IDs.- Returns:
- root IDs
-
find
Find the proxy for the component with the given address (if available).- Parameters:
address- component address- Returns:
- proxy
-