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, 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 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)
LiveObject
addToPanel
in class LiveObject
public void fieldEvent(FieldTransfer ft, Editor ed, Object event)
LiveObject
fieldEvent
in interface FieldListener
fieldEvent
in class LiveObject
public void fieldChanged(String fieldName, Editor ed)
LiveObject
fieldChanged
in class LiveObject
public void action(String fieldName, Editor ed)
LiveObject
action
in class LiveObject