Package | Description |
---|---|
org.micromanager.display.inspector |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInspectorPanelController
A panel containing a section of the inspector window.
|
Modifier and Type | Method and Description |
---|---|
InspectorPanelController |
InspectorPanelPlugin.createPanelController(Studio studio) |
Modifier and Type | Method and Description |
---|---|
void |
InspectorPanelListener.inspectorPanelDidChangeHeight(InspectorPanelController controller)
Must be called after changing minimum, preferred, and/or maximum height
of the panel.
|
void |
InspectorPanelListener.inspectorPanelDidChangeTitle(InspectorPanelController controller)
Must be called when the title of the inspector panel has changed.
|
void |
InspectorPanelListener.inspectorPanelWillChangeHeight(InspectorPanelController controller)
Must be called before changing minimum, preferred, and/or maximum height
of the panel.
|