Class GroupingContainerFeedbackFactory
java.lang.Object
org.csstudio.opibuilder.feedback.DefaultGraphicalFeedbackFactory
org.csstudio.opibuilder.widgets.feedback.GroupingContainerFeedbackFactory
- All Implemented Interfaces:
IGraphicalFeedbackFactory
Feedback Factory for Grouping Contianer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.gef.Handle>
createCustomHandles
(org.eclipse.gef.GraphicalEditPart editPart) Creates and returns custom handlesHandle
for the specified edit part.Methods inherited from class org.csstudio.opibuilder.feedback.DefaultGraphicalFeedbackFactory
createChangeBoundsCommand, createDragSourceFeedbackFigure, createInitialBoundsCommand, createSizeOnDropFeedback, getCreationTool, showChangeBoundsFeedback, showSizeOnDropFeedback
-
Constructor Details
-
GroupingContainerFeedbackFactory
public GroupingContainerFeedbackFactory()
-
-
Method Details
-
createCustomHandles
Description copied from interface:IGraphicalFeedbackFactory
Creates and returns custom handlesHandle
for the specified edit part.- Specified by:
createCustomHandles
in interfaceIGraphicalFeedbackFactory
- Overrides:
createCustomHandles
in classDefaultGraphicalFeedbackFactory
- Parameters:
editPart
- the edit part- Returns:
- a list, which contains all custom handles or null, if no custom handles should be created
-