Class ColumnContainerDesignDelegate
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.delegates.ColumnContainerDesignDelegate
 
- 
- All Implemented Interfaces:
- ComponentDesignDelegate
 
 public class ColumnContainerDesignDelegate extends java.lang.Object implements ComponentDesignDelegate 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegateComponentDesignDelegate.DeepSelectToolbar
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.awt.ColorBACKGROUND_SELECTEDstatic java.awt.ColorBACKGROUND_UNSELECTED
 - 
Constructor SummaryConstructors Constructor Description ColumnContainerDesignDelegate()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.perspective.designer.api.ComponentDesignDelegatecreateSelectionEditor, deepSelectionToolbarButtons, installDocumentListener, isPipingEnabled, onTagDrop
 
- 
 
- 
- 
- 
Method Detail- 
createDeepSelectionEditorpublic 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 interface- ComponentDesignDelegate
- Returns:
- A component to be used for configuration, or null if you don't need this.
 
 
- 
 
-