📄 simplepreviewitem.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: SimplePreviewItem.java
package com.tricastmedia.twuik.components;
import com.tricastmedia.twuik.tue.Panel;
import javax.microedition.lcdui.Graphics;
public class SimplePreviewItem extends Panel
{
public SimplePreviewItem(int p0, boolean p1, int p2, int p3)
{
super(0, false, 0, 0, 0, 0);
}
public SimplePreviewItem(int p0, int p1, boolean p2, int p3, int p4)
{
super(0, false, 0, 0, 0, 0);
}
protected boolean animate()
{
return false;
}
protected void drawCurrentFrame(Graphics g)
{
}
public boolean isDrawRectangle()
{
return false;
}
public void setOnfocus(int i)
{
}
public void quickHide()
{
}
public void quickShow()
{
}
public void defocus()
{
}
public int calcualteMaxHeight(int p0)
{
return 0;
}
public void setFocusMode(int i)
{
}
public int getFocusMode()
{
return 0;
}
public int getHeightOnFocus()
{
return 0;
}
public int getDefHeight()
{
return 0;
}
public void setHeightOnFocus(int i)
{
}
public int getYOffset()
{
return 0;
}
public void setDefHeight(int i)
{
}
public void setAnimationSpeed(int i)
{
}
protected void setYOffset(int i)
{
}
protected void onFocus()
{
}
protected void onDefocus()
{
}
protected void onWidthChange()
{
}
protected void markForDeletion()
{
}
public boolean isMarkedForDeletion()
{
return false;
}
public void setIsDrawRectangle(boolean flag)
{
}
public int getId()
{
return 0;
}
public boolean isHidden()
{
return false;
}
public void hide()
{
}
public void show()
{
}
public void setWidth(int i)
{
}
public void focus()
{
}
public static final int NOT_FOCUSABLE = 0;
public static final int ONFOCUS_NONE = 1;
public static final int ONFOCUS_RESIZE = 2;
protected boolean bFocused;
protected int iHeightOnFocus;
protected int iDestHeight;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -