carstore
Class CarCustomizer

java.lang.Object
  extended by carstore.CarCustomizer

public class CarCustomizer
extends java.lang.Object

A helper class that customizes a CarBean for a set of options in a package.

This class reads its settings from a Properties file


Constructor Summary
CarCustomizer()
           
CarCustomizer(java.lang.String bundleName)
           
 
Method Summary
 void customizeCar(CarBean toCustomize)
           
 java.lang.String getButtonStyle()
           
 void setButtonStyle(java.lang.String newButtonStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarCustomizer

public CarCustomizer()

CarCustomizer

public CarCustomizer(java.lang.String bundleName)
Method Detail

getButtonStyle

public java.lang.String getButtonStyle()

setButtonStyle

public void setButtonStyle(java.lang.String newButtonStyle)

customizeCar

public void customizeCar(CarBean toCustomize)


Copyright ? 2004 Sun Microsystems, Inc. All Rights Reserved.