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