Class CoordinateContainerDesignDelegate
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.delegates.CoordinateContainerDesignDelegate
 
 
- 
- All Implemented Interfaces:
 ComponentDesignDelegate
public class CoordinateContainerDesignDelegate extends java.lang.Object implements ComponentDesignDelegate
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoordinateContainerDesignDelegate.AlignType- 
Nested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegate
ComponentDesignDelegate.DeepSelectToolbar 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CoordinateContainerDesignDelegate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ComponentDesignDelegate.DeepSelectToolbar>deepSelectionToolbarButtons(ViewResourceEditor editor)Get a set of the buttons to display when this Component is deep selectedbooleanisPipingEnabled()return true for Components which are Piping Enabled- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegate
createDeepSelectionEditor, createSelectionEditor, installDocumentListener, onTagDrop 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isPipingEnabled
public boolean isPipingEnabled()
Description copied from interface:ComponentDesignDelegatereturn true for Components which are Piping Enabled- Specified by:
 isPipingEnabledin interfaceComponentDesignDelegate
 
- 
deepSelectionToolbarButtons
@Nonnull public java.util.Optional<ComponentDesignDelegate.DeepSelectToolbar> deepSelectionToolbarButtons(@Nonnull ViewResourceEditor editor)
Description copied from interface:ComponentDesignDelegateGet a set of the buttons to display when this Component is deep selected- Specified by:
 deepSelectionToolbarButtonsin interfaceComponentDesignDelegate- Parameters:
 editor- the current view resource editor- Returns:
 - a set of the buttons to display when this Component is deep selected
 
 
 - 
 
 -