Package | Description |
---|---|
org.scijava.app | |
org.scijava.ui | |
org.scijava.ui.awt | |
org.scijava.ui.swing |
Modifier and Type | Method and Description |
---|---|
String |
StatusService.getStatusMessage(String appName,
StatusEvent statusEvent)
Gets the status message of the given event.
|
String |
DefaultStatusService.getStatusMessage(String appName,
StatusEvent statusEvent) |
protected void |
DefaultStatusService.publish(StatusEvent statusEvent)
Publish the status event to the event service.
|
Modifier and Type | Method and Description |
---|---|
String |
UIService.getStatusMessage(StatusEvent statusEvent)
Gets the status message associated with the given event.
|
String |
DefaultUIService.getStatusMessage(StatusEvent statusEvent) |
protected void |
DefaultUIService.onEvent(StatusEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AWTStatusBar.onEvent(StatusEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
SwingStatusBar.onEvent(StatusEvent event) |
Copyright © 2015–2022 SciJava. All rights reserved.