public class Presentation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESCRIPTION_TEXT
Deprecated.
Constant indicating the presentation key for description text.
|
static java.lang.String |
FULL_NAME
Deprecated.
Constant indicating the presentation key for full name.
|
static java.lang.String |
HELP_TEXT
Deprecated.
Constant indicating the presentation key for help text.
|
static java.lang.String |
ICON_COLOR_16x16
Deprecated.
Constant indicating the presentation key for a 16x16 color icon.
|
static java.lang.String |
ICON_COLOR_32x32
Deprecated.
Constant indicating the presentation key for a 32x32 color icon.
|
static java.lang.String |
NAME
Deprecated.
Constant indicating the presentation key for abbreviated name.
|
Constructor and Description |
---|
Presentation()
Deprecated.
Constructs a Presentation object.
|
Presentation(java.lang.String name)
Deprecated.
Constructs a Presentation object.
|
Presentation(java.lang.String name,
java.lang.String fullName)
Deprecated.
Constructs a Presentation object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullName()
Deprecated.
Returns the full name.
|
java.lang.String |
getName()
Deprecated.
Returns the abbreviated name.
|
java.lang.Object |
getValue(java.lang.Object key)
Deprecated.
Returns a presentation value.
|
void |
setFullName(java.lang.String fullName)
Deprecated.
Sets the full name.
|
void |
setName(java.lang.String name)
Deprecated.
Sets the abbreviated name.
|
void |
setValue(java.lang.Object key,
java.lang.Object value)
Deprecated.
Sets a presentation value.
|
java.lang.String |
toString()
Deprecated.
Returns the abbreviated name.
|
public static final java.lang.String NAME
public static final java.lang.String FULL_NAME
public static final java.lang.String DESCRIPTION_TEXT
public static final java.lang.String HELP_TEXT
public static final java.lang.String ICON_COLOR_16x16
public static final java.lang.String ICON_COLOR_32x32
public Presentation()
public Presentation(java.lang.String name)
name
- The abbreviated name.public Presentation(java.lang.String name, java.lang.String fullName)
name
- The abbreviated name.fullName
- The full name.public java.lang.String getFullName()
public java.lang.String getName()
public java.lang.Object getValue(java.lang.Object key)
key
- The presentation key.public void setFullName(java.lang.String fullName)
fullName
- The full name.public void setName(java.lang.String name)
name
- The abbreviated name.public void setValue(java.lang.Object key, java.lang.Object value)
key
- The presentation key.value
- The presentation value.public java.lang.String toString()
toString
in class java.lang.Object