All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.event.ItemTableLaunchRequestEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sgi.sysadm.ui.event.ItemTableLaunchRequestEvent

public class ItemTableLaunchRequestEvent
extends EventObject
An object that specifies an ItemTable. From the data contained in this object, an ItemTableLaunchRequestListener can create an ItemTable of the type that the source is requesting be launched.

See the ItemTableLaunchRequestListener documentation about how this event is used.

See Also:
ItemTableLaunchRequestListener, ItemTable

Constructor Index

 o ItemTableLaunchRequestEvent(Object, String)
A constructor that takes the selector of the Category of the ItemTable to launch.

Method Index

 o getCategorySelector()
Returns the selector of the Category for which to launch an ItemTable

Constructors

 o ItemTableLaunchRequestEvent
 public ItemTableLaunchRequestEvent(Object source,
                                    String categorySelector)
A constructor that takes the selector of the Category of the ItemTable to launch.

Parameters:
source - The source of this event
categorySelector - The Category of the ItemTable to launch.

Methods

 o getCategorySelector
 public String getCategorySelector()
Returns the selector of the Category for which to launch an ItemTable

Returns:
The selector of the Category

All Packages  Class Hierarchy  This Package  Previous  Next  Index