|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.support.PlaceholderMetaMap
bibliothek.gui.dock.station.support.ConvertedPlaceholderListItem
public class ConvertedPlaceholderListItem
Data about a Dockable that was stored in a PlaceholderList.
| Constructor Summary | |
|---|---|
ConvertedPlaceholderListItem()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class bibliothek.gui.dock.station.support.PlaceholderMetaMap |
|---|
contains, get, getBoolean, getDouble, getInt, getLong, getString, keys, put, putBoolean, putInt, putLong, putString, putValue, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertedPlaceholderListItem()
| Method Detail |
|---|
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()
nullsetPlaceholderMap(PlaceholderMap)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||