Class BreakpointContainerDesignDelegate
java.lang.Object
com.inductiveautomation.perspective.designer.delegates.BreakpointContainerDesignDelegate
- All Implemented Interfaces:
- ComponentDesignDelegate
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegateComponentDesignDelegate.DeepSelectToolbar
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegatecreateSelectionEditor, deepSelectionToolbarButtons, installDocumentListener, isPipingEnabled, onTagDrop
- 
Field Details- 
BACKGROUND_SELECTED
- 
BACKGROUND_UNSELECTED
 
- 
- 
Constructor Details- 
BreakpointContainerDesignDelegatepublic BreakpointContainerDesignDelegate()
 
- 
- 
Method Details- 
createDeepSelectionEditorDescription copied from interface:ComponentDesignDelegateWhen 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:
- createDeepSelectionEditorin interface- ComponentDesignDelegate
- Returns:
- A component to be used for configuration, or null if you don't need this.
 
 
-