public class FileChooserDemo extends LiveObject implements Runnable
| Modifier and Type | Field and Description |
|---|---|
File |
aFile |
boolean |
asABrowser |
boolean |
browseOnly |
String |
chooserTitle |
boolean |
doExec |
boolean |
explorer |
String |
initial |
String |
masks |
boolean |
multiSelect |
boolean |
quickSelect |
boolean |
showTree |
String |
title |
int |
type |
boolean |
useImages |
| Constructor and Description |
|---|
FileChooserDemo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPanel(CellPanel cp,
Editor f,
int which)
Override this to provide the user interface for editing the Object.
|
static void |
main(String[] args) |
void |
run() |
void |
runDemo(boolean xs) |
action, action, addMeToPanel, addObjectToPanel, editorCanExit, enableEditorScrolling, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, isNamed, liveMain, 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 boolean showTree
public boolean quickSelect
public boolean useImages
public boolean browseOnly
public boolean multiSelect
public boolean explorer
public String chooserTitle
public String title
public String masks
public int type
public boolean asABrowser
public boolean doExec
public File aFile
public String initial
public void addToPanel(CellPanel cp, Editor f, int which)
LiveObjectaddToPanel in class LiveObjectpublic void runDemo(boolean xs)
public static void main(String[] args)