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 :
- SysadmUIP (bottom of stack, provided by UIContext)
- ItemViewContextP
- PackageP (many)
- <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.
-
ItemViewContext(String, HostContext)
-
The constructor
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