All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.ItemViewFrame

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.ItemViewFrame

public class ItemViewFrame
extends RFrame
implements ItemViewProperties
A subclass of RFrame that holds an ItemView. The ItemView will occupy the majority of the Frame, with an OK button at the bottom. When an ItemView is added the the ItemViewFrame, the ItemViewFrame adds ItemViewLaunchRequestListeners and TaskLaunchRequestListeners to implement a policy of creating a new frame for either one of those components. The ItemViewFrame also adds a TitleListener to the ItemTable and keeps the frame's title up to date.


Constructor Index

 o ItemViewFrame()
A constructor that is used when you need the frame, but don't yet know the ItemView.
 o ItemViewFrame(ItemView)
A constructor that is used when you have the ItemView to display

Method Index

 o launchItemViewFrame(ItemViewLaunchRequestEvent, UIContext)
A static method to launch an ItemView in a new Frame.
 o setItemView(ItemView)
Sets the ItemView that is displayed in this frame.

Constructors

 o ItemViewFrame
 public ItemViewFrame()
A constructor that is used when you need the frame, but don't yet know the ItemView. You can call setItemView later to set the ItemView that gets displayed.

 o ItemViewFrame
 public ItemViewFrame(ItemView itemView)
A constructor that is used when you have the ItemView to display

Parameters:
itemView - The ItemView to display in the frame.

Methods

 o setItemView
 public void setItemView(ItemView itemView)
Sets the ItemView that is displayed in this frame.

Parameters:
itemView - The ItemView to display in the frame.
 o launchItemViewFrame
 public static void launchItemViewFrame(ItemViewLaunchRequestEvent event,
                                        UIContext uic)
A static method to launch an ItemView in a new Frame.

Parameters:
event - An ItemViewLaunchRequestEvent containing information about the ItemView to show.
uic - The UIContext to set the busy cursor over while the ItemView is being launched.

All Packages  Class Hierarchy  This Package  Previous  Next  Index