com.japisoft.framework.step
Class LookAndFeelStep

java.lang.Object
  extended bycom.japisoft.framework.ApplicationStepAdapter
      extended bycom.japisoft.framework.step.LookAndFeelStep
All Implemented Interfaces:
ApplicationStep

public class LookAndFeelStep
extends ApplicationStepAdapter

Here a lookAndFeelStep using the user preferences ( interface/lookAndFeel keys )

Version:
1.0
Author:
(c) 2004-2006 JAPISoft / http://www.japisoft.com

Constructor Summary
LookAndFeelStep()
          Use the system lookAndFeel by default
LookAndFeelStep(java.lang.String defaultLookAndFeelClassName)
          Use the provided lookAndFeel
 
Method Summary
 void start(java.lang.String[] args)
          Start this application step.
 
Methods inherited from class com.japisoft.framework.ApplicationStepAdapter
isFinal, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelStep

public LookAndFeelStep(java.lang.String defaultLookAndFeelClassName)
Use the provided lookAndFeel


LookAndFeelStep

public LookAndFeelStep()
Use the system lookAndFeel by default

Method Detail

start

public void start(java.lang.String[] args)
Description copied from interface: ApplicationStep
Start this application step. The application main parameters are provided. It may throw an ApplicationStepException

Specified by:
start in interface ApplicationStep
Overrides:
start in class ApplicationStepAdapter