Uses of Class
heronarts.lx.structure.view.LXViewDefinition
Packages that use LXViewDefinition
Package
Description
-
Uses of LXViewDefinition in heronarts.lx.clipboard
Constructors in heronarts.lx.clipboard with parameters of type LXViewDefinition -
Uses of LXViewDefinition in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXViewDefinitionModifierConstructorDescriptionMoveView
(LXViewDefinition view, int toIndex) RemoveView
(LXViewDefinition view) -
Uses of LXViewDefinition in heronarts.lx.structure
Methods in heronarts.lx.structure that return types with arguments of type LXViewDefinition -
Uses of LXViewDefinition in heronarts.lx.structure.view
Fields in heronarts.lx.structure.view with type parameters of type LXViewDefinitionMethods in heronarts.lx.structure.view that return LXViewDefinitionModifier and TypeMethodDescriptionLXViewEngine.addView()
Add a new, uninitialized viewLXViewEngine.addView
(JsonObject viewObj, int index) Adds a view at the given indexMethods in heronarts.lx.structure.view that return types with arguments of type LXViewDefinitionMethods in heronarts.lx.structure.view with parameters of type LXViewDefinitionModifier and TypeMethodDescriptionLXViewEngine.moveView
(LXViewDefinition view, int index) Moves a saved view to a different position in the listLXViewEngine.removeView
(LXViewDefinition view) Removes a view from the view engine's listvoid
LXViewEngine.Listener.viewAdded
(LXViewEngine viewEngine, LXViewDefinition view) void
LXViewEngine.Listener.viewMoved
(LXViewEngine viewEngine, LXViewDefinition view) void
LXViewEngine.Listener.viewRemoved
(LXViewEngine viewEngine, LXViewDefinition view)