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

📄 checkbox.java

📁 一个非常绚丽的j2em徒刑库
💻 JAVA
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   CheckBox.java

package com.tricastmedia.twuik.forms.formitems;

import com.tricastmedia.twuik.forms.FormItem;
import com.tricastmedia.twuik.forms.Style;
import com.tricastmedia.twuik.tue.TwuikFont;

public abstract class CheckBox extends FormItem
{
    public static class RadioGroup
    {

        public String name;

        public RadioGroup(String p0)
        {
        }
    }


    protected CheckBox(int p0, int p1, String p2, TwuikFont p3, int p4)
    {
        super(0, 0, 0, false, (Style)null);
    }

    public boolean keyRepeated(int p0)
    {
        return false;
    }

    protected final synchronized void reconfigureLAFparameters(int i)
    {
    }

    public void setCheckBoxSymbol(int i)
    {
    }

    public final void setRadioGroup(RadioGroup radiogroup)
    {
    }

    public final RadioGroup getRadioGroup()
    {
        return null;
    }

    public final void setTickedMode(boolean flag)
    {
    }

    public final boolean isTicked()
    {
        return false;
    }

    public final TwuikFont getFont()
    {
        return null;
    }

    public final void setFont(TwuikFont twuikfont)
    {
    }

    public boolean keyPressed(int p0)
    {
        return false;
    }

    public boolean keyReleased(int p0)
    {
        return false;
    }

    public final String getLabel()
    {
        return null;
    }

    public final void setLabel(String s)
    {
    }

    public static final int EVENTID_CHECKED = 0;
    public static final int EVENTID_UNCHECKED = 1;
    public static final int RADIO_SHAPE_RECT = 0;
    public static final int RADIO_SHAPE_CIRCLE = 1;
    public static final int CEHCKBOX_SYMBOL_CROSS = 0;
    public static final int CEHCKBOX_SYMBOL_TICK = 1;
    protected int iRadioShapeType;
    protected int iCheckBoxSymbol;
    protected TwuikFont font;
    protected RadioGroup rg;
    protected boolean bTicked;
    protected String toDrawLabelStr;
}

⌨️ 快捷键说明

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