Package | Description |
---|---|
org.micromanager |
MMStudio application and Java API.
|
org.micromanager.events |
This package contains events that can be subscribed to via the
EventManager.registerForEvents() method.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationSkin.SkinMode |
ApplicationSkin.SkinMode.fromString(java.lang.String desc)
Returns skinmode associated with the given string (if any).
|
ApplicationSkin.SkinMode |
ApplicationSkin.getSkin()
Returns the current Micro-Manager skin.
|
static ApplicationSkin.SkinMode |
ApplicationSkin.SkinMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationSkin.SkinMode[] |
ApplicationSkin.SkinMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationSkin.setSkin(ApplicationSkin.SkinMode mode)
Sets the background color of the GUI to the selected mode.
|
void |
ApplicationSkin.suspendToMode(ApplicationSkin.SkinMode mode)
If the specified mode is not currently active, then we switch to that
mode without updating the UI.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSkin.SkinMode |
ApplicationSkinEvent.getSkinMode()
Returns the newly applied skin mode.
|