com.rapidminer.gui.look
Class RapidLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by com.rapidminer.gui.look.RapidLookAndFeel
All Implemented Interfaces:
java.io.Serializable

public class RapidLookAndFeel
extends javax.swing.plaf.basic.BasicLookAndFeel

The main look and feel class.

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
RapidLookAndFeel()
           
 
Method Summary
static Colors getColors()
           
static javax.swing.plaf.ColorUIResource getControlDarkShadow()
           
static javax.swing.plaf.ColorUIResource getControlHighlight()
           
static javax.swing.plaf.ColorUIResource getControlShadow()
           
static javax.swing.plaf.ColorUIResource getControlTextColor()
           
 javax.swing.UIDefaults getDefaults()
           
 java.lang.String getDescription()
           
static javax.swing.plaf.ColorUIResource getDesktopColor()
           
static javax.swing.plaf.ColorUIResource getHighlightedTextColor()
           
 java.lang.String getID()
           
static javax.swing.plaf.ColorUIResource getInactiveControlTextColor()
           
static javax.swing.plaf.ColorUIResource getInactiveSystemTextColor()
           
static javax.swing.plaf.FontUIResource getMainFont()
           
static javax.swing.plaf.ColorUIResource getMenuBackground()
           
static javax.swing.plaf.ColorUIResource getMenuDisabledForeground()
           
static javax.swing.plaf.ColorUIResource getMenuForeground()
           
static javax.swing.plaf.ColorUIResource getMenuSelectedBack()
           
static javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
           
static javax.swing.plaf.ColorUIResource getMenuSelectedForeground()
           
 java.lang.String getName()
           
static javax.swing.plaf.ColorUIResource getPrimaryControl()
           
static javax.swing.plaf.ColorUIResource getPrimaryControlDarkShadow()
           
static javax.swing.plaf.ColorUIResource getPrimaryControlHighlight()
           
static javax.swing.plaf.ColorUIResource getPrimaryControlShadow()
           
static javax.swing.plaf.ColorUIResource getSystemTextColor()
           
static javax.swing.plaf.ColorUIResource getTextBackground()
           
static javax.swing.plaf.FontUIResource getTextfieldFont()
           
static javax.swing.plaf.ColorUIResource getTextHighlightBackColor()
           
 javax.swing.plaf.ColorUIResource getTextHighlightColor()
           
static javax.swing.plaf.ColorUIResource getUserTextColor()
           
static javax.swing.plaf.ColorUIResource getWindowBackground()
           
static javax.swing.plaf.ColorUIResource getWindowTitleBackground()
           
static javax.swing.plaf.ColorUIResource getWindowTitleForeground()
           
protected  void initClassDefaults(javax.swing.UIDefaults table)
           
protected  void initComponentDefaults(javax.swing.UIDefaults table)
           
 void initialize()
           
protected  void initSystemColorDefaults(javax.swing.UIDefaults table)
           
 boolean isNativeLookAndFeel()
           
 boolean isSupportedLookAndFeel()
           
 void uninitialize()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, loadSystemColors, playSound
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RapidLookAndFeel

public RapidLookAndFeel()
Method Detail

getColors

public static Colors getColors()

initialize

public void initialize()
Overrides:
initialize in class javax.swing.plaf.basic.BasicLookAndFeel

uninitialize

public void uninitialize()
Overrides:
uninitialize in class javax.swing.plaf.basic.BasicLookAndFeel

getDefaults

public javax.swing.UIDefaults getDefaults()
Overrides:
getDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

isNativeLookAndFeel

public boolean isNativeLookAndFeel()
Specified by:
isNativeLookAndFeel in class javax.swing.LookAndFeel

isSupportedLookAndFeel

public boolean isSupportedLookAndFeel()
Specified by:
isSupportedLookAndFeel in class javax.swing.LookAndFeel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.LookAndFeel

getID

public java.lang.String getID()
Specified by:
getID in class javax.swing.LookAndFeel

getName

public java.lang.String getName()
Specified by:
getName in class javax.swing.LookAndFeel

initSystemColorDefaults

protected void initSystemColorDefaults(javax.swing.UIDefaults table)
Overrides:
initSystemColorDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

initComponentDefaults

protected void initComponentDefaults(javax.swing.UIDefaults table)
Overrides:
initComponentDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

initClassDefaults

protected void initClassDefaults(javax.swing.UIDefaults table)
Overrides:
initClassDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

getDesktopColor

public static javax.swing.plaf.ColorUIResource getDesktopColor()

getControlShadow

public static javax.swing.plaf.ColorUIResource getControlShadow()

getControlDarkShadow

public static javax.swing.plaf.ColorUIResource getControlDarkShadow()

getControlHighlight

public static javax.swing.plaf.ColorUIResource getControlHighlight()

getPrimaryControl

public static javax.swing.plaf.ColorUIResource getPrimaryControl()

getPrimaryControlShadow

public static javax.swing.plaf.ColorUIResource getPrimaryControlShadow()

getPrimaryControlDarkShadow

public static javax.swing.plaf.ColorUIResource getPrimaryControlDarkShadow()

getPrimaryControlHighlight

public static javax.swing.plaf.ColorUIResource getPrimaryControlHighlight()

getSystemTextColor

public static javax.swing.plaf.ColorUIResource getSystemTextColor()

getControlTextColor

public static javax.swing.plaf.ColorUIResource getControlTextColor()

getInactiveControlTextColor

public static javax.swing.plaf.ColorUIResource getInactiveControlTextColor()

getTextBackground

public static javax.swing.plaf.ColorUIResource getTextBackground()

getUserTextColor

public static javax.swing.plaf.ColorUIResource getUserTextColor()

getTextHighlightBackColor

public static javax.swing.plaf.ColorUIResource getTextHighlightBackColor()

getHighlightedTextColor

public static javax.swing.plaf.ColorUIResource getHighlightedTextColor()

getInactiveSystemTextColor

public static javax.swing.plaf.ColorUIResource getInactiveSystemTextColor()

getWindowTitleBackground

public static javax.swing.plaf.ColorUIResource getWindowTitleBackground()

getWindowTitleForeground

public static javax.swing.plaf.ColorUIResource getWindowTitleForeground()

getMenuBackground

public static javax.swing.plaf.ColorUIResource getMenuBackground()

getMenuForeground

public static javax.swing.plaf.ColorUIResource getMenuForeground()

getMenuSelectedBackground

public static javax.swing.plaf.ColorUIResource getMenuSelectedBackground()

getMenuSelectedForeground

public static javax.swing.plaf.ColorUIResource getMenuSelectedForeground()

getMenuDisabledForeground

public static javax.swing.plaf.ColorUIResource getMenuDisabledForeground()

getMenuSelectedBack

public static javax.swing.plaf.ColorUIResource getMenuSelectedBack()

getWindowBackground

public static javax.swing.plaf.ColorUIResource getWindowBackground()

getMainFont

public static javax.swing.plaf.FontUIResource getMainFont()

getTextfieldFont

public static javax.swing.plaf.FontUIResource getTextfieldFont()

getTextHighlightColor

public javax.swing.plaf.ColorUIResource getTextHighlightColor()


Copyright © 2001-2009 by Rapid-I