All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.ItemViewContext

java.lang.Object
   |
   +----com.sgi.sysadm.ui.UIContext
           |
           +----com.sgi.sysadm.ui.ItemViewContext

public class ItemViewContext
extends UIContext
This is a class that extends UIContext and maintains a ResourceStack for an ItemView. The order of ResourceBundles on the stack is :
  1. SysadmUIP (bottom of stack, provided by UIContext)
  2. ItemViewContextP
  3. PackageP (many)
  4. <Category_Name>P
The first two are added automatically by the constructor, the rest are derived from categoryName that is passed to the constructor. pushPackageBundles is called on ResourceStack with the categoryName so all available PackageP files will be on the ResourceStack.


Constructor Index

 o ItemViewContext(String, HostContext)
The constructor

Constructors

 o ItemViewContext
 public ItemViewContext(String categoryName,
                        HostContext hostContext)
The constructor

Parameters:
categoryName - The name of the category associated with this ItemViewContext, which will be used to generate the category properties file name.
hostContext - The HostContext associated with this ItemViewContext

All Packages  Class Hierarchy  This Package  Previous  Next  Index