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, getService
public javax.swing.Icon getIcon(java.lang.Object o)
getIcon
in class TypePresentationService
public javax.swing.Icon getTypeIcon(java.lang.Class type)
getTypeIcon
in class TypePresentationService
public java.lang.String getTypePresentableName(java.lang.Class type)
getTypePresentableName
in class TypePresentationService
public java.lang.String getTypeName(java.lang.Object o)
getTypeName
in class TypePresentationService
public java.lang.String getObjectName(java.lang.Object o)
getObjectName
in class TypePresentationService