📄 slidelist.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: SlideList.java
package com.tricastmedia.twuik.components.navigation;
import com.tricastmedia.twuik.tue.Component;
import com.tricastmedia.twuik.tue.TwuikFont;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
public class SlideList extends Component
{
public SlideList(int p0, int p1, int p2, int p3, int p4, TwuikFont p5, TwuikFont p6,
byte p7)
{
super(0, false, 0, 0, 0, 0);
}
protected void animationRestarted(boolean flag)
{
}
protected boolean animate()
{
return false;
}
protected void drawCurrentFrame(Graphics p0)
throws IllegalArgumentException
{
IllegalArgumentException exc0 = null;
}
public int getCurSel()
{
return 0;
}
public void setCurSel(int i)
{
}
public void resetAlignMode(int i)
{
}
public void addSlideItem(String s, String s1, int i, Image image, Image image1, int j, int k,
int l, int i1)
{
}
public void changeSlideText(String s, String s1)
{
}
public void selectPrevTag()
{
}
public void selectNextTag()
{
}
public void switchScrollMode(boolean flag)
{
}
public static final int ALIGN_NONE = 0;
public static final int ALIGN_LEFT = 1;
public static final int ALIGN_TOP = 2;
public static final int ALIGN_RIGHT = 3;
public static final int ALIGN_BOTTOM = 4;
public static final int EVENT_SELCHANGED = 100;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -