gps.core
Interface Detailer

All Known Subinterfaces:
DBDetailer, R3Detailer

public interface Detailer

It provides details about particular node (Item/Material) This functionality will be replaced with Viewer Implementation


Method Summary
 java.util.Hashtable getDetails(java.util.Hashtable hashtable)
          gets details for the given information
 java.util.Vector getDetailVector()
          get detail information vector, the elements in this vector will be menu items in the detail menu
 

Method Detail

getDetailVector

java.util.Vector getDetailVector()
get detail information vector, the elements in this vector will be menu items in the detail menu

Returns:
Vector detail vector

getDetails

java.util.Hashtable getDetails(java.util.Hashtable hashtable)
gets details for the given information

Parameters:
Hashtable - hashtable contains name = name of the detail, and userObject = information, which is used for getting details
Returns:
Hashtable return hashtable, which contains object=detail info object and varAliasHashtable= ., alias name pair