|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.core.icontheme.IconTheme tvbrowser.core.icontheme.ZipIconTheme
public class ZipIconTheme
This Class implements the IconTheme for a Zip-File.
Constructor Summary | |
---|---|
ZipIconTheme(java.io.File iconZip)
Create the Zip Icon Theme |
Method Summary | |
---|---|
protected boolean |
entryExists(java.lang.String entry)
Tests if an Entry exists in the Icon-Theme |
protected javax.swing.ImageIcon |
getImageFromTheme(java.lang.String image)
Get an Image from the Icon-Theme |
protected java.io.InputStream |
getInputStream(java.lang.String entry)
Get an InputStream from the Icon-Theme. |
Methods inherited from class tvbrowser.core.icontheme.IconTheme |
---|
equals, getBase, getComment, getIcon, getName, hashCode, loadTheme |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipIconTheme(java.io.File iconZip)
iconZip
- Zip with ThemeMethod Detail |
---|
protected java.io.InputStream getInputStream(java.lang.String entry)
getInputStream
in class IconTheme
entry
- File/Entry to load
protected boolean entryExists(java.lang.String entry)
entryExists
in class IconTheme
entry
- check for this Entry
protected javax.swing.ImageIcon getImageFromTheme(java.lang.String image)
getImageFromTheme
in class IconTheme
image
- get this Image
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |