Class CoordinateContainerDesignDelegate
java.lang.Object
com.inductiveautomation.perspective.designer.delegates.CoordinateContainerDesignDelegate
- All Implemented Interfaces:
ComponentDesignDelegate
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegate
ComponentDesignDelegate.DeepSelectToolbar -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegate
createDeepSelectionEditor, createSelectionEditor, installDocumentListener, onTagDrop
-
Constructor Details
-
CoordinateContainerDesignDelegate
public CoordinateContainerDesignDelegate()
-
-
Method Details
-
isPipingEnabled
public boolean isPipingEnabled()Description copied from interface:ComponentDesignDelegatereturn true for Components which are Piping Enabled- Specified by:
isPipingEnabledin interfaceComponentDesignDelegate
-
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 interfaceComponentDesignDelegate- Parameters:
editor- the current view resource editor- Returns:
- a set of the buttons to display when this Component is deep selected
-