Class FlexContainerDesignDelegate
java.lang.Object
com.inductiveautomation.perspective.designer.delegates.FlexContainerDesignDelegate
- All Implemented Interfaces:
- ComponentDesignDelegate
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegateComponentDesignDelegate.DeepSelectToolbar
- 
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
- 
Constructor Details- 
FlexContainerDesignDelegatepublic FlexContainerDesignDelegate()
 
- 
- 
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.
 
 
-