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.
-
ItemViewFrame()
- A constructor that is used when you need the frame, but don't
yet know the ItemView.
-
ItemViewFrame(ItemView)
-
A constructor that is used when you have the ItemView to
display
-
launchItemViewFrame(ItemViewLaunchRequestEvent, UIContext)
- A static method to launch an ItemView in a new Frame.
-
setItemView(ItemView)
- Sets the ItemView that is displayed in this frame.
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.
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.
setItemView
public void setItemView(ItemView itemView)
- Sets the ItemView that is displayed in this frame.
- Parameters:
- itemView - The ItemView to display in the frame.
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