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, willBeSetToEditor
getParentObject, getParentObject, setParentObject
decode, decoded, decoded, decodeFields, decodeFields, encode, 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
public 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)
LiveObject
addToPanel
in class LiveObject
public void runDemo(boolean xs)
public static void main(String[] args)