org.apache.batik.util.gui
public static class DropDownComponent.DefaultScrollablePopupMenuItem extends JButton implements DropDownComponent.ScrollablePopupMenuItem
| Field Summary | |
|---|---|
| static Color | MENUITEM_BG_COLOR
The item background color. |
| static Color | MENUITEM_FG_COLOR
The item foreground color. |
| static Color | MENU_HIGHLIGHT_BG_COLOR
The selected item background color. |
| static Color | MENU_HIGHLIGHT_FG_COLOR
The selected item foreground color. |
| Constructor Summary | |
|---|---|
| DefaultScrollablePopupMenuItem(DropDownComponent.ScrollablePopupMenu parent, String text)
Constructor. | |
| Method Summary | |
|---|---|
| String | getText() |
| void | setEnabled(boolean b) |
| void | setSelected(boolean selected) |
| void | setText(String text) |