|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides displayable identification information about an object. This
interface is intended to be plugged in to any object that needs to offer
displayable (ie subject to localization) information about it's identification.
Supported API: true
Extendable: true
DisplayIdentity
,
LocalizableMessage
,
Locale
Field Summary | |
static String |
DISPLAY_IDENTIFIER
|
static String |
DISPLAY_IDENTITY
|
static String |
DISPLAY_TYPE
|
Method Summary | |
LocalizableMessage |
getDisplayIdentifier()
Returns a localizable message describing the identifier for the object. |
DisplayIdentity |
getDisplayIdentity()
Supported API: false |
LocalizableMessage |
getDisplayType()
Returns a localizable message describing the object's type. |
Field Detail |
public static final String DISPLAY_TYPE
public static final String DISPLAY_IDENTITY
public static final String DISPLAY_IDENTIFIER
Method Detail |
public LocalizableMessage getDisplayType()
public LocalizableMessage getDisplayIdentifier()
public DisplayIdentity getDisplayIdentity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |