siouxsie.desktop.impl
Class ApplicationRegistry
java.lang.Object
siouxsie.desktop.impl.ApplicationRegistry
- All Implemented Interfaces:
- IApplicationRegistry
public class ApplicationRegistry
- extends java.lang.Object
- implements IApplicationRegistry
- Version:
- $Id$
- Author:
- Arnaud Cogoluegnes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationRegistry
public ApplicationRegistry()
getApplicationDescriptions
public java.util.List<ApplicationDescription> getApplicationDescriptions()
setApplicationDescriptions
public void setApplicationDescriptions(java.util.List<ApplicationDescription> applicationDescriptions)
getCategoryDescriptions
public java.util.List<CategoryDescription> getCategoryDescriptions()
setCategoryDescriptions
public void setCategoryDescriptions(java.util.List<CategoryDescription> categoryDescriptions)
getApplication
public IApplication getApplication(java.lang.String id)
- Specified by:
getApplication
in interface IApplicationRegistry
getApplicationCategories
public java.util.Collection<IApplicationCategory> getApplicationCategories()
- Specified by:
getApplicationCategories
in interface IApplicationRegistry
getApplications
public java.util.Collection<IApplication> getApplications()
- Specified by:
getApplications
in interface IApplicationRegistry
getCategory
public IApplicationCategory getCategory(java.lang.String id)
- Specified by:
getCategory
in interface IApplicationRegistry
init
public void init()
- Initialization method.
Copyright © 2006-2008 null. All Rights Reserved.