⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adaptermapping.java

📁 定要上载质量高而定要上载质量高而定要上载质量高而定要上载质量高而定要上载质量高而
💻 JAVA
字号:
/*
 * Created on Jun 24, 2005
 */
package org.flexdock.docking.adapter;

/**
 * This POJO contains values for an adapted components dockable requirements.
 * 
 * @author Christopher Butler
 */
public class AdapterMapping {
    private String className;

    private String dragSource;

    private String dragSourceList;

    private String frameDragSource;

    private String frameDragSourceList;

    private String persistentId;

    private String tabText;

    private String dockbarIcon;

    public String getClassName() {
        return className;
    }

    public void setClassName(String className) {
        this.className = className;
    }

    public String getDockbarIcon() {
        return dockbarIcon;
    }

    public void setDockbarIcon(String dockbarIcon) {
        this.dockbarIcon = dockbarIcon;
    }

    public String getDragSource() {
        return dragSource;
    }

    public void setDragSource(String dragSource) {
        this.dragSource = dragSource;
    }

    public String getDragSourceList() {
        return dragSourceList;
    }

    public void setDragSourceList(String dragSourceList) {
        this.dragSourceList = dragSourceList;
    }

    public String getFrameDragSource() {
        return frameDragSource;
    }

    public void setFrameDragSource(String frameDragSource) {
        this.frameDragSource = frameDragSource;
    }

    public String getFrameDragSourceList() {
        return frameDragSourceList;
    }

    public void setFrameDragSourceList(String frameDragSourceList) {
        this.frameDragSourceList = frameDragSourceList;
    }

    public String getPersistentId() {
        return persistentId;
    }

    public void setPersistentId(String persistentId) {
        this.persistentId = persistentId;
    }

    public String getTabText() {
        return tabText;
    }

    public void setTabText(String tabText) {
        this.tabText = tabText;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -