siouxsie.desktop.impl
Class ApplicationRegistry

java.lang.Object
  extended by siouxsie.desktop.impl.ApplicationRegistry
All Implemented Interfaces:
IApplicationRegistry

public class ApplicationRegistry
extends java.lang.Object
implements IApplicationRegistry

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
ApplicationRegistry()
           
 
Method Summary
 IApplication getApplication(java.lang.String id)
           
 java.util.Collection<IApplicationCategory> getApplicationCategories()
           
 java.util.List<ApplicationDescription> getApplicationDescriptions()
           
 java.util.Collection<IApplication> getApplications()
           
 IApplicationCategory getCategory(java.lang.String id)
           
 java.util.List<CategoryDescription> getCategoryDescriptions()
           
 void init()
          Initialization method.
 void setApplicationDescriptions(java.util.List<ApplicationDescription> applicationDescriptions)
           
 void setCategoryDescriptions(java.util.List<CategoryDescription> categoryDescriptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRegistry

public ApplicationRegistry()
Method Detail

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.