Skip navigation links
Uberfire Wires :: Core API 7.33.0.Final-redhat-00003
A B C D E F G H I L M O P R S T U W 

A

addControl(Group) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
addControl(Group) - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Add a Control to the WiresShape
addControlPoint(ControlPoint) - Method in interface org.uberfire.ext.wires.core.api.controlpoints.HasControlPoints
 
addControlPoint(ControlPoint) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
addMagnet(Magnet) - Method in interface org.uberfire.ext.wires.core.api.magnets.HasMagnets
Add a Magnet to the Shape
addMagnet(Magnet) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
addShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.shapes.ShapesManager
Add a Shape to the Canvas
attachControlPoint(ControlPoint) - Method in interface org.uberfire.ext.wires.core.api.magnets.Magnet
Attach a ControlPoint to the Magnet
attachShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.containers.WiresContainer
Attach a Shape to the Container
attachShape(WiresBaseShape) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 

B

builds(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory
Does the Factory build the given shape type

C

callback(double, double) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxyCompleteCallback
Callback invoked when the drag operation ends
callback(double, double) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxyPreviewCallback
Callback invoked when the drag operation ends
Category - Class in org.uberfire.ext.wires.core.api.factories.categories
 
Category(String) - Constructor for class org.uberfire.ext.wires.core.api.factories.categories.Category
 
ClearEvent - Class in org.uberfire.ext.wires.core.api.events
 
ClearEvent() - Constructor for class org.uberfire.ext.wires.core.api.events.ClearEvent
 
clearSelection() - Method in interface org.uberfire.ext.wires.core.api.selection.SelectionManager
 
ContainerManager - Interface in org.uberfire.ext.wires.core.api.containers
Manager for Containers and related operations
contains(double, double) - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Check whether the Shape contains a point
ControlPoint<T extends com.ait.lienzo.client.core.shape.IPrimitive<T>> - Interface in org.uberfire.ext.wires.core.api.controlpoints
 
ControlPointMoveHandler - Interface in org.uberfire.ext.wires.core.api.controlpoints
Handler for when a ControlPoint is moved
controlPoints - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
controls - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 

D

deleteShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.shapes.ShapesManager
Delete a Shape from the Canvas.
deselectShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.selection.SelectionManager
 
destroy() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
destroy() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
destroy() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
destroy() - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Destroy the shape and any related components
detachControlPoint(ControlPoint) - Method in interface org.uberfire.ext.wires.core.api.magnets.Magnet
Detach a ControlPoint from the Magnet
detachShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.containers.WiresContainer
Detach a Shape from the Container
detachShape(WiresBaseShape) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 

E

equals(Object) - Method in class org.uberfire.ext.wires.core.api.factories.categories.Category
 

F

FactoryHelper<T> - Interface in org.uberfire.ext.wires.core.api.factories
Helper to identify the exact nature of a Shape being dragged from the Palette into a Canvas.
forceDeleteShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.shapes.ShapesManager
Forcefully delete a Shape from the Canvas.

G

getAttachedControlPoints() - Method in interface org.uberfire.ext.wires.core.api.magnets.Magnet
Get a list of ControlPoints attached to the Magnet
getCategory() - Method in class org.uberfire.ext.wires.core.api.factories.categories.Category
 
getCategory() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory
Get category to which Shape belongs
getContainedShapes() - Method in interface org.uberfire.ext.wires.core.api.containers.WiresContainer
Get a list of WiresBaseShape contained within the Container
getContainedShapes() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
getContainer(double, double) - Method in interface org.uberfire.ext.wires.core.api.containers.ContainerManager
Get the Container that contains the given Canvas co-ordinate
getContext() - Method in interface org.uberfire.ext.wires.core.api.factories.FactoryHelper
 
getContext() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDropContext
 
getControlTarget(Group) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
Returns a Point (relative to the WiresShape) where a Control should be placed when Controls are shown.
getDescription() - Method in interface org.uberfire.ext.wires.core.api.shapes.OverridesFactoryDescription
Get Description of specific Shape instance; overriding the generic description provides by Factories
getDragGroup() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxy
Get a Group that is used as the drag proxy
getDragProxy(FactoryHelper, ShapeDragProxyPreviewCallback, ShapeDragProxyCompleteCallback) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory
Get a proxy used during and at the end of a drag operation
getGlyph() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory
Get a glyph to represent the Shape.
getGroup() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeGlyph
Get the glyph's Group
getHandler() - Method in interface org.uberfire.ext.wires.core.api.controlpoints.ControlPoint
 
getHeight() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxy
Height of proxy used to ensure proxy is centered around mouse pointer position
getHeight() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeGlyph
Get the glyph's height
getId() - Method in interface org.uberfire.ext.wires.core.api.controlpoints.ControlPoint
 
getId() - Method in interface org.uberfire.ext.wires.core.api.magnets.Magnet
Get UUID for Magnet
getId() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
getId() - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Get UUID for Shape
getLayoutInformation(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.layout.LayoutManager
Get the layout information for the shapes
getMagnet(WiresShape, double, double) - Method in interface org.uberfire.ext.wires.core.api.magnets.MagnetManager
 
getMagnets() - Method in interface org.uberfire.ext.wires.core.api.magnets.HasMagnets
Get a list of Magnets associated with the Shape
getMagnets() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
getProperties(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.properties.PropertyEditorAdaptor
 
getSelectedShape() - Method in interface org.uberfire.ext.wires.core.api.selection.SelectionManager
 
getShape() - Method in class org.uberfire.ext.wires.core.api.events.ShapeAddedEvent
 
getShape() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDeletedEvent
 
getShape() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDragCompleteEvent
 
getShape() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDragPreviewEvent
 
getShape() - Method in class org.uberfire.ext.wires.core.api.events.ShapeSelectedEvent
 
getShape(FactoryHelper) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory
Get a Shape to be created on the Canvas (usually at the end of a drag operation)
getShapeDescription() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory
Get description of Shape
getShapesInCanvas() - Method in interface org.uberfire.ext.wires.core.api.shapes.ShapesManager
Get a list of all Shapes on the Canvas
getWidth() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxy
Width of proxy used to ensure proxy is centered around mouse pointer position
getWidth() - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeGlyph
Get the glyph's width
getX() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDragCompleteEvent
 
getX() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDragPreviewEvent
 
getY() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDragCompleteEvent
 
getY() - Method in class org.uberfire.ext.wires.core.api.events.ShapeDragPreviewEvent
 

H

HasControlPoints - Interface in org.uberfire.ext.wires.core.api.controlpoints
 
hashCode() - Method in class org.uberfire.ext.wires.core.api.factories.categories.Category
 
HasMagnets - Interface in org.uberfire.ext.wires.core.api.magnets
 
hideAllMagnets() - Method in interface org.uberfire.ext.wires.core.api.magnets.MagnetManager
 
hideControlPoints() - Method in interface org.uberfire.ext.wires.core.api.controlpoints.HasControlPoints
 
hideControlPoints() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
hideControls() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
hideControls() - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Hide Controls related to this WiresShape
hideMagnetPoints() - Method in interface org.uberfire.ext.wires.core.api.magnets.HasMagnets
Hide Magnets
hideMagnetPoints() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 

I

id - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
isClearProgressBar() - Method in class org.uberfire.ext.wires.core.api.events.ProgressEvent
 
isControlsVisible - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
isControlsVisible() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
isControlsVisible() - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Are the Controls associated with this WireShape visible
isShapeSelected() - Method in interface org.uberfire.ext.wires.core.api.selection.SelectionManager
 

L

LayoutManager - Interface in org.uberfire.ext.wires.core.api.layout
Manager for Layout related operations

M

Magnet<T extends com.ait.lienzo.client.core.shape.IPrimitive<T>> - Interface in org.uberfire.ext.wires.core.api.magnets
 
MagnetManager - Interface in org.uberfire.ext.wires.core.api.magnets
Manager for Magnets and related operations
magnets - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
move(double, double) - Method in interface org.uberfire.ext.wires.core.api.controlpoints.ControlPoint
 
move(double, double) - Method in interface org.uberfire.ext.wires.core.api.magnets.Magnet
 

O

onDragComplete(double, double) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxy
Called when the drag operation completes
onDragPreview(double, double) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDragProxy
Called during the drag operation
onMove(double, double) - Method in interface org.uberfire.ext.wires.core.api.controlpoints.ControlPointMoveHandler
ControlPoint has been moved to (x, y)
org.uberfire.ext.wires.core.api.containers - package org.uberfire.ext.wires.core.api.containers
 
org.uberfire.ext.wires.core.api.controlpoints - package org.uberfire.ext.wires.core.api.controlpoints
 
org.uberfire.ext.wires.core.api.events - package org.uberfire.ext.wires.core.api.events
 
org.uberfire.ext.wires.core.api.factories - package org.uberfire.ext.wires.core.api.factories
 
org.uberfire.ext.wires.core.api.factories.categories - package org.uberfire.ext.wires.core.api.factories.categories
 
org.uberfire.ext.wires.core.api.layout - package org.uberfire.ext.wires.core.api.layout
 
org.uberfire.ext.wires.core.api.magnets - package org.uberfire.ext.wires.core.api.magnets
 
org.uberfire.ext.wires.core.api.properties - package org.uberfire.ext.wires.core.api.properties
 
org.uberfire.ext.wires.core.api.selection - package org.uberfire.ext.wires.core.api.selection
 
org.uberfire.ext.wires.core.api.shapes - package org.uberfire.ext.wires.core.api.shapes
 
OverridesFactoryDescription - Interface in org.uberfire.ext.wires.core.api.shapes
ShapeFactory provides the means for Shapes to define a generic description (e.g.

P

ProgressEvent - Class in org.uberfire.ext.wires.core.api.events
 
ProgressEvent() - Constructor for class org.uberfire.ext.wires.core.api.events.ProgressEvent
 
ProgressEvent(boolean) - Constructor for class org.uberfire.ext.wires.core.api.events.ProgressEvent
 
PropertyEditorAdaptor - Interface in org.uberfire.ext.wires.core.api.properties
Adaptor to convert to and from a Shapes attributes and the PropertyEditor's model.

R

removeControl(Group) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
removeControl(Group) - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Remove a Control from the WiresShape
RequiresContainerManager - Interface in org.uberfire.ext.wires.core.api.containers
Marker interface indicating an element needs a ContainerManager
RequiresLayoutManager - Interface in org.uberfire.ext.wires.core.api.layout
Marker interface indicating an element needs a LayoutManager
RequiresMagnetManager - Interface in org.uberfire.ext.wires.core.api.magnets
Marker interface indicating an element needs a MagnetManager
RequiresSelectionManager - Interface in org.uberfire.ext.wires.core.api.selection
Marker interface indicating an element needs a SelectionManager
RequiresShapesManager - Interface in org.uberfire.ext.wires.core.api.shapes
Marker interface indicating an element needs a ShapesManager

S

SelectionManager - Interface in org.uberfire.ext.wires.core.api.selection
Mediator for Shape related operations
selectionManager - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
selectShape(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.selection.SelectionManager
 
setActive(boolean) - Method in interface org.uberfire.ext.wires.core.api.magnets.Magnet
Activate the Magnet
setClearProgressBar(boolean) - Method in class org.uberfire.ext.wires.core.api.events.ProgressEvent
 
setContainerManager(ContainerManager) - Method in interface org.uberfire.ext.wires.core.api.containers.RequiresContainerManager
 
setContext(T) - Method in interface org.uberfire.ext.wires.core.api.factories.FactoryHelper
 
setContext(T) - Method in interface org.uberfire.ext.wires.core.api.factories.ShapeDropContext
 
setControls(List<Group>) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
setControls(List<Group>) - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Set the Controls for the WiresShape
setHover(boolean) - Method in interface org.uberfire.ext.wires.core.api.containers.WiresContainer
Signal the Container is being hovered over
setLayoutManager(LayoutManager) - Method in interface org.uberfire.ext.wires.core.api.layout.RequiresLayoutManager
 
setMagnetManager(MagnetManager) - Method in interface org.uberfire.ext.wires.core.api.magnets.RequiresMagnetManager
 
setSelected(boolean) - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Select the shape.
setSelectionManager(SelectionManager) - Method in interface org.uberfire.ext.wires.core.api.selection.RequiresSelectionManager
 
setSelectionManager(SelectionManager) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
setShapesManager(ShapesManager) - Method in interface org.uberfire.ext.wires.core.api.shapes.RequiresShapesManager
 
setShapesManager(ShapesManager) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
setX(double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
setX(double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
setX(double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
setY(double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
setY(double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
setY(double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
ShapeAddedEvent - Class in org.uberfire.ext.wires.core.api.events
 
ShapeAddedEvent(WiresBaseShape) - Constructor for class org.uberfire.ext.wires.core.api.events.ShapeAddedEvent
 
ShapeDeletedEvent - Class in org.uberfire.ext.wires.core.api.events
 
ShapeDeletedEvent(WiresBaseShape) - Constructor for class org.uberfire.ext.wires.core.api.events.ShapeDeletedEvent
 
ShapeDragCompleteEvent - Class in org.uberfire.ext.wires.core.api.events
 
ShapeDragCompleteEvent(WiresBaseShape, double, double) - Constructor for class org.uberfire.ext.wires.core.api.events.ShapeDragCompleteEvent
 
ShapeDragPreviewEvent - Class in org.uberfire.ext.wires.core.api.events
 
ShapeDragPreviewEvent(WiresBaseShape, double, double) - Constructor for class org.uberfire.ext.wires.core.api.events.ShapeDragPreviewEvent
 
ShapeDragProxy - Interface in org.uberfire.ext.wires.core.api.factories
Proxy for Shapes being dragged from the Palette
ShapeDragProxyCompleteCallback - Interface in org.uberfire.ext.wires.core.api.factories
Callback for when a drag event completes
ShapeDragProxyPreviewCallback - Interface in org.uberfire.ext.wires.core.api.factories
Callback for when a drag event completes
ShapeDropContext<T> - Interface in org.uberfire.ext.wires.core.api.factories
Drop Context for Shapes being dragged from the Palette into a Canvas
ShapeFactory<T extends com.ait.lienzo.client.core.shape.Shape<T>> - Interface in org.uberfire.ext.wires.core.api.factories
Factory for building shapes available for authoring.
ShapeGlyph - Interface in org.uberfire.ext.wires.core.api.factories
A Shape Glyph.
ShapeSelectedEvent - Class in org.uberfire.ext.wires.core.api.events
 
ShapeSelectedEvent(WiresBaseShape) - Constructor for class org.uberfire.ext.wires.core.api.events.ShapeSelectedEvent
 
ShapesManager - Interface in org.uberfire.ext.wires.core.api.shapes
 
shapesManager - Variable in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
showControlPoints() - Method in interface org.uberfire.ext.wires.core.api.controlpoints.HasControlPoints
 
showControlPoints() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
showControls() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
showControls() - Method in interface org.uberfire.ext.wires.core.api.shapes.WiresShape
Show Controls related to this WiresShape
showMagnetsPoints() - Method in interface org.uberfire.ext.wires.core.api.magnets.HasMagnets
Show Magnets
showMagnetsPoints() - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
supports(WiresBaseShape) - Method in interface org.uberfire.ext.wires.core.api.properties.PropertyEditorAdaptor
 

T

toString() - Method in class org.uberfire.ext.wires.core.api.factories.categories.Category
 

U

updateChildrenLocations(double, double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
updateControlPointLocations(double, double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
updateMagnetLocations(double, double) - Method in class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 

W

WiresBaseDynamicContainer - Class in org.uberfire.ext.wires.core.api.shapes
A Container that can be re-sized and have connectors attached.
WiresBaseDynamicContainer() - Constructor for class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicContainer
 
WiresBaseDynamicShape - Class in org.uberfire.ext.wires.core.api.shapes
A Shape that can be re-sized and have connectors attached.
WiresBaseDynamicShape() - Constructor for class org.uberfire.ext.wires.core.api.shapes.WiresBaseDynamicShape
 
WiresBaseShape - Class in org.uberfire.ext.wires.core.api.shapes
A Fixed Shape that cannot be re-sized or have connectors attached
WiresBaseShape() - Constructor for class org.uberfire.ext.wires.core.api.shapes.WiresBaseShape
 
WiresContainer - Interface in org.uberfire.ext.wires.core.api.containers
 
WiresShape - Interface in org.uberfire.ext.wires.core.api.shapes
 
A B C D E F G H I L M O P R S T U W 
Skip navigation links
Uberfire Wires :: Core API 7.33.0.Final-redhat-00003

Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.