All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.ItemNameRendererFormat
java.lang.Object
|
+----com.sgi.sysadm.ui.ItemNameRendererFormat
- public class ItemNameRendererFormat
- extends Object
A ItemNameRendererFormat is used to specify the format to be used to render
the string name of an Item. It contains two items:
- a String specifying the format of the name; and
- a String[] containing the names of the item attributes
The format and attribute values are passed to MessageFormat.format
to build the final name.
-
ItemNameRendererFormat(String, String[])
- Construct a ItemNameRendererFormat.
ItemNameRendererFormat
public ItemNameRendererFormat(String format,
String attributes[])
- Construct a ItemNameRendererFormat.
- Parameters:
- format - A format string in the style of
java.text.MessageFormat
- attributes - The keys of Attributes whose values will be
substituted into the format string.
All Packages Class Hierarchy This Package Previous Next Index