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, willBeSetToEditor
getParentObject, getParentObject, setParentObject
decoded, decoded, decodeFields, decodeFields, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
textDecode, textEncode
protected TextEncoder encode(TextEncoder te)
EncodableObject
encode
in class EncodableObject
protected TextDecoder decode(TextDecoder te)
EncodableObject
decode
in class EncodableObject
public void addToPanel(CellPanel cp, Editor ed, int options)
LiveObject
addToPanel
in class LiveObject
public boolean read()
public boolean save()
public AppServer getAppServer(boolean forApplet)
public boolean runAppServer()
public static void main(String[] args)