Class AdapterMapping

java.lang.Object
org.flexdock.docking.adapter.AdapterMapping

public class AdapterMapping extends Object
This POJO contains values for an adapted components dockable requirements.
Author:
Christopher Butler
  • Constructor Details

    • AdapterMapping

      public AdapterMapping()
  • Method Details

    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getDockbarIcon

      public String getDockbarIcon()
    • setDockbarIcon

      public void setDockbarIcon(String dockbarIcon)
    • getDragSource

      public String getDragSource()
    • setDragSource

      public void setDragSource(String dragSource)
    • getDragSourceList

      public String getDragSourceList()
    • setDragSourceList

      public void setDragSourceList(String dragSourceList)
    • getFrameDragSource

      public String getFrameDragSource()
    • setFrameDragSource

      public void setFrameDragSource(String frameDragSource)
    • getFrameDragSourceList

      public String getFrameDragSourceList()
    • setFrameDragSourceList

      public void setFrameDragSourceList(String frameDragSourceList)
    • getPersistentId

      public String getPersistentId()
    • setPersistentId

      public void setPersistentId(String persistentId)
    • getTabText

      public String getTabText()
    • setTabText

      public void setTabText(String tabText)