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 :
- SysadmUIP (bottom of stack, provided by UIContext)
- ItemTableContextP
- 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.
- See Also:
- pushPackageBundles
-
ItemTableContext(String, HostContext)
-
The constructor
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