public class ConvertedPlaceholderListItem extends PlaceholderMetaMap
Dockable
that was stored in a PlaceholderList
.Constructor and Description |
---|
ConvertedPlaceholderListItem() |
Modifier and Type | Method and Description |
---|---|
Path |
getPlaceholder()
Gets the placeholder that is associated with this item.
|
PlaceholderMap |
getPlaceholderMap()
Gets additional information about this item.
|
void |
setPlaceholder(Path placeholder)
Associates a placeholder with this item.
|
void |
setPlaceholderMap(PlaceholderMap map)
Associates a map of data with this item.
|
public void setPlaceholder(Path placeholder)
PlaceholderList
will insert
this placeholder into its set of placeholders.placeholder
- the placeholder, can be null
public Path getPlaceholder()
null
setPlaceholder(Path)
public void setPlaceholderMap(PlaceholderMap map)
PlaceholderMap.newKey(Path...)
with no arguments).map
- the data, can be null
public PlaceholderMap getPlaceholderMap()
setPlaceholderMap(PlaceholderMap)
.null
setPlaceholderMap(PlaceholderMap)