|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.terminal.web.Theme.File
com.itmill.toolkit.terminal.web.Theme.Fileset
public class Theme.Fileset
A recursive set of files sharing the same requirements.
| Constructor Summary | |
|---|---|
Theme.Fileset(String mode)
Creates a new empty fileset. |
|
| Method Summary | |
|---|---|
List |
getFileNames()
Gets the list of all files in this theme. |
List |
getFileNames(WebBrowser terminal,
String mode)
Gets the list of file names matching WebBrowserType. |
boolean |
supports(WebBrowser terminal)
Does this file support the given terminal. |
String |
toString()
|
| Methods inherited from class com.itmill.toolkit.terminal.web.Theme.File |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Theme.Fileset(String mode)
mode - | Method Detail |
|---|
public List getFileNames()
public List getFileNames(WebBrowser terminal,
String mode)
terminal - the type of the web browser.mode -
public boolean supports(WebBrowser terminal)
supports in class Theme.Fileterminal - the type of the web browser.
Theme.Filesetpublic String toString()
toString in class Theme.FileObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||