| Constructor and Description |
|---|
SwingPanelPeer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(net.thevpc.echo.api.components.AppComponent child,
int index) |
Component |
awtComponent() |
void |
install(net.thevpc.echo.api.components.AppComponent component) |
JComponent |
jcomponent() |
protected void |
relayout(boolean rebuild) |
void |
removeChild(net.thevpc.echo.api.components.AppComponent other,
int index) |
net.thevpc.echo.constraints.Layout |
resolveLayout() |
Object |
toolkitComponent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void install(net.thevpc.echo.api.components.AppComponent component)
install in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic void addChild(net.thevpc.echo.api.components.AppComponent child,
int index)
addChild in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic void removeChild(net.thevpc.echo.api.components.AppComponent other,
int index)
removeChild in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic Object toolkitComponent()
toolkitComponent in interface net.thevpc.echo.spi.peers.AppComponentPeerprotected void relayout(boolean rebuild)
public net.thevpc.echo.constraints.Layout resolveLayout()
public Component awtComponent()
awtComponent in interface SwingPeerpublic JComponent jcomponent()
jcomponent in interface SwingPeerCopyright © 2022 vpc open source initiative. All rights reserved.