|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.AbstractPlugin org.xnap.plugin.AbstractThemePlugin
public abstract class AbstractThemePlugin
Provides the default implementation for theme plugin classes.
Constructor Summary | |
---|---|
AbstractThemePlugin()
|
Method Summary | |
---|---|
protected abstract Theme |
createTheme()
Creates and returns the theme. |
Theme |
getTheme()
|
void |
start()
Registers the theme. |
void |
startGUI()
Does nothing. |
void |
stop()
Unregisters the theme |
void |
stopGUI()
Does nothing. |
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 AbstractThemePlugin()
Method Detail |
---|
protected abstract Theme createTheme()
public Theme getTheme()
public void start()
Plugin.start()
public void startGUI()
Plugin.startGUI()
public void stop()
Plugin.stop()
public void stopGUI()
Plugin.stopGUI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |