public class VMApps extends LiveObject
| Constructor and Description |
|---|
VMApps() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPanel(CellPanel cp,
Editor ed,
int options)
Override this to provide the user interface for editing the 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.
|
AppServer |
getAppServer(boolean forApplet) |
static void |
main(String[] args) |
boolean |
read() |
boolean |
runAppServer() |
boolean |
save() |
action, action, addMeToPanel, addObjectToPanel, editorCanExit, enableEditorScrolling, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, isNamed, liveMain, makeNewEditor, menuItemSelected, prepareMainPanel, runAsApp, setToEditor, willBeSetToEditorgetParentObject, getParentObject, setParentObjectdecoded, decoded, decodeFields, decodeFields, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNewclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTotextDecode, textEncodeprotected TextEncoder encode(TextEncoder te)
EncodableObjectencode in class EncodableObjectprotected TextDecoder decode(TextDecoder te)
EncodableObjectdecode in class EncodableObjectpublic void addToPanel(CellPanel cp, Editor ed, int options)
LiveObjectaddToPanel in class LiveObjectpublic boolean read()
public boolean save()
public AppServer getAppServer(boolean forApplet)
public boolean runAppServer()
public static void main(String[] args)