Class SwingChoiceListPeer
java.lang.Object
net.thevpc.echo.swing.peers.SwingChoiceListPeer
- All Implemented Interfaces:
AppChoiceListPeer, AppComponentPeer, SwingPeer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidensureIndexIsVisible(int index) voidinstall(AppComponent component0) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AppComponentPeer
addChild, removeChild, uninstallMethods inherited from interface SwingPeer
awtComponent, jcomponent, requestFocus
-
Constructor Details
-
SwingChoiceListPeer
public SwingChoiceListPeer()
-
-
Method Details
-
install
- Specified by:
installin interfaceAppComponentPeer
-
toolkitComponent
- Specified by:
toolkitComponentin interfaceAppComponentPeer
-
ensureIndexIsVisible
public void ensureIndexIsVisible(int index) - Specified by:
ensureIndexIsVisiblein interfaceAppChoiceListPeer
-