|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.icon.DefaultIconScheme.IconResource
public static class DefaultIconScheme.IconResource
A helper class describing a source for icons
| Constructor Summary | |
|---|---|
DefaultIconScheme.IconResource(java.lang.String fileName,
java.lang.String path,
java.lang.ClassLoader loader)
Creates a new source for icons |
|
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Gets the name of the file with the "key=path" values. |
java.lang.ClassLoader |
getLoader()
Gets the ClassLoader which should be used to load files |
java.lang.String |
getPath()
Gets the prefix of the paths that are found in the icons file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultIconScheme.IconResource(java.lang.String fileName,
java.lang.String path,
java.lang.ClassLoader loader)
fileName - the name of the file that contains "key=path" valuespath - the prefix of the paths that are found in the fileloader - the ClassLoader to load the icons| Method Detail |
|---|
public java.lang.String getFileName()
public java.lang.String getPath()
nullpublic java.lang.ClassLoader getLoader()
ClassLoader which should be used to load files
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||