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
-
OK
-
A resource "ResultViewFrame.okLabel is a string that
specifies the text to be used in the OK button
-
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
-
ResultViewFrame(ResultViewPanel, ResourceStack)
- Constructor
-
launchResultViewFrame(ResultViewPanel, String, ResourceStack, UIContext)
- Launches a ResultViewFrame in a new window
-
launchResultViewFrame(ResultViewPanel, String, ResourceStack, UIContext, JPanel)
- Launches a ResultViewFrame in a new window
-
replacePanel(ResultViewPanel)
-
OK
public static final String OK
- A resource "ResultViewFrame.okLabel is a string that
specifies the text to be used in the OK button
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
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.
replacePanel
public void replacePanel(ResultViewPanel rvp)
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.
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