|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pavlov.main.DefaultTemplateKit net.sourceforge.pavlov.main.Skin
public class Skin
Describe class DefaultTemplateKit
here.
Constructor Summary | |
---|---|
Skin(File directory)
|
Method Summary | |
---|---|
File |
getBaseDir()
Return the directory in which these templates reside. |
String |
getLibraryTemplate()
Return the template the user uses to select a chapter to quiz on. |
String |
getLoginTemplate()
Return the template used to log the user in. |
String |
getQuizTemplate()
Return the template used to display a question during a quiz. |
protected String |
getText(String textUrl)
Describe getText method here. |
SteelmeTheme |
getTheme()
|
String |
getWelcomeTemplate()
Return the template used to welcome a user to Pavlov. |
Methods inherited from class net.sourceforge.pavlov.main.DefaultTemplateKit |
---|
getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Skin(File directory)
Method Detail |
---|
public String getLoginTemplate()
AbstractTemplateKit
getLoginTemplate
in interface AbstractTemplateKit
getLoginTemplate
in class DefaultTemplateKit
String
valuepublic String getLibraryTemplate()
AbstractTemplateKit
getLibraryTemplate
in interface AbstractTemplateKit
getLibraryTemplate
in class DefaultTemplateKit
String
valuepublic String getQuizTemplate()
AbstractTemplateKit
getQuizTemplate
in interface AbstractTemplateKit
getQuizTemplate
in class DefaultTemplateKit
String
valuepublic String getWelcomeTemplate()
AbstractTemplateKit
getWelcomeTemplate
in interface AbstractTemplateKit
getWelcomeTemplate
in class DefaultTemplateKit
String
valuepublic SteelmeTheme getTheme()
public File getBaseDir()
AbstractTemplateKit
getBaseDir
in interface AbstractTemplateKit
getBaseDir
in class DefaultTemplateKit
java.io.File
valueprotected String getText(String textUrl) throws MalformedURLException, IOException
getText
method here.
getText
in class DefaultTemplateKit
textUrl
- a String
value
MalformedURLException
- if an error occurs
IOException
- if an error occurs
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |