org.xnap.plugin
Class AbstractLAFPlugin

java.lang.Object
  extended by org.xnap.plugin.AbstractPlugin
      extended by org.xnap.plugin.AbstractLAFPlugin
All Implemented Interfaces:
Plugin
Direct Known Subclasses:
AlloyPlugin, KunststoffPlugin, LooksPlugin

public abstract class AbstractLAFPlugin
extends AbstractPlugin

Provides the default implementation for look and feel plugin classes.


Constructor Summary
AbstractLAFPlugin()
           
AbstractLAFPlugin(java.lang.String className)
           
 
Method Summary
 void installLookAndFeel()
           
 void start()
          Registers the Look And Feel.
 void startGUI()
          Updates the look and feel menu.
 void stop()
          Does nothing.
 void stopGUI()
          Updates the look and feel menu.
 
Methods inherited from class org.xnap.plugin.AbstractPlugin
getInfo, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractLAFPlugin

public AbstractLAFPlugin(java.lang.String className)

AbstractLAFPlugin

public AbstractLAFPlugin()
Method Detail

start

public void start()
Registers the Look And Feel. We need to do this before the gui is started (except for the SplashWindow).

See Also:
Plugin.start()

startGUI

public void startGUI()
Updates the look and feel menu.

See Also:
Plugin.startGUI()

stop

public void stop()
Does nothing.

See Also:
Plugin.stop()

stopGUI

public void stopGUI()
Updates the look and feel menu.

See Also:
Plugin.stopGUI()

installLookAndFeel

public void installLookAndFeel()


Copyright © 2001-2005 XNap Team. All Rights Reserved.