All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.manager.RunItemTable

java.lang.Object
   |
   +----com.sgi.sysadm.manager.RApp
           |
           +----com.sgi.sysadm.manager.RunItemTable

public class RunItemTable
extends RApp
A class that will run an ItemTable in a stand alone frame. This class has a main() function, so it can be started from the command line.


Variable Index

 o MISSING_CATEGORY
A resource RunItemTable.Error.missingCategory is a string that is displayed if the category is not specified on the command line.
 o UNKNOWN_OPTION
A resource RunItemTable.Error.unknownOption is a string that is displayed when an unknown option is given

Constructor Index

 o RunItemTable(String[])
Constructor.

Method Index

 o createFrame()
 o launchApp(HostContext, RApp. RAppLaunchListener)
 o main(String[])
Launch an ItemTable from the command line.
 o setArgs(Vector, ResultListener)
Parse the command line arguments.

Variables

 o UNKNOWN_OPTION
 public static final String UNKNOWN_OPTION
A resource RunItemTable.Error.unknownOption is a string that is displayed when an unknown option is given

 o MISSING_CATEGORY
 public static final String MISSING_CATEGORY
A resource RunItemTable.Error.missingCategory is a string that is displayed if the category is not specified on the command line.

Constructors

 o RunItemTable
 public RunItemTable(String args[])
Constructor.

Methods

 o main
 public static void main(String args[])
Launch an ItemTable from the command line. Additional RApp operands may be specified.

 Usage: java sysadm.ui.RunItemTable category
	      category
	         The package-qualified category containing the item to view
 

Parameters:
args - List of command line arguments.
See Also:
RApp
 o createFrame
 public RFrame createFrame()
Overrides:
createFrame in class RApp
See Also:
createFrame
 o launchApp
 protected void launchApp(HostContext hostContext,
                          RApp. RAppLaunchListener listener)
Overrides:
launchApp in class RApp
See Also:
launchApp
 o setArgs
 public void setArgs(Vector args,
                     ResultListener listener)
Parse the command line arguments.

Sets the following class fields: _category

Parameters:
args - List of command line arguments
listener - Listener to notify of success or failure.
Overrides:
setArgs in class RApp

All Packages  Class Hierarchy  This Package  Previous  Next  Index