Class CoordinateContainerDesignDelegate
java.lang.Object
com.inductiveautomation.perspective.designer.delegates.CoordinateContainerDesignDelegate
- All Implemented Interfaces:
- ComponentDesignDelegate
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegateComponentDesignDelegate.DeepSelectToolbar
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet a set of the buttons to display when this Component is deep selectedbooleanreturn true for Components which are Piping EnabledMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegatecreateDeepSelectionEditor, createSelectionEditor, installDocumentListener, onTagDrop
- 
Constructor Details- 
CoordinateContainerDesignDelegatepublic CoordinateContainerDesignDelegate()
 
- 
- 
Method Details- 
isPipingEnabledpublic boolean isPipingEnabled()Description copied from interface:ComponentDesignDelegatereturn true for Components which are Piping Enabled- Specified by:
- isPipingEnabledin interface- ComponentDesignDelegate
 
- 
deepSelectionToolbarButtons@Nonnull public 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 interface- ComponentDesignDelegate
- Parameters:
- editor- the current view resource editor
- Returns:
- a set of the buttons to display when this Component is deep selected
 
 
-