| java.lang.Object org.apache.harmony.awt.Theme
All known Subclasses: org.apache.harmony.awt.theme.windows.WinTheme,
Theme | public class Theme (Code) | | Standard appearance of standard components
|
Method Summary | |
public void | calculateButton(ButtonState s) | public void | calculateCheckbox(CheckboxState s) | public void | calculateLabel(LabelState s) | public Dimension | calculateMenuSize(MenuState s) | public void | calculateScrollbar(ScrollbarState s) | public void | drawButton(Graphics g, ButtonState s) | protected void | drawButtonBackground(Graphics g, ButtonState s) | protected void | drawButtonText(Graphics g, ButtonState s) | public void | drawCheckbox(Graphics g, CheckboxState s) | protected void | drawCheckboxBackground(Graphics g, CheckboxState s, Rectangle focusRect) | protected void | drawCheckboxText(Graphics g, CheckboxState s, Rectangle r) | public void | drawChoice(Graphics g, ChoiceState s) | protected void | drawChoiceBackground(Graphics g, ChoiceState s) | protected void | drawChoiceText(Graphics g, ChoiceState s) | protected void | drawFocusRect(Graphics g, TextState s, Rectangle r) | public void | drawLabel(Graphics g, LabelState s) | protected void | drawLabelBackground(Graphics g, LabelState s) | protected void | drawLabelText(Graphics g, LabelState s) | public void | drawList(Graphics g, ListState s, boolean flat) | protected void | drawListBackground(Graphics g, ListState s, boolean flat) | protected void | drawListItems(Graphics g, ListState s) | public void | drawMenu(MenuState s, Graphics gr) | public void | drawMenuBar(MenuBarState s, Graphics gr) | public void | drawScrollbar(Graphics g, ScrollbarState s) | public void | drawTextComponentBackground(Graphics g, TextComponentState s) | public int | getMenuBarItemIndex(MenuBarState s, Point p) | public Point | getMenuBarItemLocation(MenuBarState s, int index) | public int | getMenuItemIndex(MenuState s, Point p) | public Point | getMenuItemLocation(MenuState s, int index) | public boolean | hideFileDialog(FileDialog fd) | public void | layoutMenuBar(MenuBarState s, int width) | public void | layoutScrollbar(ScrollbarState s) | public boolean | showFileDialog(FileDialog fd) |
|
|