|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.plugin.AbstractPlugin
org.xnap.plugin.AbstractLAFPlugin
public abstract class AbstractLAFPlugin
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 |
|---|
public AbstractLAFPlugin(java.lang.String className)
public AbstractLAFPlugin()
| Method Detail |
|---|
public void start()
Plugin.start()public void startGUI()
Plugin.startGUI()public void stop()
Plugin.stop()public void stopGUI()
Plugin.stopGUI()public void installLookAndFeel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||