public class LegacyStatusBar extends AbstractLegacyAdapter implements UIComponent<Panel>, StatusBar
StatusBar implementation that delegates to legacy ImageJ
methods.| Constructor and Description |
|---|
LegacyStatusBar(LegacyService legacyService) |
| Modifier and Type | Method and Description |
|---|---|
Panel |
getComponent() |
Class<Panel> |
getComponentType() |
void |
setProgress(int val,
int max) |
void |
setStatus(String message) |
dummy, getLegacyService, helperpublic LegacyStatusBar(LegacyService legacyService)
public void setProgress(int val,
int max)
setProgress in interface StatusBarpublic Panel getComponent()
getComponent in interface UIComponent<Panel>public Class<Panel> getComponentType()
getComponentType in interface UIComponent<Panel>Copyright © 2014–2022 ImageJ. All rights reserved.