Index
All Classes and Interfaces|All Packages|Constant Field Values
U
- unlockProperty(TUIModule.Property) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Set the propagation behavior of
propertyto allow updates when a parent module is updated. - UNNAMED_ERROR - Static variable in class com.calebleavell.jatui.modules.TUIModule
-
The standard message for when a module isn't named
- UPDATE - Enum constant in enum class com.calebleavell.jatui.core.DirectedGraphNode.PropertyUpdateFlag
-
Update this node and continue the recursion
- UPDATE_THEN_HALT - Enum constant in enum class com.calebleavell.jatui.core.DirectedGraphNode.PropertyUpdateFlag
-
Update this node but don't continue the recursion
- updateFlag(TUIModule.Property, DirectedGraphNode.PropertyUpdateFlag) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Set the propagation behavior of a specific property.
- updateInput(TUIModule, Object) - Method in class com.calebleavell.jatui.modules.ApplicationModule
-
Updates the input in
ApplicationModule.inputMap, where the key is the name ofmoduleand the value isinput. - updateInput(String, Object) - Method in class com.calebleavell.jatui.modules.ApplicationModule
-
Updates the input in
ApplicationModule.inputMap, where the key ismoduleNameand the value isinput. - updateProperties(TUIModule.Builder<?>) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Recursively updates all properties in this module based on the given module.
- updateProperty(P, Consumer<A>) - Method in interface com.calebleavell.jatui.core.DirectedGraphNode
-
Updates this node based on the flag of a property.
- updateProperty(P, Consumer<A>, Set<A>) - Method in interface com.calebleavell.jatui.core.DirectedGraphNode
-
Updates this node based on the flag of a property.
- usedNames - Static variable in class com.calebleavell.jatui.modules.TUIModule.Builder
-
The frequency of names of all children of this module.
All Classes and Interfaces|All Packages|Constant Field Values