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, helper
public LegacyStatusBar(LegacyService legacyService)
public void setProgress(int val, int max)
setProgress
in interface StatusBar
public Panel getComponent()
getComponent
in interface UIComponent<Panel>
public Class<Panel> getComponentType()
getComponentType
in interface UIComponent<Panel>
Copyright © 2014–2022 ImageJ. All rights reserved.