public class LegacyApplicationFrame extends AbstractLegacyAdapter implements UIComponent<Frame>, ApplicationFrame
Constructor and Description |
---|
LegacyApplicationFrame(LegacyService legacyService) |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
Frame |
getComponent() |
Class<Frame> |
getComponentType() |
int |
getLocationX() |
int |
getLocationY() |
void |
setLocation(int x,
int y) |
void |
setVisible(boolean visible) |
dummy, getLegacyService, helper
public LegacyApplicationFrame(LegacyService legacyService)
public void setLocation(int x, int y)
setLocation
in interface ApplicationFrame
public int getLocationX()
getLocationX
in interface ApplicationFrame
public int getLocationY()
getLocationY
in interface ApplicationFrame
public void activate()
activate
in interface ApplicationFrame
public void setVisible(boolean visible)
setVisible
in interface ApplicationFrame
public Frame getComponent()
getComponent
in interface UIComponent<Frame>
public Class<Frame> getComponentType()
getComponentType
in interface UIComponent<Frame>
Copyright © 2014–2022 ImageJ. All rights reserved.