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 selectedboolean
return true for Components which are Piping EnabledMethods 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
-
Constructor Details
-
CoordinateContainerDesignDelegate
public CoordinateContainerDesignDelegate()
-
-
Method Details
-
isPipingEnabled
public boolean isPipingEnabled()Description copied from interface:ComponentDesignDelegate
return true for Components which are Piping Enabled- Specified by:
isPipingEnabled
in interfaceComponentDesignDelegate
-
deepSelectionToolbarButtons
@Nonnull public Optional<ComponentDesignDelegate.DeepSelectToolbar> deepSelectionToolbarButtons(@Nonnull ViewResourceEditor editor) Description copied from interface:ComponentDesignDelegate
Get a set of the buttons to display when this Component is deep selected- Specified by:
deepSelectionToolbarButtons
in interfaceComponentDesignDelegate
- Parameters:
editor
- the current view resource editor- Returns:
- a set of the buttons to display when this Component is deep selected
-