Package | Description |
---|---|
org.micromanager |
MMStudio application and Java API.
|
org.micromanager.quickaccess |
This package contains classes related to Micro-Manager's Quick-Access
Window, which provides easy access to certain user-selected controls.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,QuickAccessPlugin> |
PluginManager.getQuickAccessPlugins()
Return a HashMap that maps plugin class names to QuickAccessPlugin
instances.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleButtonPlugin
This plugin type is used for buttons that can be embedded in the
Quick-Access Window.
|
class |
ToggleButtonPlugin
This plugin type is used for buttons that can be embedded in the
Quick-Access Window.
|
class |
WidgetPlugin
This plugin allows arbitrary controls ("widgets") to be included in the
Quick-Access Window.
|