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.
-
MISSING_CATEGORY
- A resource RunItemTable.Error.missingCategory is a string
that is displayed if the category is not specified on the
command line.
-
UNKNOWN_OPTION
- A resource RunItemTable.Error.unknownOption is a string
that is displayed when an unknown option is given
-
RunItemTable(String[])
- Constructor.
-
createFrame()
-
-
launchApp(HostContext, RApp. RAppLaunchListener)
-
-
main(String[])
- Launch an ItemTable from the command line.
-
setArgs(Vector, ResultListener)
- Parse the command line arguments.
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
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.
RunItemTable
public RunItemTable(String args[])
- Constructor.
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
createFrame
public RFrame createFrame()
- Overrides:
- createFrame in class RApp
- See Also:
- createFrame
launchApp
protected void launchApp(HostContext hostContext,
RApp. RAppLaunchListener listener)
- Overrides:
- launchApp in class RApp
- See Also:
- launchApp
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