net.sourceforge.squirrel_sql.plugins.laf
Class LAFRegister

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.laf.LAFRegister

public class LAFRegister
extends Object

Register of Look and Feels.

Author:
Colin Bell

Method Summary
 ClassLoader getLookAndFeelClassLoader()
          Return the class loader used to load the Look and Feels.
 void setFileWrapperFactory(FileWrapperFactory fileWrapperFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLookAndFeelClassLoader

public ClassLoader getLookAndFeelClassLoader()
Return the class loader used to load the Look and Feels.

Returns:
the ClassLoader used to load the look and feels.

setFileWrapperFactory

public void setFileWrapperFactory(FileWrapperFactory fileWrapperFactory)
Parameters:
fileWrapperFactory - the fileWrapperFactory to set


Copyright © 2001-2013. All Rights Reserved.