Class FlexContainerDesignDelegate
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.delegates.FlexContainerDesignDelegate
 
 
- 
- All Implemented Interfaces:
 ComponentDesignDelegate
public class FlexContainerDesignDelegate extends java.lang.Object implements ComponentDesignDelegate
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegate
ComponentDesignDelegate.DeepSelectToolbar 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FlexContainerDesignDelegate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentcreateDeepSelectionEditor(DesignerComponentStoreBridge bridge)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.- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createDeepSelectionEditor
public javax.swing.JComponent createDeepSelectionEditor(DesignerComponentStoreBridge bridge)
Description 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 interfaceComponentDesignDelegate- Returns:
 - A component to be used for configuration, or null if you don't need this.
 
 
 - 
 
 -