All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.ResultViewFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----javax.swing.JFrame
                                           |
                                           +----com.sgi.sysadm.ui.RFrame
                                                   |
                                                   +----com.sgi.sysadm.ui.ResultViewFrame

public class ResultViewFrame
extends RFrame
A class that displays a ResultViewPanel in a JFrame


Variable Index

 o OK
A resource "ResultViewFrame.okLabel is a string that specifies the text to be used in the OK button
 o VGAP
A resource ResultViewFrame.vgap is the size (in points) of the gap to place between the bottom of the ResultViewPanel and the OK button

Constructor Index

 o ResultViewFrame(ResultViewPanel, ResourceStack)
Constructor

Method Index

 o launchResultViewFrame(ResultViewPanel, String, ResourceStack, UIContext)
Launches a ResultViewFrame in a new window
 o launchResultViewFrame(ResultViewPanel, String, ResourceStack, UIContext, JPanel)
Launches a ResultViewFrame in a new window
 o replacePanel(ResultViewPanel)

Variables

 o OK
 public static final String OK
A resource "ResultViewFrame.okLabel is a string that specifies the text to be used in the OK button

 o VGAP
 public static final String VGAP
A resource ResultViewFrame.vgap is the size (in points) of the gap to place between the bottom of the ResultViewPanel and the OK button

Constructors

 o ResultViewFrame
 public ResultViewFrame(ResultViewPanel rvp,
                        ResourceStack rs)
Constructor

Parameters:
rvp - The ResultViewPanel to display
rs - The resource stack to use to obtain resources for this ResultViewFrame.

Methods

 o replacePanel
 public void replacePanel(ResultViewPanel rvp)
 o launchResultViewFrame
 public static void launchResultViewFrame(ResultViewPanel panel,
                                          String title,
                                          ResourceStack rs,
                                          UIContext uic)
Launches a ResultViewFrame in a new window

Parameters:
panel - The ResultViewPanel to display
title - The String to use as the ResultViewFrame title.
rs - The resource stack to pass to the constructor of ResultViewFrame
uic - The UIContext over which the busy cursor should be displayed while the ResultViewFrame is being launched.
 o launchResultViewFrame
 public static void launchResultViewFrame(ResultViewPanel panel,
                                          String title,
                                          ResourceStack rs,
                                          UIContext uic,
                                          JPanel centerOver)
Launches a ResultViewFrame in a new window

Parameters:
panel - The ResultViewPanel to display
title - The String to use as the ResultViewFrame title.
rs - The resource stack to pass to the constructor of ResultViewFrame
uic - The UIContext over which the busy cursor should be displayed while the ResultViewFrame is being launched.
centerOver - Center the frame over the panel given.

All Packages  Class Hierarchy  This Package  Previous  Next  Index