| org.apache.harmony.awt.ChoiceStyle
ChoiceStyle | public interface ChoiceStyle (Code) | | ChoiceStyle.
Is used to define custom choice properties:
width and x screen coordinate of the list popup window.
|
Method Summary | |
int | getPopupWidth(int choiceWidth) | int | getPopupX(int x, int width, int choiceWidth, int screenWidth) |
getPopupWidth | int getPopupWidth(int choiceWidth)(Code) | | |
getPopupX | int getPopupX(int x, int width, int choiceWidth, int screenWidth)(Code) | | |
|
|