Package org.flexdock.docking.adapter
Class AdapterMapping
java.lang.Object
org.flexdock.docking.adapter.AdapterMapping
This POJO contains values for an adapted components dockable requirements.
- Author:
- Christopher Butler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClassName(String className) voidsetDockbarIcon(String dockbarIcon) voidsetDragSource(String dragSource) voidsetDragSourceList(String dragSourceList) voidsetFrameDragSource(String frameDragSource) voidsetFrameDragSourceList(String frameDragSourceList) voidsetPersistentId(String persistentId) voidsetTabText(String tabText)
-
Constructor Details
-
AdapterMapping
public AdapterMapping()
-
-
Method Details
-
getClassName
-
setClassName
-
getDockbarIcon
-
setDockbarIcon
-
getDragSource
-
setDragSource
-
getDragSourceList
-
setDragSourceList
-
getFrameDragSource
-
setFrameDragSource
-
getFrameDragSourceList
-
setFrameDragSourceList
-
getPersistentId
-
setPersistentId
-
getTabText
-
setTabText
-