public class TypePresentationServiceImpl extends TypePresentationService
| Modifier and Type | Class and Description |
|---|---|
static class |
TypePresentationServiceImpl.PresentationTemplateImpl |
static class |
TypePresentationServiceImpl.ProviderBasedTemplate |
| Constructor and Description |
|---|
TypePresentationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
getIcon(java.lang.Object o) |
java.lang.String |
getObjectName(java.lang.Object o) |
javax.swing.Icon |
getTypeIcon(java.lang.Class type) |
java.lang.String |
getTypeName(java.lang.Object o) |
java.lang.String |
getTypePresentableName(java.lang.Class type) |
getDefaultTypeName, getServicepublic javax.swing.Icon getIcon(java.lang.Object o)
getIcon in class TypePresentationServicepublic javax.swing.Icon getTypeIcon(java.lang.Class type)
getTypeIcon in class TypePresentationServicepublic java.lang.String getTypePresentableName(java.lang.Class type)
getTypePresentableName in class TypePresentationServicepublic java.lang.String getTypeName(java.lang.Object o)
getTypeName in class TypePresentationServicepublic java.lang.String getObjectName(java.lang.Object o)
getObjectName in class TypePresentationService