public class NewShortcut extends LiveObject
| Modifier and Type | Field and Description |
|---|---|
String |
arguments |
String |
shortcutName |
String |
target |
| Constructor and Description |
|---|
NewShortcut() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPanel(CellPanel cp,
Editor ed,
int which)
Override this to provide the user interface for editing the Object.
|
void |
fieldChanged(String fieldName,
Editor ed)
This gets called by fieldChanged(FieldTransfer ft,Editor ed).
|
action, action, addMeToPanel, addObjectToPanel, editorCanExit, enableEditorScrolling, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, isNamed, liveMain, main, makeNewEditor, menuItemSelected, prepareMainPanel, runAsApp, setToEditor, willBeSetToEditorgetParentObject, getParentObject, setParentObjectdecode, decoded, decoded, decodeFields, decodeFields, encode, 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, textEncodepublic String shortcutName
public String target
public String arguments
public void addToPanel(CellPanel cp, Editor ed, int which)
LiveObjectaddToPanel in class LiveObjectpublic void fieldChanged(String fieldName, Editor ed)
LiveObjectfieldChanged in class LiveObject