Class ColumnContainerDesignDelegate
java.lang.Object
com.inductiveautomation.perspective.designer.delegates.ColumnContainerDesignDelegate
- All Implemented Interfaces:
ComponentDesignDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegate
ComponentDesignDelegate.DeepSelectToolbar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen your component becomes super-selected, this panel will be displayed about the component property editor unless the current selection includes a single component, andComponentDesignDelegate.createSelectionEditor(ComponentSelection)
returns non-null for that component type.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
createSelectionEditor, deepSelectionToolbarButtons, installDocumentListener, isPipingEnabled, onTagDrop
-
Field Details
-
BACKGROUND_SELECTED
-
BACKGROUND_UNSELECTED
-
-
Constructor Details
-
ColumnContainerDesignDelegate
public ColumnContainerDesignDelegate()
-
-
Method Details
-
createDeepSelectionEditor
Description copied from interface:ComponentDesignDelegate
When your component becomes super-selected, this panel will be displayed about the component property editor unless the current selection includes a single component, andComponentDesignDelegate.createSelectionEditor(ComponentSelection)
returns non-null for that component type.- Specified by:
createDeepSelectionEditor
in interfaceComponentDesignDelegate
- Returns:
- A component to be used for configuration, or null if you don't need this.
-