net.sf.doolin.gui.util
Class GUILF

java.lang.Object
  extended by net.sf.doolin.gui.util.GUILF

public class GUILF
extends Object

Sets the look and feel of the application at startup.

Author:
Damien Coraboeuf

Constructor Summary
GUILF()
           
 
Method Summary
 String getLfClassName()
          Returns the lfClassName.
 boolean isUseSystem()
          Checks if is use system.
 void run()
          Run.
 void setLfClassName(String lfClassName)
          Sets the lfClassName.
 void setUseSystem(boolean useSystem)
          Sets the use system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUILF

public GUILF()
Method Detail

run

@PostConstruct
public void run()
Run.


getLfClassName

public String getLfClassName()
Returns the lfClassName.

Returns:
String

setLfClassName

public void setLfClassName(String lfClassName)
Sets the lfClassName.

Parameters:
lfClassName - String

isUseSystem

public boolean isUseSystem()
Checks if is use system.

Returns:
true, if is use system

setUseSystem

public void setUseSystem(boolean useSystem)
Sets the use system.

Parameters:
useSystem - the new use system


Copyright © 2011. All Rights Reserved.