public class FieldTableExportSpecs extends LiveObject
| Modifier and Type | Field and Description |
|---|---|
boolean |
appendFile |
boolean |
columnHeaders |
MultiListSelect.SingleListSelect |
columns |
boolean |
entireTable |
String |
fieldSeparator |
String |
fileName |
static String |
lastExport |
File |
outputFile |
boolean |
reorderRows |
boolean |
rowHeaders |
boolean |
selectedOnly |
boolean |
toClipboard |
boolean |
toFile |
boolean |
useOther |
boolean |
useSpace |
boolean |
useTab |
| Constructor and Description |
|---|
FieldTableExportSpecs() |
FieldTableExportSpecs(FieldTableModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
action(String fieldName,
Editor ed)
This gets called by action(FieldTransfer ft,Editor ed) and by fieldChanged(FieldTransfer ft,Editor ed)
if the field changed is a menu item.
|
void |
addToPanel(CellPanel c,
Editor f,
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).
|
void |
fieldEvent(FieldTransfer ft,
Editor ed,
Object event)
This implements the fieldEvent() method in FieldListener.
|
action, addMeToPanel, addObjectToPanel, editorCanExit, enableEditorScrolling, fieldChanged, 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 static String lastExport
public boolean columnHeaders
public boolean rowHeaders
public boolean reorderRows
public boolean selectedOnly
public boolean entireTable
public boolean toClipboard
public boolean toFile
public boolean useTab
public boolean useSpace
public boolean useOther
public String fieldSeparator
public String fileName
public File outputFile
public MultiListSelect.SingleListSelect columns
public boolean appendFile
public FieldTableExportSpecs()
public FieldTableExportSpecs(FieldTableModel model)
public void addToPanel(CellPanel c, Editor f, int which)
LiveObjectaddToPanel in class LiveObjectpublic void fieldEvent(FieldTransfer ft, Editor ed, Object event)
LiveObjectfieldEvent in interface FieldListenerfieldEvent in class LiveObjectpublic void fieldChanged(String fieldName, Editor ed)
LiveObjectfieldChanged in class LiveObjectpublic void action(String fieldName, Editor ed)
LiveObjectaction in class LiveObject