|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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 AbstractTemplateKitgetLoginTemplate in class DefaultTemplateKitString valuepublic String getLibraryTemplate()
AbstractTemplateKit
getLibraryTemplate in interface AbstractTemplateKitgetLibraryTemplate in class DefaultTemplateKitString valuepublic String getQuizTemplate()
AbstractTemplateKit
getQuizTemplate in interface AbstractTemplateKitgetQuizTemplate in class DefaultTemplateKitString valuepublic String getWelcomeTemplate()
AbstractTemplateKit
getWelcomeTemplate in interface AbstractTemplateKitgetWelcomeTemplate in class DefaultTemplateKitString valuepublic SteelmeTheme getTheme()
public File getBaseDir()
AbstractTemplateKit
getBaseDir in interface AbstractTemplateKitgetBaseDir in class DefaultTemplateKitjava.io.File value
protected String getText(String textUrl)
throws MalformedURLException,
IOException
getText method here.
getText in class DefaultTemplateKittextUrl - 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 | ||||||||