All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.ItemTableContext

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

public class ItemTableContext
extends UIContext
This is a class that extends UIContext and maintains a ResourceStack for an ItemTable. The order of ResourceBundles on the stack is :
  1. SysadmUIP (bottom of stack, provided by UIContext)
  2. ItemTableContextP
  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.

See Also:
pushPackageBundles

Constructor Index

 o ItemTableContext(String, HostContext)
The constructor

Constructors

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index