Uses of Class
org.praxislive.base.AbstractRoot.State
-
Packages that use AbstractRoot.State Package Description org.praxislive.base -
-
Uses of AbstractRoot.State in org.praxislive.base
Methods in org.praxislive.base that return AbstractRoot.State Modifier and Type Method Description protected AbstractRoot.State
AbstractRoot. getState()
Get the State of this Root.static AbstractRoot.State
AbstractRoot.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractRoot.State[]
AbstractRoot.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-