|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.data.DataObject
ewe.data.LiveObject
ewe.sys.VMApp
| Field Summary | |
String |
_fields
|
static int |
ADD_NEW
|
String |
args
|
String |
category
|
boolean |
copyOver
|
boolean |
execWithEwe
|
IImage |
image
|
ImageBytes |
imageBytes
|
int |
install
|
String |
location
|
String |
name
|
String |
programDir
|
String |
startClass
|
String |
target
|
String |
vmArgs
|
static int |
ZAURUS_INSTALL
An option for getEditor(). |
| Constructor Summary | |
VMApp()
|
|
| Method Summary | |
void |
action(String field,
Editor ed)
This gets called by action(FieldTransfer ft,Editor ed) and by fieldChanged(FieldTransfer ft,Editor ed) if the field changed is a menu item. |
void |
addToPanel(CellPanel cp,
Editor ed,
int options)
Override this to provide the user interface for editing the Object. |
String |
baseName()
|
PropertyList |
chosenProperties()
|
void |
copyFrom(Object other)
Copy all appropriate data from another object. |
protected TextDecoder |
decode(TextDecoder te)
Override this to decode the fields that you want to decode. |
protected TextEncoder |
encode(TextEncoder te)
Override this to encode the fields that you want to encode. |
void |
fieldChanged(String field,
Editor ed)
This gets called by fieldChanged(FieldTransfer ft,Editor ed). |
PropertyList |
getInstallProperties(RandomAccessStream stream)
|
PropertyList |
load()
Load up the icon for the shortcut. |
boolean |
makeFrom(String target,
Frame parent)
|
boolean |
run()
|
boolean |
selectInstall(int index)
|
| Methods inherited from class ewe.data.LiveObject |
action, addMeToPanel, addObjectToPanel, decoded, decodeFields, enableEditorScrolling, encoded, encodeFields, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, makeNewEditor, runAsApp, textDecode, textEncode |
| Methods inherited from class ewe.data.DataObject |
_getSetField, appendAllFields, compareTo, copied, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, toString |
| Methods inherited from interface ewe.data.DataUnit |
getNew |
| Methods inherited from interface ewe.util.Copyable |
getCopy |
| Methods inherited from interface ewe.util.Comparable |
compareTo |
| Field Detail |
public String name
public String args
public String target
public String programDir
public String category
public boolean copyOver
public boolean execWithEwe
public IImage image
public String location
public int install
public String startClass
public String vmArgs
public ImageBytes imageBytes
public String _fields
public static final int ZAURUS_INSTALL
public static final int ADD_NEW
| Constructor Detail |
public VMApp()
| Method Detail |
protected TextEncoder encode(TextEncoder te)
LiveObject
encode in class LiveObjectprotected TextDecoder decode(TextDecoder te)
LiveObject
decode in class LiveObjectpublic void copyFrom(Object other)
DataUnit
copyFrom in interface DataUnitcopyFrom in class DataObjectpublic String baseName()
public PropertyList chosenProperties()
public void addToPanel(CellPanel cp,
Editor ed,
int options)
LiveObject
addToPanel in class LiveObject
public void fieldChanged(String field,
Editor ed)
LiveObject
fieldChanged in class LiveObject
public void action(String field,
Editor ed)
LiveObject
action in class LiveObjectpublic boolean selectInstall(int index)
public boolean makeFrom(String target,
Frame parent)
public boolean run()
public PropertyList getInstallProperties(RandomAccessStream stream)
public PropertyList load()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||