org.jtheque.core.managers.view.able
Interface ViewDefaults

All Known Implementing Classes:
JThequeViewDefaults

public interface ViewDefaults

The view defaults.

Author:
Baptiste Wicht

Method Summary
 java.awt.Color getBackgroundColor()
          Return the default background color.
 java.awt.Color getFilthyBackgroundColor()
          Return the default filthy background color.
 java.awt.Font getFilthyButtonFont()
          Return the filthy button font.
 java.awt.Color getFilthyForegroundColor()
          Return the default filthy foreground color.
 java.awt.Font getFilthyInputFont()
          Return the filthy input font.
 java.awt.Color getForegroundColor()
          Return the default foreground color.
 java.awt.Color getSelectedBackgroundColor()
          Return the default selected background color.
 java.awt.Color getSelectedForegroundColor()
          Return the default selected foreground color.
 

Method Detail

getBackgroundColor

java.awt.Color getBackgroundColor()
Return the default background color.

Returns:
The default background color.

getFilthyBackgroundColor

java.awt.Color getFilthyBackgroundColor()
Return the default filthy background color.

Returns:
The default filthy background color.

getForegroundColor

java.awt.Color getForegroundColor()
Return the default foreground color.

Returns:
The default foreground color.

getSelectedForegroundColor

java.awt.Color getSelectedForegroundColor()
Return the default selected foreground color.

Returns:
The default selected foreground color.

getSelectedBackgroundColor

java.awt.Color getSelectedBackgroundColor()
Return the default selected background color.

Returns:
The default selected background color.

getFilthyForegroundColor

java.awt.Color getFilthyForegroundColor()
Return the default filthy foreground color.

Returns:
The default filthy foreground color.

getFilthyButtonFont

java.awt.Font getFilthyButtonFont()
Return the filthy button font.

Returns:
The filthy button font.

getFilthyInputFont

java.awt.Font getFilthyInputFont()
Return the filthy input font.

Returns:
The filthy input font.


Copyright © 2009 JTheque. All Rights Reserved.