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
-
getDisplayName(Item)
- Converts an Item into a string for display.
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