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

📄 cachetablescrollpane$verticalscollbar.java

📁 自行开发的高缓存table
💻 JAVA
字号:
// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov  Date: 2004-2-20 9:15:14
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 
// Source File Name:   CacheTableScrollPane.java

package utility.CacheTableEX;

import java.awt.Rectangle;
import java.awt.event.AdjustmentEvent;
import java.awt.event.AdjustmentListener;
import javax.swing.*;

// Referenced classes of package utility.CacheTableEX:
//            CacheTableScrollPane

public class initialize extends JScrollBar
{

    public void initialize()
    {
        addAdjustmentListener(new initialize());
    }

    public void refreshProperties()
    {
        setMaximum(getVerticalScrollBar().getMaximum());
        setMinimum(getVerticalScrollBar().getMinimum());
        setUnitIncrement(pagedTable.getRowHeight());
        setBlockIncrement((int)getViewport().getViewRect().getHeight());
        setVisibleAmount(getVerticalScrollBar().getVisibleAmount());
    }


    public ()
    {
        initialize();
    }

    // Unreferenced inner class utility/CacheTableEX/CacheTableScrollPane$4

/* anonymous class */
    class CacheTableScrollPane._cls4
        implements AdjustmentListener
    {

        public void adjustmentValueChanged(AdjustmentEvent adjustmentevent)
        {
            scrollPaneAdjustmentValueChanged(adjustmentevent);
        }

    }

}

⌨️ 快捷键说明

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