org.jtheque.core.managers.view.impl
Class JThequeViewDefaults

java.lang.Object
  extended by org.jtheque.core.managers.view.impl.JThequeViewDefaults
All Implemented Interfaces:
ViewDefaults

public final class JThequeViewDefaults
extends java.lang.Object
implements ViewDefaults

Author:
Baptiste Wicht

Constructor Summary
JThequeViewDefaults()
           
 
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.
 void setBackgroundColor(java.awt.Color backgroundColor)
          Set the default background color.
 void setFilthyBackgroundColor(java.awt.Color filthyBackgroundColor)
          Set the filthy background color.
 void setFilthyButtonFont(java.awt.Font filthyButtonFont)
          Set the filthy button font.
 void setFilthyForegroundColor(java.awt.Color filthyForegroundColor)
          Set the filthy foreground color.
 void setFilthyInputFont(java.awt.Font filthyInputFont)
          Set the filthy input font.
 void setForegroundColor(java.awt.Color foregroundColor)
          Set the foreground color.
 void setSelectedBackgroundColor(java.awt.Color selectedBackgroundColor)
          Set the selected background color.
 void setSelectedForegroundColor(java.awt.Color selectedForegroundColor)
          Set the selected foreground color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JThequeViewDefaults

public JThequeViewDefaults()
Method Detail

getBackgroundColor

public java.awt.Color getBackgroundColor()
Description copied from interface: ViewDefaults
Return the default background color.

Specified by:
getBackgroundColor in interface ViewDefaults
Returns:
The default background color.

setBackgroundColor

public void setBackgroundColor(java.awt.Color backgroundColor)
Set the default background color.

Parameters:
backgroundColor - The default background color.

getFilthyBackgroundColor

public java.awt.Color getFilthyBackgroundColor()
Description copied from interface: ViewDefaults
Return the default filthy background color.

Specified by:
getFilthyBackgroundColor in interface ViewDefaults
Returns:
The default filthy background color.

setFilthyBackgroundColor

public void setFilthyBackgroundColor(java.awt.Color filthyBackgroundColor)
Set the filthy background color.

Parameters:
filthyBackgroundColor - The filthy background color.

getForegroundColor

public java.awt.Color getForegroundColor()
Description copied from interface: ViewDefaults
Return the default foreground color.

Specified by:
getForegroundColor in interface ViewDefaults
Returns:
The default foreground color.

setForegroundColor

public void setForegroundColor(java.awt.Color foregroundColor)
Set the foreground color.

Parameters:
foregroundColor - The foreground color.

getSelectedForegroundColor

public java.awt.Color getSelectedForegroundColor()
Description copied from interface: ViewDefaults
Return the default selected foreground color.

Specified by:
getSelectedForegroundColor in interface ViewDefaults
Returns:
The default selected foreground color.

setSelectedForegroundColor

public void setSelectedForegroundColor(java.awt.Color selectedForegroundColor)
Set the selected foreground color.

Parameters:
selectedForegroundColor - The selected foreground color.

getSelectedBackgroundColor

public java.awt.Color getSelectedBackgroundColor()
Description copied from interface: ViewDefaults
Return the default selected background color.

Specified by:
getSelectedBackgroundColor in interface ViewDefaults
Returns:
The default selected background color.

setSelectedBackgroundColor

public void setSelectedBackgroundColor(java.awt.Color selectedBackgroundColor)
Set the selected background color.

Parameters:
selectedBackgroundColor - The selected background color.

getFilthyButtonFont

public java.awt.Font getFilthyButtonFont()
Description copied from interface: ViewDefaults
Return the filthy button font.

Specified by:
getFilthyButtonFont in interface ViewDefaults
Returns:
The filthy button font.

setFilthyButtonFont

public void setFilthyButtonFont(java.awt.Font filthyButtonFont)
Set the filthy button font.

Parameters:
filthyButtonFont - The filthy button font.

getFilthyForegroundColor

public java.awt.Color getFilthyForegroundColor()
Description copied from interface: ViewDefaults
Return the default filthy foreground color.

Specified by:
getFilthyForegroundColor in interface ViewDefaults
Returns:
The default filthy foreground color.

setFilthyForegroundColor

public void setFilthyForegroundColor(java.awt.Color filthyForegroundColor)
Set the filthy foreground color.

Parameters:
filthyForegroundColor - The filthy foreground color.

getFilthyInputFont

public java.awt.Font getFilthyInputFont()
Description copied from interface: ViewDefaults
Return the filthy input font.

Specified by:
getFilthyInputFont in interface ViewDefaults
Returns:
The filthy input font.

setFilthyInputFont

public void setFilthyInputFont(java.awt.Font filthyInputFont)
Set the filthy input font.

Parameters:
filthyInputFont - The filthy input font.


Copyright © 2009 JTheque. All Rights Reserved.