|
Apime v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.java4ever.apime.ui.Skin
Skin.
| Constructor Summary | |
Skin(byte[] data)
Crea un skin. |
|
| Method Summary | |
boolean |
getBoolean(int key,
int property)
Devuelve el valor de una propiedad con valor booleano. |
int |
getInt(int key,
int property)
Devuelve el valor de una propiedad con valor entero. |
java.lang.String |
getName()
Devuelve el nombre del skin. |
java.lang.String |
getString(int key,
int property)
Devuelve el valor de una propiedad. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int KEY_DEFAULTLISTCELLRENDERER
public static final int KEY_IBUTTON
public static final int KEY_ICHECKBOX
public static final int KEY_ICOMBOBOX
public static final int KEY_ICOMPONENT
public static final int KEY_ICONTAINER
public static final int KEY_ILABEL
public static final int KEY_ILIST
public static final int KEY_IPROGRESSBAR
public static final int KEY_IROOT
public static final int KEY_ISCROLLBAR
public static final int KEY_ISCROLLBAR$SCROLLBUTTON
public static final int KEY_ISCROLLPANE
public static final int KEY_ISCROLLPANE$VIEWPORT
public static final int KEY_ITEXTAREA
public static final int KEY_ITEXTCOMPONENT
public static final int KEY_ITEXTFIELD
public static final int KEY_ITOOLTIP
public static final int KEY_TOOLTIPMANAGER
public static final int PROPERTY_IBUTTON_DISABLED
public static final int PROPERTY_IBUTTON_NORMAL
public static final int PROPERTY_IBUTTON_PRESSED
public static final int PROPERTY_IBUTTON_ROLLOVER
public static final int PROPERTY_IBUTTON_SELECTED
public static final int PROPERTY_ICOMPONENT_BACKGROUND
public static final int PROPERTY_ICOMPONENT_BORDER
public static final int PROPERTY_ICOMPONENT_CURSOR
public static final int PROPERTY_ICOMPONENT_CURSOR_ENABLED
public static final int PROPERTY_ICOMPONENT_ENABLED
public static final int PROPERTY_ICOMPONENT_FOREGROUND
public static final int PROPERTY_ICOMPONENT_PARENT
public static final int PROPERTY_ICOMPONENT_VISIBLE
public static final int PROPERTY_IPROGRESSBAR_PROGRESS_COLOR
public static final int PROPERTY_ISCROLLBAR_AUTOSCROLL
public static final int PROPERTY_ISCROLLBAR_THICK
public static final int PROPERTY_ITEXTAREA_PACK
public static final int PROPERTY_ITEXTAREA_WRAP
public static final int PROPERTY_ITEXTFIELD_CARET_BLINK
public static final int PROPERTY_ITEXTFIELD_CARET_COLOR
public static final int PROPERTY_TOOLTIPMANAGER_DISMISS
public static final int PROPERTY_TOOLTIPMANAGER_INITIAL
public static final int PROPERTY_TOOLTIPMANAGER_ENABLED
| Constructor Detail |
public Skin(byte[] data)
throws java.io.IOException
data - Datos del skin| Method Detail |
public java.lang.String getName()
public boolean getBoolean(int key,
int property)
key - Claveproperty - Propiedad
public int getInt(int key,
int property)
key - Claveproperty - Propiedad
public java.lang.String getString(int key,
int property)
key - Claveproperty - Propiedad
|
Apime v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||