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 TypeMethodDescriptionvoid
setClassName
(String className) void
setDockbarIcon
(String dockbarIcon) void
setDragSource
(String dragSource) void
setDragSourceList
(String dragSourceList) void
setFrameDragSource
(String frameDragSource) void
setFrameDragSourceList
(String frameDragSourceList) void
setPersistentId
(String persistentId) void
setTabText
(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
-