|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfsam.guiclient.business.thumbnails.ThumbnailCreatorsRegisty
public class ThumbnailCreatorsRegisty
Registy of the installed ThumbnailCreators
Constructor Summary | |
---|---|
ThumbnailCreatorsRegisty()
|
Method Summary | |
---|---|
static ThumbnailsCreator |
getCreator(java.lang.String identifier)
|
static java.util.List<StringItem> |
getInstalledCreators()
|
static void |
reload(java.lang.ClassLoader cl)
Creates the services from the given class loader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThumbnailCreatorsRegisty()
Method Detail |
---|
public static ThumbnailsCreator getCreator(java.lang.String identifier)
identifier
-
ThumbnailsCreator
or the first available of the requested one is not available. Returns null if no ThumbnailsCreator
is available.public static java.util.List<StringItem> getInstalledCreators()
public static void reload(java.lang.ClassLoader cl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |