All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.ItemDisplayNameRenderer

public interface ItemDisplayNameRenderer
An interface for converting an Item into a name for display. Used by ItemFinders.

See Also:
ItemFinder

Method Index

 o getDisplayName(Item)
Converts an Item into a string for display.

Methods

 o getDisplayName
 public abstract String getDisplayName(Item item)
Converts an Item into a string for display.

Parameters:
item - The item to convert.
Returns:
The display String

All Packages  Class Hierarchy  This Package  Previous  Next  Index