public interface AppComponentPeer
| Modifier and Type | Method and Description |
|---|---|
default void |
addChild(AppComponent other,
int index) |
void |
install(AppComponent comp)
prepare the peer and adds to parent
|
default void |
removeChild(AppComponent other,
int index) |
void |
requestFocus() |
Object |
toolkitComponent() |
default void |
uninstall()
remove from parent
|
void install(AppComponent comp)
comp - componentdefault void uninstall()
default void addChild(AppComponent other, int index)
default void removeChild(AppComponent other, int index)
Object toolkitComponent()
void requestFocus()
Copyright © 2021 vpc open source initiative. All rights reserved.