|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemBaseDialogAction com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseDialogAction com.ibm.etools.iseries.rse.ui.actions.tableview.ObjTableExportAction
public class ObjTableExportAction
This action displays the Export dialog and then exports the table content to the file specified
Field Summary | |
---|---|
protected int[] |
columnMappings
|
static String |
copyright
|
protected Date |
date
|
protected int |
endLine
|
protected int |
iViewFormat
|
protected String |
sColumnHeader
|
protected String |
sDate
|
protected String |
sEndOfListing
|
protected Shell |
shell
|
protected String |
sPageTitle
|
protected String |
sTableTitle
|
protected String |
sText
|
protected String |
sUnderLine
|
protected Table |
table
|
protected TableItem[] |
tableItemsToBeExported
|
protected ObjectTableView |
tableView
|
Constructor Summary | |
---|---|
ObjTableExportAction(Shell parent,
ObjectTableView target)
Constructor for ISeriesTableViewExportAction |
Method Summary | |
---|---|
protected Dialog |
createDialog(Shell parent)
Create the dialog required |
protected Object |
getDialogValue(Dialog dlg)
Required by parent. |
protected String |
getText(int index)
Returns a line of text to be exported or printed |
protected void |
prepareTitleHeaderFooterStrings()
Prepare the lines used before nd after the body |
protected void |
setupColumnHeader()
Generate the columns header string plus the under line |
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseDialogAction |
---|
getIBMiConnection, updateSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
protected ObjectTableView tableView
protected Table table
protected String sPageTitle
protected String sTableTitle
protected String sColumnHeader
protected String sUnderLine
protected String sEndOfListing
protected int endLine
protected int iViewFormat
protected Shell shell
protected TableItem[] tableItemsToBeExported
protected Date date
protected String sDate
protected String sText
protected int[] columnMappings
Constructor Detail |
---|
public ObjTableExportAction(Shell parent, ObjectTableView target)
Method Detail |
---|
protected Dialog createDialog(Shell parent)
protected Object getDialogValue(Dialog dlg)
protected void prepareTitleHeaderFooterStrings()
protected void setupColumnHeader()
protected String getText(int index)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |