Java Doc for InfoNodeLookAndFeelTheme.java in  » Swing-Library » InfoNode-Tabbed-Panel » net » infonode » gui » laf » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » InfoNode Tabbed Panel » net.infonode.gui.laf 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.infonode.gui.laf.InfoNodeLookAndFeelTheme

InfoNodeLookAndFeelTheme
public class InfoNodeLookAndFeelTheme (Code)
A theme for InfoNode look and feel. The theme infers some default colors from others, so modifying a color might affect other, unmodified colors.
author:
   $Author: jesper $
version:
   $Revision: 1.16 $


Field Summary
final public static  ColorDEFAULT_BACKGROUND_COLOR
    
final public static  ColorDEFAULT_CONTROL_COLOR
    
final public static  ColorDEFAULT_DESKTOP_COLOR
    
final public static  intDEFAULT_FONT_SIZE
    
final public static  ColorDEFAULT_PRIMARY_CONTROL_COLOR
    
final public static  ColorDEFAULT_SELECTED_BACKGROUND_COLOR
    
final public static  ColorDEFAULT_SELECTED_TEXT_COLOR
    
final public static  ColorDEFAULT_TEXT_COLOR
    
final public static  ColorDEFAULT_TOOLTIP_BACKGROUND_COLOR
    
final public static  ColorDEFAULT_TOOLTIP_FOREGROUND_COLOR
    

Constructor Summary
public  InfoNodeLookAndFeelTheme()
     Creates a default InfoNode look and feel theme.
public  InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor)
     Creates a theme with custom colors.
public  InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor, Color selectedBackgroundColor, Color selectedTextColor)
     Creates a theme with custom colors.
public  InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor, Color selectedBackgroundColor, Color selectedTextColor, double shadingFactor)
     Creates a theme with custom colors.
Parameters:
  name - the name of this theme
Parameters:
  controlColor - the background color for buttons, labels etc.
Parameters:
  primaryControlColor - the color of scrollbar "knobs"
Parameters:
  backgroundColor - the background color for viewports, tree's, tables etc.
Parameters:
  textColor - the text color
Parameters:
  selectedBackgroundColor - the background color for selected text, selected menu items
Parameters:
  selectedTextColor - the text color for selected text, selected menu items
Parameters:
  shadingFactor - the shading factor is used when calculating brighter and darker control colors.

Method Summary
public  ColorUIResourcegetActiveInternalFrameTitleBackgroundColor()
     Gets the background color for active javax.swing.JInternalFrame 's.
public  ColorUIResourcegetActiveInternalFrameTitleForegroundColor()
     Gets the foreground color for active javax.swing.JInternalFrame 's.
public  ColorUIResourcegetActiveInternalFrameTitleGradientColor()
     Gets the gradient color for active javax.swing.JInternalFrame 's.
public  ColorUIResourcegetBackgroundColor()
     Gets the background color for javax.swing.JViewport , javax.swing.JTree , javax.swing.JTable etc.
public  InsetsUIResourcegetButtonMargin()
     Gets the margin of a javax.swing.JButton .
public  ColorUIResourcegetControlColor()
     Gets the background color used for javax.swing.JComponent .
public  ColorUIResourcegetControlDarkShadowColor()
     Gets the control dark shadow color.
public  ColorUIResourcegetControlHighlightColor()
     Gets the control highlight color.
public  ColorUIResourcegetControlLightShadowColor()
     Gets the control light shadow color.
public  ColorUIResourcegetControlShadowColor()
     Gets the control shadow color.
public  ColorUIResourcegetDesktopColor()
     Gets the desktop color used in javax.swing.JDesktopPane etc.
public  ColorUIResourcegetFocusColor()
     Gets the control focus marker color.
public  FontUIResourcegetFont()
     Returns the base font.
public  ColorUIResourcegetInactiveInternalFrameTitleBackgroundColor()
     Gets the background color for inactive javax.swing.JInternalFrame 's.
public  ColorUIResourcegetInactiveInternalFrameTitleForegroundColor()
     Gets the foreground color for inactive javax.swing.JInternalFrame 's.
public  ColorUIResourcegetInactiveInternalFrameTitleGradientColor()
     Gets the gradient color for inactive javax.swing.JInternalFrame 's.
public  ColorUIResourcegetInactiveTextColor()
     Gets the color used for inactive text.
public  BorderUIResourcegetInternalFrameBorder()
     Gets the border used around javax.swing.JInternalFrame 's.
public  IconUIResourcegetInternalFrameCloseIcon()
     Gets the icon used in the close button in the title bar of javax.swing.JInternalFrame 's.
public  IconUIResourcegetInternalFrameIcon()
     Gets the icon to the left in the title bar of javax.swing.JInternalFrame 's.
public  IconUIResourcegetInternalFrameIconifyIcon()
     Gets the icon used in the iconify button in the title of a javax.swing.JInternalFrame .
public  IconUIResourcegetInternalFrameMaximizeIcon()
     Gets the icon used in the maximize button in the title bar of javax.swing.JInternalFrame 's.
public  IconUIResourcegetInternalFrameMinimizeIcon()
     Gets the icon used in the minimize button in the title bar of javax.swing.JInternalFrame 's.
public  FontUIResourcegetInternalFrameTitleFont()
     Gets the font used in the title of javax.swing.JInternalFrame 's.
public  BorderUIResourcegetListFocusedItemBorder()
     Gets the border used around the focused list item in javax.swing.JList 's and javax.swing.JComboBox 's.
public  BorderUIResourcegetListItemBorder()
     Gets the border used around list items in javax.swing.JList 's and javax.swing.JComboBox 's.
public  BorderUIResourcegetMenuBarBorder()
     Gets the border used around javax.swing.JMenuBar 's.
public  StringgetName()
     Returns the theme name.
public  FontUIResourcegetOptionPaneButtonFont()
     Gets the font used in javax.swing.JOptionPane buttons.
public  BorderUIResourcegetPopupMenuBorder()
     Gets the border of a javax.swing.JPopupMenu .
public  ColorUIResourcegetPrimaryControlColor()
     Gets the color of scrollbar "knobs" etc.
public  ColorUIResourcegetPrimaryControlDarkShadowColor()
     Gets the primary control dark shadow color.
public  ColorUIResourcegetPrimaryControlHighlightColor()
     Gets the primary control highlight color.
public  ColorUIResourcegetPrimaryControlShadowColor()
     Gets the primary control shadow color.
public  ColorUIResourcegetScrollBarBackgroundColor()
     Gets the background color for javax.swing.JScrollBar 's.
public  ColorUIResourcegetScrollBarBackgroundShadowColor()
     Gets the background shadow color for javax.swing.JScrollBar 's.
public  intgetScrollBarWidth()
     Gets the width of a javax.swing.JScrollBar .
public  ColorUIResourcegetSelectedMenuBackgroundColor()
     Gets the background color used for selected javax.swing.JMenuItem 's.
public  ColorUIResourcegetSelectedMenuForegroundColor()
     Gets the foreground color used for selected javax.swing.JMenuItem 's.
public  ColorUIResourcegetSelectedTextBackgroundColor()
     Gets the selected text background color.
public  ColorUIResourcegetSelectedTextColor()
     Gets the selected text color.
public  doublegetShadingFactor()
     Returns the shading factor.
public  intgetSplitPaneDividerSize()
     Gets the size of the javax.swing.JSplitPane divider.
public  BorderUIResourcegetTableHeaderCellBorder()
     Gets the border around cells in javax.swing.table.JTableHeader 's.
public  ColorUIResourcegetTextColor()
     Gets the text color.
public  BorderUIResourcegetTextFieldBorder()
     Gets the border used around javax.swing.JTextField (including spinners etc.).
public  ColorUIResourcegetTooltipBackgroundColor()
     Gets the background color for javax.swing.JToolTip .
public  ColorUIResourcegetTooltipForegroundColor()
     Gets the background color used in javax.swing.JToolTip .
public  IconUIResourcegetTreeClosedIcon()
     Gets the icon used with closed nodes in a javax.swing.JTree .
public  ColorUIResourcegetTreeIconBackgroundColor()
     Gets the background color used for collapse and expand icons in a javax.swing.JTree .
public  IconUIResourcegetTreeLeafIcon()
     Gets the icon used with leaf nodes in a javax.swing.JTree .
public  IconUIResourcegetTreeOpenIcon()
     Gets the icon used with open nodes in a javax.swing.JTree .
public  voidsetActiveInternalFrameTitleBackgroundColor(Color activeInternalFrameTitleBackgroundColor)
     Sets the background color for the title of an active javax.swing.JInternalFrame .
public  voidsetActiveInternalFrameTitleForegroundColor(Color activeInternalFrameTitleForegroundColor)
     Sets the foreground color for the title of an active javax.swing.JInternalFrame .
public  voidsetActiveInternalFrameTitleGradientColor(Color activeInternalFrameTitleGradientColor)
     Sets the gradient color for the title of an active javax.swing.JInternalFrame .
public  voidsetBackgroundColor(Color c)
     Sets the background color used in javax.swing.JViewport , javax.swing.JTree , javax.swing.JTable etc.
public  voidsetButtonMargin(InsetsUIResource buttonMargin)
     Sets the margin of a javax.swing.JButton .
public  voidsetControlColor(Color color)
     Sets the background color for javax.swing.JComponent 's.
public  voidsetDesktopColor(Color desktopColor)
     Sets the background color for a javax.swing.JDesktopPane .
public  voidsetFocusColor(Color focusColor)
     Sets the focus marker color.
public  voidsetFont(FontUIResource font)
     Sets the base font.
public  voidsetInactiveInternalFrameTitleBackgroundColor(Color inactiveInternalFrameTitleBackgroundColor)
     Sets the background color for the title of an inactive javax.swing.JInternalFrame .
public  voidsetInactiveInternalFrameTitleForegroundColor(Color inactiveInternalFrameTitleForegroundColor)
     Sets the foreground color for the title of an inactive javax.swing.JInternalFrame .
public  voidsetInactiveInternalFrameTitleGradientColor(Color inactiveInternalFrameTitleGradientColor)
     Sets the gradient color for the title of an inactive javax.swing.JInternalFrame .
public  voidsetInactiveTextColor(Color inactiveTextColor)
     Sets the inactive text color.
public  voidsetInternalFrameBorder(BorderUIResource internalFrameBorder)
     Sets the border used around javax.swing.JInternalFrame 's.
public  voidsetInternalFrameCloseIcon(IconUIResource internalFrameCloseIcon)
     Sets the icon used in the close button in the title bar of javax.swing.JInternalFrame 's.
public  voidsetInternalFrameIcon(IconUIResource internalFrameIcon)
     Sets the icon to the left in the title bar of javax.swing.JInternalFrame 's.
public  voidsetInternalFrameIconifyIcon(IconUIResource internalFrameIconifyIcon)
     Sets the icon used in the iconify button in the title of a javax.swing.JInternalFrame .
public  voidsetInternalFrameMaximizeIcon(IconUIResource internalFrameMaximizeIcon)
     Sets the icon used in the maximize button in the title bar of javax.swing.JInternalFrame 's.
public  voidsetInternalFrameMinimizeIcon(IconUIResource internalFrameMinimizeIcon)
     Sets the icon used in the minimize button in the title bar of javax.swing.JInternalFrame 's.
public  voidsetInternalFrameTitleFont(FontUIResource internalFrameTitleFont)
     Sets the font used in the title of javax.swing.JInternalFrame 's.
public  voidsetInternalFrameTitleFont(Font frameTitleFont)
     Sets the title font of an javax.swing.JInternalFrame .
public  voidsetListFocusedItemBorder(BorderUIResource listFocusedItemBorder)
     Sets the border used around the focused list item in javax.swing.JList 's and javax.swing.JComboBox 's.
public  voidsetListItemBorder(BorderUIResource listItemBorder)
     Sets the border used around list items in javax.swing.JList 's and javax.swing.JComboBox 's.
public  voidsetMenuBarBorder(BorderUIResource menuBarBorder)
     Sets the border used around javax.swing.JMenuBar 's.
public  voidsetOptionPaneButtonFont(FontUIResource optionPaneButtonFont)
     Sets the font used in javax.swing.JOptionPane buttons.
public  voidsetOptionPaneButtonFont(Font optionPaneButtonFont)
     Sets the button font for a javax.swing.JOptionPane .
public  voidsetPopupMenuBorder(BorderUIResource popupMenuBorder)
     Sets the border of a javax.swing.JPopupMenu .
public  voidsetPrimaryControlColor(Color c)
     Sets the primary control background color used in scroll bar knobs etc.
public  voidsetScrollBarBackgroundColor(Color scrollBarBackgroundColor)
     Sets the javax.swing.JScrollBar background color.
public  voidsetScrollBarWidth(int scrollBarWidth)
     Sets the width of a javax.swing.JScrollBar .
public  voidsetSelectedMenuBackgroundColor(Color selectedMenuBackgroundColor)
     Sets the background color for a selected menu item.
public  voidsetSelectedMenuForegroundColor(Color selectedMenuForegroundColor)
     Sets the foreground color for a selected menu item.
public  voidsetSelectedTextBackgroundColor(Color selectedTextBackgroundColor)
     Sets the selected text background color.
public  voidsetSelectedTextColor(Color selectedTextColor)
     Sets the selected text color.
public  voidsetShadingFactor(double shadingFactor)
     Sets the shading factor.
public  voidsetSplitPaneDividerSize(int splitPaneDividerSize)
     Sets the size of the javax.swing.JSplitPane divider.
public  voidsetTableHeaderCellBorder(BorderUIResource tableHeaderCellBorder)
     Sets the border for the cells of a javax.swing.table.JTableHeader .
public  voidsetTextColor(Color c)
     Sets the text color.
public  voidsetTextFieldBorder(BorderUIResource textFieldBorder)
     Sets the border used around javax.swing.JTextField (including spinners etc.).
public  voidsetTooltipBackgroundColor(Color tooltipBackgroundColor)
     Sets the tooltip background color.
public  voidsetTooltipForegroundColor(ColorUIResource tooltipForegroundColor)
     Sets the foreground color used in javax.swing.JToolTip .
public  voidsetTreeClosedIcon(IconUIResource treeClosedIcon)
     Sets the icon used with closed nodes in a javax.swing.JTree .
public  voidsetTreeIconBackgroundColor(Color treeIconBackgroundColor)
     Sets the background color for the expand/collapse icons in a javax.swing.JTree .
public  voidsetTreeLeafIcon(IconUIResource treeLeafIcon)
     Sets the icon used with leaf nodes in a javax.swing.JTree .
public  voidsetTreeOpenIcon(IconUIResource treeOpenIcon)
     Sets the icon used with open nodes in a javax.swing.JTree .

Field Detail
DEFAULT_BACKGROUND_COLOR
final public static Color DEFAULT_BACKGROUND_COLOR(Code)



DEFAULT_CONTROL_COLOR
final public static Color DEFAULT_CONTROL_COLOR(Code)



DEFAULT_DESKTOP_COLOR
final public static Color DEFAULT_DESKTOP_COLOR(Code)



DEFAULT_FONT_SIZE
final public static int DEFAULT_FONT_SIZE(Code)



DEFAULT_PRIMARY_CONTROL_COLOR
final public static Color DEFAULT_PRIMARY_CONTROL_COLOR(Code)



DEFAULT_SELECTED_BACKGROUND_COLOR
final public static Color DEFAULT_SELECTED_BACKGROUND_COLOR(Code)



DEFAULT_SELECTED_TEXT_COLOR
final public static Color DEFAULT_SELECTED_TEXT_COLOR(Code)



DEFAULT_TEXT_COLOR
final public static Color DEFAULT_TEXT_COLOR(Code)



DEFAULT_TOOLTIP_BACKGROUND_COLOR
final public static Color DEFAULT_TOOLTIP_BACKGROUND_COLOR(Code)



DEFAULT_TOOLTIP_FOREGROUND_COLOR
final public static Color DEFAULT_TOOLTIP_FOREGROUND_COLOR(Code)




Constructor Detail
InfoNodeLookAndFeelTheme
public InfoNodeLookAndFeelTheme()(Code)
Creates a default InfoNode look and feel theme.



InfoNodeLookAndFeelTheme
public InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor)(Code)
Creates a theme with custom colors.
Parameters:
  name - the name of this theme
Parameters:
  controlColor - the background color for buttons, labels etc.
Parameters:
  primaryControlColor - the color of scrollbar "knobs", text and menu selection background
Parameters:
  backgroundColor - the background color for viewports, tree's, tables etc.
Parameters:
  textColor - the text color



InfoNodeLookAndFeelTheme
public InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor, Color selectedBackgroundColor, Color selectedTextColor)(Code)
Creates a theme with custom colors.
Parameters:
  name - the name of this theme
Parameters:
  controlColor - the background color for buttons, labels etc.
Parameters:
  primaryControlColor - the color of scrollbar "knobs"
Parameters:
  backgroundColor - the background color for viewports, tree's, tables etc.
Parameters:
  textColor - the text color
Parameters:
  selectedBackgroundColor - the background color for selected text, selected menu items
Parameters:
  selectedTextColor - the text color for selected text, selected menu items



InfoNodeLookAndFeelTheme
public InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor, Color selectedBackgroundColor, Color selectedTextColor, double shadingFactor)(Code)
Creates a theme with custom colors.
Parameters:
  name - the name of this theme
Parameters:
  controlColor - the background color for buttons, labels etc.
Parameters:
  primaryControlColor - the color of scrollbar "knobs"
Parameters:
  backgroundColor - the background color for viewports, tree's, tables etc.
Parameters:
  textColor - the text color
Parameters:
  selectedBackgroundColor - the background color for selected text, selected menu items
Parameters:
  selectedTextColor - the text color for selected text, selected menu items
Parameters:
  shadingFactor - the shading factor is used when calculating brighter and darker control colors. Ahigher factor gives brighter and darker colors.




Method Detail
getActiveInternalFrameTitleBackgroundColor
public ColorUIResource getActiveInternalFrameTitleBackgroundColor()(Code)
Gets the background color for active javax.swing.JInternalFrame 's. the background color for active javax.swing.JInternalFrame's



getActiveInternalFrameTitleForegroundColor
public ColorUIResource getActiveInternalFrameTitleForegroundColor()(Code)
Gets the foreground color for active javax.swing.JInternalFrame 's. the foreground color for active javax.swing.JInternalFrame's



getActiveInternalFrameTitleGradientColor
public ColorUIResource getActiveInternalFrameTitleGradientColor()(Code)
Gets the gradient color for active javax.swing.JInternalFrame 's. the gradient color for active javax.swing.JInternalFrame's



getBackgroundColor
public ColorUIResource getBackgroundColor()(Code)
Gets the background color for javax.swing.JViewport , javax.swing.JTree , javax.swing.JTable etc. the background color for javax.swing.JViewport, javax.swing.JTree, javax.swing.JTable etc.



getButtonMargin
public InsetsUIResource getButtonMargin()(Code)
Gets the margin of a javax.swing.JButton . the margin of a javax.swing.JButton



getControlColor
public ColorUIResource getControlColor()(Code)
Gets the background color used for javax.swing.JComponent . the background color used for javax.swing.JComponent



getControlDarkShadowColor
public ColorUIResource getControlDarkShadowColor()(Code)
Gets the control dark shadow color. By default this is a color a little darker than the control shadow color. the control dark shadow color



getControlHighlightColor
public ColorUIResource getControlHighlightColor()(Code)
Gets the control highlight color. By default this is a color a little brighter than the control color. the control highlight color



getControlLightShadowColor
public ColorUIResource getControlLightShadowColor()(Code)
Gets the control light shadow color. By default this is a color a little darker than the control color. the control light shadow color



getControlShadowColor
public ColorUIResource getControlShadowColor()(Code)
Gets the control shadow color. By default this is a color a little darker than the control light shadow color. the control shadow color



getDesktopColor
public ColorUIResource getDesktopColor()(Code)
Gets the desktop color used in javax.swing.JDesktopPane etc. the desktop color used in javax.swing.JDesktopPane etc.



getFocusColor
public ColorUIResource getFocusColor()(Code)
Gets the control focus marker color. the control focus marker color



getFont
public FontUIResource getFont()(Code)
Returns the base font. This font is used as default font for all text. returns the base font



getInactiveInternalFrameTitleBackgroundColor
public ColorUIResource getInactiveInternalFrameTitleBackgroundColor()(Code)
Gets the background color for inactive javax.swing.JInternalFrame 's. the background color for inactive javax.swing.JInternalFrame's



getInactiveInternalFrameTitleForegroundColor
public ColorUIResource getInactiveInternalFrameTitleForegroundColor()(Code)
Gets the foreground color for inactive javax.swing.JInternalFrame 's. the foreground color for inactive javax.swing.JInternalFrame's



getInactiveInternalFrameTitleGradientColor
public ColorUIResource getInactiveInternalFrameTitleGradientColor()(Code)
Gets the gradient color for inactive javax.swing.JInternalFrame 's. the gradient color for inactive javax.swing.JInternalFrame's



getInactiveTextColor
public ColorUIResource getInactiveTextColor()(Code)
Gets the color used for inactive text. the color used for inactive text



getInternalFrameBorder
public BorderUIResource getInternalFrameBorder()(Code)
Gets the border used around javax.swing.JInternalFrame 's. the border used around javax.swing.JInternalFrame's



getInternalFrameCloseIcon
public IconUIResource getInternalFrameCloseIcon()(Code)
Gets the icon used in the close button in the title bar of javax.swing.JInternalFrame 's. the icon used in the close button in the title bar of javax.swing.JInternalFrame's



getInternalFrameIcon
public IconUIResource getInternalFrameIcon()(Code)
Gets the icon to the left in the title bar of javax.swing.JInternalFrame 's. the icon to the left in the title bar of javax.swing.JInternalFrame's



getInternalFrameIconifyIcon
public IconUIResource getInternalFrameIconifyIcon()(Code)
Gets the icon used in the iconify button in the title of a javax.swing.JInternalFrame . the icon used in the iconify button in the title of a javax.swing.JInternalFrame



getInternalFrameMaximizeIcon
public IconUIResource getInternalFrameMaximizeIcon()(Code)
Gets the icon used in the maximize button in the title bar of javax.swing.JInternalFrame 's. the icon used in the minimize button in the title bar of javax.swing.JInternalFrame's



getInternalFrameMinimizeIcon
public IconUIResource getInternalFrameMinimizeIcon()(Code)
Gets the icon used in the minimize button in the title bar of javax.swing.JInternalFrame 's. the icon used in the minimize button in the title bar of javax.swing.JInternalFrame's



getInternalFrameTitleFont
public FontUIResource getInternalFrameTitleFont()(Code)
Gets the font used in the title of javax.swing.JInternalFrame 's. Defaults to the text font with bold style. the font used in the title of javax.swing.JInternalFrame's



getListFocusedItemBorder
public BorderUIResource getListFocusedItemBorder()(Code)
Gets the border used around the focused list item in javax.swing.JList 's and javax.swing.JComboBox 's. the border used around the focused list item in javax.swing.JList's and javax.swing.JComboBox's



getListItemBorder
public BorderUIResource getListItemBorder()(Code)
Gets the border used around list items in javax.swing.JList 's and javax.swing.JComboBox 's. the border used around list items in javax.swing.JList's and javax.swing.JComboBox's



getMenuBarBorder
public BorderUIResource getMenuBarBorder()(Code)
Gets the border used around javax.swing.JMenuBar 's. the border used around javax.swing.JMenuBar's



getName
public String getName()(Code)
Returns the theme name. the theme name



getOptionPaneButtonFont
public FontUIResource getOptionPaneButtonFont()(Code)
Gets the font used in javax.swing.JOptionPane buttons. Defaults to the text font with bold style. the font used in javax.swing.JOptionPane buttons



getPopupMenuBorder
public BorderUIResource getPopupMenuBorder()(Code)
Gets the border of a javax.swing.JPopupMenu . the border of a javax.swing.JPopupMenu



getPrimaryControlColor
public ColorUIResource getPrimaryControlColor()(Code)
Gets the color of scrollbar "knobs" etc. the color of scrollbar "knobs" etc,



getPrimaryControlDarkShadowColor
public ColorUIResource getPrimaryControlDarkShadowColor()(Code)
Gets the primary control dark shadow color. By default this is a color a little darker than the primary control shadow color. the primary control dark shadow color



getPrimaryControlHighlightColor
public ColorUIResource getPrimaryControlHighlightColor()(Code)
Gets the primary control highlight color. By default this color is the same as the control highlight color.. the primary control highlight color



getPrimaryControlShadowColor
public ColorUIResource getPrimaryControlShadowColor()(Code)
Gets the primary control shadow color. By default this is a color a little darker than the primary control color. the primary control shadow color



getScrollBarBackgroundColor
public ColorUIResource getScrollBarBackgroundColor()(Code)
Gets the background color for javax.swing.JScrollBar 's. the background color for javax.swing.JScrollBar's



getScrollBarBackgroundShadowColor
public ColorUIResource getScrollBarBackgroundShadowColor()(Code)
Gets the background shadow color for javax.swing.JScrollBar 's. By default this is a color a little darker than the scroll bar background color. the background color for javax.swing.JScrollBar's.



getScrollBarWidth
public int getScrollBarWidth()(Code)
Gets the width of a javax.swing.JScrollBar . the width of a javax.swing.JScrollBar



getSelectedMenuBackgroundColor
public ColorUIResource getSelectedMenuBackgroundColor()(Code)
Gets the background color used for selected javax.swing.JMenuItem 's. the background color used for selected javax.swing.JMenuItem's



getSelectedMenuForegroundColor
public ColorUIResource getSelectedMenuForegroundColor()(Code)
Gets the foreground color used for selected javax.swing.JMenuItem 's. the foreground color used for selected javax.swing.JMenuItem's



getSelectedTextBackgroundColor
public ColorUIResource getSelectedTextBackgroundColor()(Code)
Gets the selected text background color. the selected text background color



getSelectedTextColor
public ColorUIResource getSelectedTextColor()(Code)
Gets the selected text color. the selected text color



getShadingFactor
public double getShadingFactor()(Code)
Returns the shading factor. The shading factor is used when calculating brighter and darker control colors. A higher factor gives brighter and darker colors. the shading factor



getSplitPaneDividerSize
public int getSplitPaneDividerSize()(Code)
Gets the size of the javax.swing.JSplitPane divider. the size of the javax.swing.JSplitPane divider



getTableHeaderCellBorder
public BorderUIResource getTableHeaderCellBorder()(Code)
Gets the border around cells in javax.swing.table.JTableHeader 's. the border around cells in javax.swing.table.JTableHeader's



getTextColor
public ColorUIResource getTextColor()(Code)
Gets the text color. the text color



getTextFieldBorder
public BorderUIResource getTextFieldBorder()(Code)
Gets the border used around javax.swing.JTextField (including spinners etc.). the border used around javax.swing.JTextField



getTooltipBackgroundColor
public ColorUIResource getTooltipBackgroundColor()(Code)
Gets the background color for javax.swing.JToolTip . the background color for javax.swing.JToolTip



getTooltipForegroundColor
public ColorUIResource getTooltipForegroundColor()(Code)
Gets the background color used in javax.swing.JToolTip . the background color used in javax.swing.JToolTip



getTreeClosedIcon
public IconUIResource getTreeClosedIcon()(Code)
Gets the icon used with closed nodes in a javax.swing.JTree . the icon used with closed nodes in a javax.swing.JTree



getTreeIconBackgroundColor
public ColorUIResource getTreeIconBackgroundColor()(Code)
Gets the background color used for collapse and expand icons in a javax.swing.JTree . the background color used for collapse and expand icons in a javax.swing.JTree



getTreeLeafIcon
public IconUIResource getTreeLeafIcon()(Code)
Gets the icon used with leaf nodes in a javax.swing.JTree . the icon used with leaf nodes in a javax.swing.JTree



getTreeOpenIcon
public IconUIResource getTreeOpenIcon()(Code)
Gets the icon used with open nodes in a javax.swing.JTree . the icon used with open nodes in a javax.swing.JTree



setActiveInternalFrameTitleBackgroundColor
public void setActiveInternalFrameTitleBackgroundColor(Color activeInternalFrameTitleBackgroundColor)(Code)
Sets the background color for the title of an active javax.swing.JInternalFrame .
Parameters:
  activeInternalFrameTitleBackgroundColor - the background color for the title of an active javax.swing.JInternalFrame



setActiveInternalFrameTitleForegroundColor
public void setActiveInternalFrameTitleForegroundColor(Color activeInternalFrameTitleForegroundColor)(Code)
Sets the foreground color for the title of an active javax.swing.JInternalFrame .
Parameters:
  activeInternalFrameTitleForegroundColor - the background color for the title of an active javax.swing.JInternalFrame



setActiveInternalFrameTitleGradientColor
public void setActiveInternalFrameTitleGradientColor(Color activeInternalFrameTitleGradientColor)(Code)
Sets the gradient color for the title of an active javax.swing.JInternalFrame .
Parameters:
  activeInternalFrameTitleGradientColor - the gradient color for the title of an active javax.swing.JInternalFrame



setBackgroundColor
public void setBackgroundColor(Color c)(Code)
Sets the background color used in javax.swing.JViewport , javax.swing.JTree , javax.swing.JTable etc.
Parameters:
  c - the background color used in javax.swing.JViewport, javax.swing.JTree, javax.swing.JTable etc.



setButtonMargin
public void setButtonMargin(InsetsUIResource buttonMargin)(Code)
Sets the margin of a javax.swing.JButton .
Parameters:
  buttonMargin - the margin of a javax.swing.JButton



setControlColor
public void setControlColor(Color color)(Code)
Sets the background color for javax.swing.JComponent 's.
Parameters:
  color - the control color



setDesktopColor
public void setDesktopColor(Color desktopColor)(Code)
Sets the background color for a javax.swing.JDesktopPane .
Parameters:
  desktopColor - the background color for a javax.swing.JDesktopPane



setFocusColor
public void setFocusColor(Color focusColor)(Code)
Sets the focus marker color.
Parameters:
  focusColor - the focus marker color



setFont
public void setFont(FontUIResource font)(Code)
Sets the base font. This font is used as default font for all text.
Parameters:
  font - the base font



setInactiveInternalFrameTitleBackgroundColor
public void setInactiveInternalFrameTitleBackgroundColor(Color inactiveInternalFrameTitleBackgroundColor)(Code)
Sets the background color for the title of an inactive javax.swing.JInternalFrame .
Parameters:
  inactiveInternalFrameTitleBackgroundColor - the background color for the title of an inactive javax.swing.JInternalFrame



setInactiveInternalFrameTitleForegroundColor
public void setInactiveInternalFrameTitleForegroundColor(Color inactiveInternalFrameTitleForegroundColor)(Code)
Sets the foreground color for the title of an inactive javax.swing.JInternalFrame .
Parameters:
  inactiveInternalFrameTitleForegroundColor - the background color for the title of an active javax.swing.JInternalFrame



setInactiveInternalFrameTitleGradientColor
public void setInactiveInternalFrameTitleGradientColor(Color inactiveInternalFrameTitleGradientColor)(Code)
Sets the gradient color for the title of an inactive javax.swing.JInternalFrame .
Parameters:
  inactiveInternalFrameTitleGradientColor - the gradient color for the title of an inactive javax.swing.JInternalFrame



setInactiveTextColor
public void setInactiveTextColor(Color inactiveTextColor)(Code)
Sets the inactive text color.
Parameters:
  inactiveTextColor - the inactive text color



setInternalFrameBorder
public void setInternalFrameBorder(BorderUIResource internalFrameBorder)(Code)
Sets the border used around javax.swing.JInternalFrame 's.
Parameters:
  internalFrameBorder - the border used around javax.swing.JInternalFrame's



setInternalFrameCloseIcon
public void setInternalFrameCloseIcon(IconUIResource internalFrameCloseIcon)(Code)
Sets the icon used in the close button in the title bar of javax.swing.JInternalFrame 's.
Parameters:
  internalFrameCloseIcon - the icon



setInternalFrameIcon
public void setInternalFrameIcon(IconUIResource internalFrameIcon)(Code)
Sets the icon to the left in the title bar of javax.swing.JInternalFrame 's.
Parameters:
  internalFrameIcon - the icon



setInternalFrameIconifyIcon
public void setInternalFrameIconifyIcon(IconUIResource internalFrameIconifyIcon)(Code)
Sets the icon used in the iconify button in the title of a javax.swing.JInternalFrame .
Parameters:
  internalFrameIconifyIcon - the icon used in the iconify button in the title of a javax.swing.JInternalFrame



setInternalFrameMaximizeIcon
public void setInternalFrameMaximizeIcon(IconUIResource internalFrameMaximizeIcon)(Code)
Sets the icon used in the maximize button in the title bar of javax.swing.JInternalFrame 's.
Parameters:
  internalFrameMaximizeIcon - the icon



setInternalFrameMinimizeIcon
public void setInternalFrameMinimizeIcon(IconUIResource internalFrameMinimizeIcon)(Code)
Sets the icon used in the minimize button in the title bar of javax.swing.JInternalFrame 's.
Parameters:
  internalFrameMinimizeIcon - the icon



setInternalFrameTitleFont
public void setInternalFrameTitleFont(FontUIResource internalFrameTitleFont)(Code)
Sets the font used in the title of javax.swing.JInternalFrame 's. Defaults to the text font with bold style.
Parameters:
  internalFrameTitleFont - the font



setInternalFrameTitleFont
public void setInternalFrameTitleFont(Font frameTitleFont)(Code)
Sets the title font of an javax.swing.JInternalFrame .
Parameters:
  frameTitleFont - the title font of an javax.swing.JInternalFrame



setListFocusedItemBorder
public void setListFocusedItemBorder(BorderUIResource listFocusedItemBorder)(Code)
Sets the border used around the focused list item in javax.swing.JList 's and javax.swing.JComboBox 's.
Parameters:
  listFocusedItemBorder - the border used around the focused list item in javax.swing.JList's and javax.swing.JComboBox's



setListItemBorder
public void setListItemBorder(BorderUIResource listItemBorder)(Code)
Sets the border used around list items in javax.swing.JList 's and javax.swing.JComboBox 's.
Parameters:
  listItemBorder - the border used around list items in javax.swing.JList's and javax.swing.JComboBox's



setMenuBarBorder
public void setMenuBarBorder(BorderUIResource menuBarBorder)(Code)
Sets the border used around javax.swing.JMenuBar 's.
Parameters:
  menuBarBorder - the border used around javax.swing.JMenuBar's



setOptionPaneButtonFont
public void setOptionPaneButtonFont(FontUIResource optionPaneButtonFont)(Code)
Sets the font used in javax.swing.JOptionPane buttons. Defaults to the text font with bold style.
Parameters:
  optionPaneButtonFont - the font used in javax.swing.JOptionPane buttons



setOptionPaneButtonFont
public void setOptionPaneButtonFont(Font optionPaneButtonFont)(Code)
Sets the button font for a javax.swing.JOptionPane . Default to the text font with bold style.
Parameters:
  optionPaneButtonFont - the button font for a javax.swing.JOptionPane



setPopupMenuBorder
public void setPopupMenuBorder(BorderUIResource popupMenuBorder)(Code)
Sets the border of a javax.swing.JPopupMenu .
Parameters:
  popupMenuBorder - the border of a javax.swing.JPopupMenu



setPrimaryControlColor
public void setPrimaryControlColor(Color c)(Code)
Sets the primary control background color used in scroll bar knobs etc.
Parameters:
  c - the primary control background color



setScrollBarBackgroundColor
public void setScrollBarBackgroundColor(Color scrollBarBackgroundColor)(Code)
Sets the javax.swing.JScrollBar background color.
Parameters:
  scrollBarBackgroundColor - the javax.swing.JScrollBar background color



setScrollBarWidth
public void setScrollBarWidth(int scrollBarWidth)(Code)
Sets the width of a javax.swing.JScrollBar .
Parameters:
  scrollBarWidth - the width of a javax.swing.JScrollBar



setSelectedMenuBackgroundColor
public void setSelectedMenuBackgroundColor(Color selectedMenuBackgroundColor)(Code)
Sets the background color for a selected menu item.
Parameters:
  selectedMenuBackgroundColor - the background color for a selected menu item



setSelectedMenuForegroundColor
public void setSelectedMenuForegroundColor(Color selectedMenuForegroundColor)(Code)
Sets the foreground color for a selected menu item.
Parameters:
  selectedMenuForegroundColor - the foreground color for a selected menu item



setSelectedTextBackgroundColor
public void setSelectedTextBackgroundColor(Color selectedTextBackgroundColor)(Code)
Sets the selected text background color.
Parameters:
  selectedTextBackgroundColor - the selected text background color



setSelectedTextColor
public void setSelectedTextColor(Color selectedTextColor)(Code)
Sets the selected text color.
Parameters:
  selectedTextColor - the selected text color



setShadingFactor
public void setShadingFactor(double shadingFactor)(Code)
Sets the shading factor. The shading factor is used when calculating brighter and darker control colors. A higher factor gives brighter and darker colors.
Parameters:
  shadingFactor - the shading factor



setSplitPaneDividerSize
public void setSplitPaneDividerSize(int splitPaneDividerSize)(Code)
Sets the size of the javax.swing.JSplitPane divider.
Parameters:
  splitPaneDividerSize - the size of the javax.swing.JSplitPane divider



setTableHeaderCellBorder
public void setTableHeaderCellBorder(BorderUIResource tableHeaderCellBorder)(Code)
Sets the border for the cells of a javax.swing.table.JTableHeader .
Parameters:
  tableHeaderCellBorder - the border for the cells of a javax.swing.table.JTableHeader



setTextColor
public void setTextColor(Color c)(Code)
Sets the text color.
Parameters:
  c - the text color



setTextFieldBorder
public void setTextFieldBorder(BorderUIResource textFieldBorder)(Code)
Sets the border used around javax.swing.JTextField (including spinners etc.).
Parameters:
  textFieldBorder - the border used around javax.swing.JTextField



setTooltipBackgroundColor
public void setTooltipBackgroundColor(Color tooltipBackgroundColor)(Code)
Sets the tooltip background color.
Parameters:
  tooltipBackgroundColor - the tooltip background color



setTooltipForegroundColor
public void setTooltipForegroundColor(ColorUIResource tooltipForegroundColor)(Code)
Sets the foreground color used in javax.swing.JToolTip .
Parameters:
  tooltipForegroundColor - the foreground color used in javax.swing.JToolTip



setTreeClosedIcon
public void setTreeClosedIcon(IconUIResource treeClosedIcon)(Code)
Sets the icon used with closed nodes in a javax.swing.JTree .
Parameters:
  treeClosedIcon - the icon used with closed nodes in a javax.swing.JTree



setTreeIconBackgroundColor
public void setTreeIconBackgroundColor(Color treeIconBackgroundColor)(Code)
Sets the background color for the expand/collapse icons in a javax.swing.JTree .
Parameters:
  treeIconBackgroundColor - the background color for the expand/collapse icons in a javax.swing.JTree



setTreeLeafIcon
public void setTreeLeafIcon(IconUIResource treeLeafIcon)(Code)
Sets the icon used with leaf nodes in a javax.swing.JTree .
Parameters:
  treeLeafIcon - the icon used with leaf nodes in a javax.swing.JTree



setTreeOpenIcon
public void setTreeOpenIcon(IconUIResource treeOpenIcon)(Code)
Sets the icon used with open nodes in a javax.swing.JTree .
Parameters:
  treeOpenIcon - the icon used with open nodes in a javax.swing.JTree



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.