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 nullpublic Path getPlaceholder()
nullsetPlaceholder(Path)public void setPlaceholderMap(PlaceholderMap map)
PlaceholderMap.newKey(Path...) with no arguments).map - the data, can be nullpublic PlaceholderMap getPlaceholderMap()
setPlaceholderMap(PlaceholderMap).nullsetPlaceholderMap(PlaceholderMap)Copyright © 2017 Docking Frames. All rights reserved.