|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.sillyview.Widget
net.sourceforge.pavlov.controllers.LibraryController
public class LibraryController
| Field Summary | |
|---|---|
static String |
BOOK
Description of the Field |
static String |
BOOK_NAME
Description of the Field |
static String |
CHAPTER
Description of the Field |
static String |
CHAPTER_NAME
Description of the Field |
static String |
START_QUIZ
Description of the Field |
static String |
START_QUIZ_COMMAND
Description of the Field |
| Fields inherited from class net.sourceforge.sillyview.Widget |
|---|
view |
| Constructor Summary | |
|---|---|
LibraryController(WidgetView vu,
AbstractLibrary lib)
Constructor for the LibraryController object |
|
| Method Summary | |
|---|---|
void |
setBaseDirectory(File baseDir)
Sets the template attribute of the LibraryController object |
void |
setHyperlinkListener(HyperlinkListener h)
Sets the hyperlinkListener attribute of the LibraryController object |
void |
setTemplate(String tmp,
File baseDir)
Sets the template attribute of the LibraryController object |
| Methods inherited from class net.sourceforge.sillyview.Widget |
|---|
getView, setView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BOOK
public static final String CHAPTER
public static final String START_QUIZ
public static final String START_QUIZ_COMMAND
public static final String BOOK_NAME
public static final String CHAPTER_NAME
| Constructor Detail |
|---|
public LibraryController(WidgetView vu,
AbstractLibrary lib)
throws IOException,
Exception
vu - A WidgetView to display the librarylib - A library to render
IOException - Description of the Exception
Exception - Description of the Exception| Method Detail |
|---|
public void setTemplate(String tmp,
File baseDir)
tmp - The new template valuebaseDir - The new template valuepublic void setBaseDirectory(File baseDir)
tmp - The new template valuebaseDir - The new template valuepublic void setHyperlinkListener(HyperlinkListener h)
h - The new hyperlinkListener value
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||