Method Summary |
|
public ColorUIResource | getActiveInternalFrameTitleBackgroundColor() Gets the background color for active
javax.swing.JInternalFrame 's. |
public ColorUIResource | getActiveInternalFrameTitleForegroundColor() Gets the foreground color for active
javax.swing.JInternalFrame 's. |
public ColorUIResource | getActiveInternalFrameTitleGradientColor() Gets the gradient color for active
javax.swing.JInternalFrame 's. |
public ColorUIResource | getBackgroundColor() Gets the background color for
javax.swing.JViewport ,
javax.swing.JTree ,
javax.swing.JTable etc. |
public InsetsUIResource | getButtonMargin() Gets the margin of a
javax.swing.JButton . |
public ColorUIResource | getControlColor() Gets the background color used for
javax.swing.JComponent . |
public ColorUIResource | getControlDarkShadowColor() Gets the control dark shadow color. |
public ColorUIResource | getControlHighlightColor() Gets the control highlight color. |
public ColorUIResource | getControlLightShadowColor() Gets the control light shadow color. |
public ColorUIResource | getControlShadowColor() Gets the control shadow color. |
public ColorUIResource | getDesktopColor() Gets the desktop color used in
javax.swing.JDesktopPane etc. |
public ColorUIResource | getFocusColor() Gets the control focus marker color. |
public FontUIResource | getFont() Returns the base font. |
public ColorUIResource | getInactiveInternalFrameTitleBackgroundColor() Gets the background color for inactive
javax.swing.JInternalFrame 's. |
public ColorUIResource | getInactiveInternalFrameTitleForegroundColor() Gets the foreground color for inactive
javax.swing.JInternalFrame 's. |
public ColorUIResource | getInactiveInternalFrameTitleGradientColor() Gets the gradient color for inactive
javax.swing.JInternalFrame 's. |
public ColorUIResource | getInactiveTextColor() Gets the color used for inactive text. |
public BorderUIResource | getInternalFrameBorder() Gets the border used around
javax.swing.JInternalFrame 's. |
public IconUIResource | getInternalFrameCloseIcon() Gets the icon used in the close button in the title bar of
javax.swing.JInternalFrame 's. |
public IconUIResource | getInternalFrameIcon() Gets the icon to the left in the title bar of
javax.swing.JInternalFrame 's. |
public IconUIResource | getInternalFrameIconifyIcon() Gets the icon used in the iconify button in the title of a
javax.swing.JInternalFrame . |
public IconUIResource | getInternalFrameMaximizeIcon() Gets the icon used in the maximize button in the title bar of
javax.swing.JInternalFrame 's. |
public IconUIResource | getInternalFrameMinimizeIcon() Gets the icon used in the minimize button in the title bar of
javax.swing.JInternalFrame 's. |
public FontUIResource | getInternalFrameTitleFont() Gets the font used in the title of
javax.swing.JInternalFrame 's. |
public BorderUIResource | getListFocusedItemBorder() Gets the border used around the focused list item in
javax.swing.JList 's and
javax.swing.JComboBox 's. |
public BorderUIResource | getListItemBorder() Gets the border used around list items in
javax.swing.JList 's and
javax.swing.JComboBox 's. |
public BorderUIResource | getMenuBarBorder() Gets the border used around
javax.swing.JMenuBar 's. |
public String | getName() Returns the theme name. |
public FontUIResource | getOptionPaneButtonFont() Gets the font used in
javax.swing.JOptionPane buttons. |
public BorderUIResource | getPopupMenuBorder() Gets the border of a
javax.swing.JPopupMenu . |
public ColorUIResource | getPrimaryControlColor() Gets the color of scrollbar "knobs" etc. |
public ColorUIResource | getPrimaryControlDarkShadowColor() Gets the primary control dark shadow color. |
public ColorUIResource | getPrimaryControlHighlightColor() Gets the primary control highlight color. |
public ColorUIResource | getPrimaryControlShadowColor() Gets the primary control shadow color. |
public ColorUIResource | getScrollBarBackgroundColor() Gets the background color for
javax.swing.JScrollBar 's. |
public ColorUIResource | getScrollBarBackgroundShadowColor() Gets the background shadow color for
javax.swing.JScrollBar 's. |
public int | getScrollBarWidth() Gets the width of a
javax.swing.JScrollBar . |
public ColorUIResource | getSelectedMenuBackgroundColor() Gets the background color used for selected
javax.swing.JMenuItem 's. |
public ColorUIResource | getSelectedMenuForegroundColor() Gets the foreground color used for selected
javax.swing.JMenuItem 's. |
public ColorUIResource | getSelectedTextBackgroundColor() Gets the selected text background color. |
public ColorUIResource | getSelectedTextColor() Gets the selected text color. |
public double | getShadingFactor() Returns the shading factor. |
public int | getSplitPaneDividerSize() Gets the size of the
javax.swing.JSplitPane divider. |
public BorderUIResource | getTableHeaderCellBorder() Gets the border around cells in
javax.swing.table.JTableHeader 's. |
public ColorUIResource | getTextColor() Gets the text color. |
public BorderUIResource | getTextFieldBorder() Gets the border used around
javax.swing.JTextField (including spinners etc.). |
public ColorUIResource | getTooltipBackgroundColor() Gets the background color for
javax.swing.JToolTip . |
public ColorUIResource | getTooltipForegroundColor() Gets the background color used in
javax.swing.JToolTip . |
public IconUIResource | getTreeClosedIcon() Gets the icon used with closed nodes in a
javax.swing.JTree . |
public ColorUIResource | getTreeIconBackgroundColor() Gets the background color used for collapse and expand icons in a
javax.swing.JTree . |
public IconUIResource | getTreeLeafIcon() Gets the icon used with leaf nodes in a
javax.swing.JTree . |
public IconUIResource | getTreeOpenIcon() Gets the icon used with open nodes in a
javax.swing.JTree . |
public void | setActiveInternalFrameTitleBackgroundColor(Color activeInternalFrameTitleBackgroundColor) Sets the background color for the title of an active
javax.swing.JInternalFrame . |
public void | setActiveInternalFrameTitleForegroundColor(Color activeInternalFrameTitleForegroundColor) Sets the foreground color for the title of an active
javax.swing.JInternalFrame . |
public void | setActiveInternalFrameTitleGradientColor(Color activeInternalFrameTitleGradientColor) Sets the gradient color for the title of an active
javax.swing.JInternalFrame . |
public void | setBackgroundColor(Color c) Sets the background color used in
javax.swing.JViewport ,
javax.swing.JTree ,
javax.swing.JTable etc. |
public void | setButtonMargin(InsetsUIResource buttonMargin) Sets the margin of a
javax.swing.JButton . |
public void | setControlColor(Color color) Sets the background color for
javax.swing.JComponent 's. |
public void | setDesktopColor(Color desktopColor) Sets the background color for a
javax.swing.JDesktopPane . |
public void | setFocusColor(Color focusColor) Sets the focus marker color. |
public void | setFont(FontUIResource font) Sets the base font. |
public void | setInactiveInternalFrameTitleBackgroundColor(Color inactiveInternalFrameTitleBackgroundColor) Sets the background color for the title of an inactive
javax.swing.JInternalFrame . |
public void | setInactiveInternalFrameTitleForegroundColor(Color inactiveInternalFrameTitleForegroundColor) Sets the foreground color for the title of an inactive
javax.swing.JInternalFrame . |
public void | setInactiveInternalFrameTitleGradientColor(Color inactiveInternalFrameTitleGradientColor) Sets the gradient color for the title of an inactive
javax.swing.JInternalFrame . |
public void | setInactiveTextColor(Color inactiveTextColor) Sets the inactive text color. |
public void | setInternalFrameBorder(BorderUIResource internalFrameBorder) Sets the border used around
javax.swing.JInternalFrame 's. |
public void | setInternalFrameCloseIcon(IconUIResource internalFrameCloseIcon) Sets the icon used in the close button in the title bar of
javax.swing.JInternalFrame 's. |
public void | setInternalFrameIcon(IconUIResource internalFrameIcon) Sets the icon to the left in the title bar of
javax.swing.JInternalFrame 's. |
public void | setInternalFrameIconifyIcon(IconUIResource internalFrameIconifyIcon) Sets the icon used in the iconify button in the title of a
javax.swing.JInternalFrame . |
public void | setInternalFrameMaximizeIcon(IconUIResource internalFrameMaximizeIcon) Sets the icon used in the maximize button in the title bar of
javax.swing.JInternalFrame 's. |
public void | setInternalFrameMinimizeIcon(IconUIResource internalFrameMinimizeIcon) Sets the icon used in the minimize button in the title bar of
javax.swing.JInternalFrame 's. |
public void | setInternalFrameTitleFont(FontUIResource internalFrameTitleFont) Sets the font used in the title of
javax.swing.JInternalFrame 's. |
public void | setInternalFrameTitleFont(Font frameTitleFont) Sets the title font of an
javax.swing.JInternalFrame . |
public void | setListFocusedItemBorder(BorderUIResource listFocusedItemBorder) Sets the border used around the focused list item in
javax.swing.JList 's and
javax.swing.JComboBox 's. |
public void | setListItemBorder(BorderUIResource listItemBorder) Sets the border used around list items in
javax.swing.JList 's and
javax.swing.JComboBox 's. |
public void | setMenuBarBorder(BorderUIResource menuBarBorder) Sets the border used around
javax.swing.JMenuBar 's. |
public void | setOptionPaneButtonFont(FontUIResource optionPaneButtonFont) Sets the font used in
javax.swing.JOptionPane buttons. |
public void | setOptionPaneButtonFont(Font optionPaneButtonFont) Sets the button font for a
javax.swing.JOptionPane . |
public void | setPopupMenuBorder(BorderUIResource popupMenuBorder) Sets the border of a
javax.swing.JPopupMenu . |
public void | setPrimaryControlColor(Color c) Sets the primary control background color used in scroll bar knobs etc. |
public void | setScrollBarBackgroundColor(Color scrollBarBackgroundColor) Sets the
javax.swing.JScrollBar background color. |
public void | setScrollBarWidth(int scrollBarWidth) Sets the width of a
javax.swing.JScrollBar . |
public void | setSelectedMenuBackgroundColor(Color selectedMenuBackgroundColor) Sets the background color for a selected menu item. |
public void | setSelectedMenuForegroundColor(Color selectedMenuForegroundColor) Sets the foreground color for a selected menu item. |
public void | setSelectedTextBackgroundColor(Color selectedTextBackgroundColor) Sets the selected text background color. |
public void | setSelectedTextColor(Color selectedTextColor) Sets the selected text color. |
public void | setShadingFactor(double shadingFactor) Sets the shading factor. |
public void | setSplitPaneDividerSize(int splitPaneDividerSize) Sets the size of the
javax.swing.JSplitPane divider. |
public void | setTableHeaderCellBorder(BorderUIResource tableHeaderCellBorder) Sets the border for the cells of a
javax.swing.table.JTableHeader . |
public void | setTextColor(Color c) Sets the text color. |
public void | setTextFieldBorder(BorderUIResource textFieldBorder) Sets the border used around
javax.swing.JTextField (including spinners etc.). |
public void | setTooltipBackgroundColor(Color tooltipBackgroundColor) Sets the tooltip background color. |
public void | setTooltipForegroundColor(ColorUIResource tooltipForegroundColor) Sets the foreground color used in
javax.swing.JToolTip . |
public void | setTreeClosedIcon(IconUIResource treeClosedIcon) Sets the icon used with closed nodes in a
javax.swing.JTree . |
public void | setTreeIconBackgroundColor(Color treeIconBackgroundColor) Sets the background color for the expand/collapse icons in a
javax.swing.JTree . |
public void | setTreeLeafIcon(IconUIResource treeLeafIcon) Sets the icon used with leaf nodes in a
javax.swing.JTree . |
public void | setTreeOpenIcon(IconUIResource treeOpenIcon) Sets the icon used with open nodes in a
javax.swing.JTree . |