|
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 SystemBaseAction com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction com.ibm.etools.iseries.rse.ui.actions.tableview.ObjTablePrintAction
public class ObjTablePrintAction
This action displays the Eclipse printer dialog and then prints the contents from the Table view In order to fit all the entries into a landscape mode, the status is not printed and the date is printed in short form.
Field Summary | |
---|---|
static int[] |
COLUMN_WIDTHS
|
protected int[] |
columnMappings
|
static String |
Copyright
|
static String[] |
HEADER_UNDERLINES
|
static String[] |
SPACE_HOLDERS
|
protected TableItem[] |
tableItemsToBePrinted
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction |
---|
copyright |
Constructor Summary | |
---|---|
ObjTablePrintAction(Shell shell,
ObjectTableView iseriesTableView)
Constructor for ISeriesPrintTableViewAction |
Method Summary | |
---|---|
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 |
void |
run()
Run the action |
protected void |
setupColumnHeader()
Generate the columns header string plus the under line |
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction |
---|
getIBMiConnection, isAvailableOffline, 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 int[] columnMappings
protected TableItem[] tableItemsToBePrinted
public static final int[] COLUMN_WIDTHS
public static final String[] HEADER_UNDERLINES
public static final String[] SPACE_HOLDERS
Constructor Detail |
---|
public ObjTablePrintAction(Shell shell, ObjectTableView iseriesTableView)
Method Detail |
---|
public void run()
protected String getText(int index)
protected void setupColumnHeader()
protected void prepareTitleHeaderFooterStrings()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |